MANIFEST.in
README.md
setup.py
doc/developer.md
doc/tutorial.html
doc/tutorial.md
stocal/__init__.py
stocal/algorithms.py
stocal/structures.py
stocal/transitions.py
stocal/utils.py
stocal.egg-info/PKG-INFO
stocal.egg-info/SOURCES.txt
stocal.egg-info/dependency_links.txt
stocal.egg-info/top_level.txt
stocal.egg-info/zip-safe
stocal/examples/__init__.py
stocal/examples/brusselator.py
stocal/examples/events.py
stocal/examples/pre2017.py
stocal/tests/__init__.py
stocal/tests/abstract_test.py
stocal/tests/test_algorithms.py
stocal/tests/test_examples.py
stocal/tests/test_structures.py
stocal/tests/test_transitions.py
stocal/tests/test_tutorial.py