.flake8
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/img/xentica.png
docs/api/xentica.bridge.rst
docs/api/xentica.core.rst
docs/api/xentica.core.topology.rst
docs/api/xentica.seeds.rst
docs/api/xentica.utils.rst
docs/manual/installation.rst
docs/manual/tutorial.rst
examples/__init__.py
examples/game_of_life.py
examples/run.sh
requirements/main.txt
xentica/__init__.py
xentica.egg-info/PKG-INFO
xentica.egg-info/SOURCES.txt
xentica.egg-info/dependency_links.txt
xentica.egg-info/requires.txt
xentica.egg-info/top_level.txt
xentica/bridge/__init__.py
xentica/bridge/base.py
xentica/bridge/moire.py
xentica/core/__init__.py
xentica/core/base.py
xentica/core/color_effects.py
xentica/core/exceptions.py
xentica/core/experiment.py
xentica/core/mixins.py
xentica/core/properties.py
xentica/core/renderers.py
xentica/core/variables.py
xentica/core/topology/__init__.py
xentica/core/topology/border.py
xentica/core/topology/lattice.py
xentica/core/topology/mixins.py
xentica/core/topology/neighborhood.py
xentica/seeds/__init__.py
xentica/seeds/patterns.py
xentica/seeds/random.py
xentica/utils/__init__.py
xentica/utils/formatters.py