.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
requirements-test.txt
requirements.txt
tox.ini
.vscode/launch.json
.vscode/settings.json
examples/elementary.py
examples/gameoflife.py
examples/hexagonal.py
examples/orthogonal.py
examples/ternary.py
examples/tridimensional.py
src/ndautomata/VERSION
src/ndautomata/__init__.py
src/ndautomata/initializers.py
src/ndautomata/neighbours.py
src/ndautomata.egg-info/PKG-INFO
src/ndautomata.egg-info/SOURCES.txt
src/ndautomata.egg-info/dependency_links.txt
src/ndautomata.egg-info/requires.txt
src/ndautomata.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_examples/test_elementary.py
tests/test_examples/test_gameoflife.py
tests/test_examples/test_ternary.py
tests/test_examples/test_tridimensional.py
tests/test_requirements/test_automaton.py
tests/test_requirements/test_values.py
tests/test_utilities/test_neighborhoods.py