Metadata-Version: 2.1
Name: pyrogen
Version: 0.3.5.dev2
Summary: Entity-Component-System framework for 2D games
Home-page: https://github.com/Romuald78/pyrogen
Author: Romuald GRIGNON
Author-email: romuald.grignon@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Romuald78/pyrogen/issues
Description: 
        <img src="https://raw.githubusercontent.com/Romuald78/pyrogen/master/doc/pyrogen.svg" width=128) />
        
        This package is an Entity-Component-Based framework used to create 2D games.
        <br>
        *[...] TODO [...]*
        
        
        
        [![Generic badge](https://img.shields.io/badge/pypi%20package-0.3.5.dev2-blue.svg)](https://pypi.org/project/pyrogen/)
        [![Generic badge](https://img.shields.io/badge/python-3.6%20|%203.7%20|%203.8%20|%203.9-blue.svg)](https://www.python.org/downloads/)
        [![Generic badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://www.mit.edu/~amini/LICENSE.md)
        
        [![Generic badge](https://img.shields.io/badge/repository-github.com-blue.svg)](https://github.com/Romuald78/pyrogen)
        [![Generic badge](https://img.shields.io/badge/maintained-yes-green.svg)]()
        [![Generic badge](https://img.shields.io/badge/status-in%20development-yellow.svg)]()
        [![Generic badge](https://img.shields.io/badge/pull%20requests-welcome-green.svg)](https://github.com/Romuald78/pyrogen/pulls)
        
        [![Generic badge](https://img.shields.io/badge/downloads-3/century-red.svg)]()
        
        
        
        **Installation**
        
        pyrogen is installable directly from Pypi:
        ```
        pip install pyrogen
        ```
        
        
        
        **Documentation**
        <br>
        *[...] TODO [...]*
        
        
        
        **Code Examples / Tutorials**
        
        If you want to run some demo scenes, just use the following command :
        ```
        python -m pyrogen.demo [demoName]
        ```
        <br>
        
        *[...] TODO [...]*
        
        
        
        
        **Community**
        
        Wikipedia : <br>
        Facebook  : <br>
        Twitter   : <br>
        [![Generic badge](https://img.shields.io/badge/discord-join-green.svg)](https://discord.gg/qMQnBztven)<br>
        Website   : <br>
        
        *[...] TODO [...]*
        
        
        
        **Contact**
        
        Romuald GRIGNON <br>
        [romuald.grignon@gmail.com](mailto:romuald.grignon@gmail.com)
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
