Metadata-Version: 1.1
Name: JSTPyGame
Version: 0.1.5
Summary: My first Python game
Home-page: https://github.com/slidest/JSTPyGame
Author: Julien SIDOT
Author-email: julien.sidot@gmail.com
License: WTFPL
Description: JSTPyGame - My first Python game
        ################################
        .. contents::
        
        .. section-numbering::
        
        Description:
        ============
        JSTPyGame is simple text adventure game in python
        
        Installation:
        =============
        
        .. code-block:: bash
        
            # Make sure we have an up-to-date version of pip and setuptools:
            $ pip install --upgrade pip setuptools
            $ pip install --upgrade JSTPyGame
        
        
        Usage:
        ======
        
        .. code-block:: bash
        
            $ jst-pygame
        
        License:
        ========
        
        This code is under license `WTFPL <https://en.wikipedia.org/wiki/WTFPL>`_.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
