.. punyecs documentation master file, created by sphinx-quickstart on Fri May 8 15:24:55 2026. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. punyecs documentation ===================== ``punyecs`` is a tiny `Entity Component System (ECS) `_ inspired by `tiny-ecs `_ for Python. ``punyecs`` operates directly on class attributes as opposed to creating components along with querying mechanisms for fine grain control over which objects are operated on by systems similar to how tiny-ecs works on Lua tables. .. toctree:: :maxdepth: 2 :caption: Contents: Contents -------- .. toctree:: usage api