LICENSE
README.md
pyproject.toml
src/tinyecs/__init__.py
src/tinyecs/components.py
src/tinyecs/compsys.py
src/tinyecs/demo.py
src/tinyecs.egg-info/PKG-INFO
src/tinyecs.egg-info/SOURCES.txt
src/tinyecs.egg-info/dependency_links.txt
src/tinyecs.egg-info/entry_points.txt
src/tinyecs.egg-info/requires.txt
src/tinyecs.egg-info/top_level.txt
src/tinyecs/demos/__init__.py
src/tinyecs/demos/background.py
src/tinyecs/demos/bouncing_sprites.py
src/tinyecs/demos/example.py
src/tinyecs/demos/homing-missiles.py
src/tinyecs/demos/marquee.py
tests/test_tinyecs.py