LICENSE
README.md
pyproject.toml
cax/__init__.py
cax/types.py
cax.egg-info/PKG-INFO
cax.egg-info/SOURCES.txt
cax.egg-info/dependency_links.txt
cax.egg-info/requires.txt
cax.egg-info/top_level.txt
cax/core/__init__.py
cax/core/ca.py
cax/core/state.py
cax/core/perceive/__init__.py
cax/core/perceive/conv_perceive.py
cax/core/perceive/depthwise_conv_perceive.py
cax/core/perceive/kernels.py
cax/core/perceive/lenia_perceive.py
cax/core/perceive/perceive.py
cax/core/update/__init__.py
cax/core/update/elementary_update.py
cax/core/update/lenia_update.py
cax/core/update/life_update.py
cax/core/update/mlp_update.py
cax/core/update/nca_update.py
cax/core/update/residual_update.py
cax/core/update/update.py
cax/nn/__init__.py
cax/nn/buffer.py
cax/nn/pool.py
cax/nn/vae.py
cax/utils/__init__.py
cax/utils/image.py