.gitignore
AUTHORS.md
CLA.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pytest.ini
release.sh
setup.py
.github/workflows/notebook_to_html.yml
.github/workflows/pytest.yml
doc/_static/process-bigraph.png
notebooks/process-bigraphs.ipynb
notebooks/visualize_processes.ipynb
process_bigraph/__init__.py
process_bigraph/composite.py
process_bigraph/process_types.py
process_bigraph/protocols.py
process_bigraph/tests.py
process_bigraph.egg-info/PKG-INFO
process_bigraph.egg-info/SOURCES.txt
process_bigraph.egg-info/dependency_links.txt
process_bigraph.egg-info/requires.txt
process_bigraph.egg-info/top_level.txt
process_bigraph/experiments/__init__.py
process_bigraph/experiments/growth_division.py
process_bigraph/experiments/minimal_gillespie.py
process_bigraph/experiments/parameter_scan.py