Metadata-Version: 1.1
Name: sappho
Version: 0.7.2
Summary: 2D game engine (pygame)
Home-page: UNKNOWN
Author: Lillian Lemmer
Author-email: lillian.lemmer@hypatiasoftware.org
License: MIT
Description: |Sappho Logo (A Lyre)|
        ======================
        
        |GitHub license| |PyPI Version| |Code Climate| |Donate with Paypal|
        
        Sappho is a 2D game engine written with Python and pygame.
        
        The purpose of this repo is to rewrite Hypatia Engine and eventually
        replace Hypatia Engine as "Sappho."
        
        Design Philosophy
        -----------------
        
        1. Don't interfere with the way people build their pygame games
        2. We are not automating game logic
        3. Sappho modules *may not* import other Sappho modules
        4. Inherit from pygame objects when possible; use conventional pygame
           models/architecture.
        5. Consistency.
        6. Simplicity trumps all else.
        7. Well documented.
        8. Code is easy-to-test. We show that with our 100% test coverage.
        
        Getting Started
        ---------------
        
        1. Install: ``pip install -r requirements.txt .``
        2. ``cd demo/``
        3. ``python demo.py``
        
        Be sure to checkout the contents of ``demo.py`` for a sample on how
        Sappho is used.
        
        We also have some good docs: http://sappho.hypatiasoftware.org/
        
        If you wanna contribute, please read ``CONTRIBUTING.md``!
        
        .. |Sappho Logo (A Lyre)| image:: logo/sappho-logo.png
        .. |GitHub license| image:: https://img.shields.io/github/license/lillian-lemmer/sappho.svg?style=flat-square
           :target: https://raw.githubusercontent.com/lillian-lemmer/sappho/master/LICENSE
        .. |PyPI Version| image:: https://img.shields.io/pypi/v/sappho.svg?style=flat-square
           :target: https://pypi.python.org/pypi/sappho/
        .. |Code Climate| image:: https://img.shields.io/codeclimate/github/lillian-lemmer/sappho.svg?style=flat-square
           :target: https://codeclimate.com/github/lillian-lemmer/sappho
        .. |Donate with Paypal| image:: https://img.shields.io/badge/paypal-donate-ff69b4.svg?style=flat-square
           :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZU5EVKVY2DX2S
        
Keywords: games gaming development sprites adventure game tilemap tilesheet zelda gamedev 2d
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Software Development :: Libraries :: pygame
