.gitignore
CITATION.cff
LICENSE
README.ipynb
README.md
pyproject.toml
pytest.ini
requirements-test.txt
requirements.txt
tox.ini
.devcontainer/devcontainer.json
.github/workflows/python-publish.yml
.github/workflows/qc-sec.yml
.github/workflows/qc-sty.yml
.github/workflows/qc-uni.yml
.vscode/launch.json
.vscode/settings.json
README_files/README_10_0.png
README_files/README_13_0.png
README_files/ndautomata-logo.png
examples/elementary.ipynb
examples/gameoflife.ipynb
examples/hexagonal.ipynb
examples/orthogonal.ipynb
examples/ternary.ipynb
examples/tridimensional.ipynb
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_requirements/test_automaton.py
tests/test_requirements/test_neighbours.py
tests/test_requirements/test_values.py
tests/test_utilities/test_neighborhoods.py