Metadata-Version: 1.1
Name: sappho
Version: 0.9.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| |Travis| |Coverage
        Status|
        
        Sappho is a 2D game engine written with Python and pygame.
        
        .. figure:: https://github.com/lillian-gardenia-seabreeze/sappho/blob/master/game-demo.gif
           :alt: sappho in action
        
           sappho in action
        
        `Lillian Gardenia Seabreeze <http://about.lillian.link/>`__ is this
        project's mom and owner. Be sure to checkout the ``AUTHORS.md``!
        
        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/main.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.lillian.link/
        
        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-gardenia-seabreeze/sappho.svg?style=flat-square
           :target: https://raw.githubusercontent.com/lillian-gardenia-seabreeze/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-gardenia-seabreeze/sappho.svg?style=flat-square
           :target: https://codeclimate.com/github/lillian-gardenia-seabreeze/sappho
        .. |Travis| image:: https://img.shields.io/travis/lillian-gardenia-seabreeze/sappho.svg?style=flat-square
           :target: https://travis-ci.org/lillian-gardenia-seabreeze/sappho
        .. |Coverage Status| image:: https://coveralls.io/repos/github/lillian-gardenia-seabreeze/sappho/badge.svg?branch=master
           :target: https://coveralls.io/github/lillian-gardenia-seabreeze/sappho?branch=master
        
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
