CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-dev.in
requirements-dev.txt
requirements.in
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/code_of_conduct.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/_static/logo-with-name.png
docs/api/seagull.board.rst
docs/api/seagull.lifeforms.rst
docs/api/seagull.rules.rst
docs/api/seagull.simulator.rst
pyseagull.egg-info/PKG-INFO
pyseagull.egg-info/SOURCES.txt
pyseagull.egg-info/dependency_links.txt
pyseagull.egg-info/not-zip-safe
pyseagull.egg-info/requires.txt
pyseagull.egg-info/top_level.txt
seagull/__init__.py
seagull/board.py
seagull/rules.py
seagull/simulator.py
seagull/lifeforms/__init__.py
seagull/lifeforms/base.py
seagull/lifeforms/custom.py
seagull/lifeforms/gliders.py
seagull/lifeforms/growers.py
seagull/lifeforms/oscillators.py
seagull/lifeforms/random.py
seagull/lifeforms/static.py
seagull/utils/__init__.py
seagull/utils/statistics.py
tests/__init__.py
tests/test_board.py
tests/test_lifeforms.py
tests/test_rules.py
tests/test_simulator.py