Metadata-Version: 2.0
Name: toyblock
Version: 2.0.0
Summary: A pythonic and fast Entity-Component-System written in pure Python
Home-page: https://github.com/dotoscat/toyblock
Author: Oscar Triano 'dotoscat'
Author-email: UNKNOWN
License: LGPL-3.0
Description-Content-Type: UNKNOWN
Keywords: development videogame gamedev
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)

==============
TOYBLOCK 2.0.0
==============

..  image:: toyblock_logo.png
    :alt: TOYBLOCK

Toyblock is yet another entity component system written in pure Python
being fast as possible.

Installation
------------

::

    pip install toyblock

Documentation
-------------

The docs of this project and an example of use are `here <http://toyblock.readthedocs.io/>`_.

Run tests
---------

At the project's root

::

    python -m unittest

License
-------

..  image:: https://www.gnu.org/graphics/lgplv3-147x51.png
    :alt: LGPL-3.0


