CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
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/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/logo-with-name.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
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