CHANGELOG.md
CHANGES.txt
LICENSE.txt
MANIFEST
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/essence.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/_templates/sidebarintro.html
examples/minimal.py
src/essence/__init__.py
src/essence/base.py
src/essence/component.py
src/essence/entity.py
src/essence/system.py
src/essence/world.py
src/essence.egg-info/PKG-INFO
src/essence.egg-info/SOURCES.txt
src/essence.egg-info/dependency_links.txt
src/essence.egg-info/requires.txt
src/essence.egg-info/top_level.txt
tests/fixtures.py
tests/test_components.py
tests/test_demo.py
tests/test_entity.py
tests/test_shortcuts.py
tests/test_world.py