Metadata-Version: 1.0
Name: easypg
Version: 0.3
Summary: Various tools to simplify the use of Pygame
Home-page: http://bitbucket.org/pythoneer/easypg
Author: Nick Efford
Author-email: nick.efford@gmail.com
License: MIT
Description: .. -*- restructuredtext -*-
        
        Description
        -----------
        
        The easypg package provides modules to make using Pygame_ easier,
        particularly for those learning to program.
        
        Currently, it consists of a module defining some standard colour tuples,
        a module to simplify the drawing of lines, shapes and text, two modules
        to support the use of sprites and a general utilities module providing
        various tools such as a ``Window`` class with a built-in display loop.
        
        See the module docstrings for more information.
        
        .. _Pygame: http://www.pygame.org/
        
        
        Requirements
        ------------
        
        * Python 3 or newer to use the package, 3.2 or newer to run all
          the example code
        
        * Pygame_, compiled for Python 3
        
        
        Acknowledgements
        ----------------
        
        Some of this code is inspired by examples in the book `Game Programming
        - The L Line`_ by Andy Harris (Wiley, 2007).
        
        .. _Game Programming - The L Line:
           http://eu.wiley.com/WileyCDA/WileyTitle/productCd-0470068221.html
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: pygame
Classifier: Topic :: Software Development :: Libraries :: Python Modules
