CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
examples/__init__.py
examples/sir/run.py
examples/sir/sir_frontier.sh
examples/sir/sir_frontier_mini.sh
examples/sir/sir_simulation_tutorial.ipynb
sagesim/__init__.py
sagesim/agent.py
sagesim/breed.py
sagesim/generate_partition.py
sagesim/internal_utils.py
sagesim/model.py
sagesim/partition_utils.py
sagesim/space.py
sagesim/utils.py
sagesim.egg-info/PKG-INFO
sagesim.egg-info/SOURCES.txt
sagesim.egg-info/dependency_links.txt
sagesim.egg-info/requires.txt
sagesim.egg-info/top_level.txt
tests/__init__.py
tests/test_double_buffer.py
tests/test_no_double_buffer.py
tests/test_space.py
tests/test_worker_sync.py