Metadata-Version: 1.1
Name: sge-pygame-py2
Version: 0.12
Summary: A 2-D game engine for Python
Home-page: http://stellarengine.nongnu.org
Author: Julian Marchant
Author-email: onpon4@riseup.net
License: GNU Lesser General Public License
Description: The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose
        2-D game engine.  It takes care of several details for you so you can
        focus on the game itself.  This makes more rapid game development
        possible, and it also makes the SGE easy to learn.
        
        This implementation of the SGE uses Pygame as a backend.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development
Requires: pygame (>= 1.9.1)
