.flake8
.gitignore
.pylintrc
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
code_of_conduct.rst
contributing.rst
pyproject.toml
setup.py
.github/dependabot.yaml
.github/pull_request_template.md
.github/workflows/tests.yaml
docs/.gitignore
docs/Makefile
docs/README.md
docs/build_docs
docs/conduct.rst
docs/conf.py
docs/contributing.rst
docs/index.html
docs/index.rst
docs/requirements.txt
docs/robots.txt
docs/run_tutorials
docs/tutorials.rst
docs/whatsnew.rst
docs/_static/theme_overrides.css
docs/_templates/custom-class-template.rst
docs/_templates/custom-function-template.rst
docs/_templates/custom-module-template.rst
docs/_templates/footer_end.html
docs/_templates/footer_start.html
docs/_templates/navbar-side.html
docs/_templates/page.html
docs/api/index.rst
docs/images/favicon.ico
docs/images/idm-logo-transparent.png
docs/tutorials/README.rst
docs/tutorials/clean_outputs
docs/tutorials/dev_tut_analyzers.ipynb
docs/tutorials/dev_tut_diseases.ipynb
docs/tutorials/dev_tut_nonstandard.ipynb
docs/tutorials/dev_tut_pars.ipynb
docs/tutorials/normalize_notebooks
docs/tutorials/run_tutorials
docs/tutorials/tut_buildsim.ipynb
docs/tutorials/tut_calibration.ipynb
docs/tutorials/tut_demographics.ipynb
docs/tutorials/tut_diseases.ipynb
docs/tutorials/tut_interventions.ipynb
docs/tutorials/tut_intro.ipynb
docs/tutorials/tut_transmission.ipynb
docs/tutorials/test_data/nigeria_age.csv
docs/tutorials/test_data/nigeria_asfr.csv
docs/tutorials/test_data/nigeria_births.csv
docs/tutorials/test_data/nigeria_cmr.csv
docs/tutorials/test_data/nigeria_deaths.csv
docs/tutorials/test_data/nigeria_popsize.csv
starsim/__init__.py
starsim/arrays.py
starsim/calib_components.py
starsim/calibration.py
starsim/demographics.py
starsim/disease.py
starsim/distributions.py
starsim/interventions.py
starsim/loop.py
starsim/modules.py
starsim/networks.py
starsim/parameters.py
starsim/people.py
starsim/products.py
starsim/results.py
starsim/run.py
starsim/samples.py
starsim/settings.py
starsim/sim.py
starsim/time-jul15.py
starsim/time-jul16.py
starsim/time-romesh.py
starsim/time.py
starsim/timeline-jul15.py
starsim/timeline-jul16.py
starsim/utils.py
starsim/version.py
starsim.egg-info/PKG-INFO
starsim.egg-info/SOURCES.txt
starsim.egg-info/dependency_links.txt
starsim.egg-info/requires.txt
starsim.egg-info/top_level.txt
starsim/data/products/syph_dx.csv
starsim/data/products/syph_tx.csv
starsim/diseases/__init__.py
starsim/diseases/cholera.py
starsim/diseases/ebola.py
starsim/diseases/gonorrhea.py
starsim/diseases/hiv.py
starsim/diseases/measles.py
starsim/diseases/ncd.py
starsim/diseases/sir.py
starsim/diseases/syphilis.py
starsim/regression/pars_v0.1.0.json
starsim/regression/pars_v0.3.0.json
starsim/regression/pars_v2.0.0.json
tests/.coveragerc
tests/.gitignore
tests/baseline.json
tests/baseline_multisim.json
tests/benchmark.json
tests/benchmark_full.py
tests/benchmark_simple.py
tests/check_coverage
tests/check_style
tests/multisim_baseline.py
tests/profile_sim.py
tests/pytest.ini
tests/quick_benchmark
tests/requirements.txt
tests/run_tests
tests/test_baselines.py
tests/test_calibration.py
tests/test_demographics.py
tests/test_diseases.py
tests/test_dist.py
tests/test_interventions.py
tests/test_loop.py
tests/test_mixingpools.py
tests/test_networks.py
tests/test_other.py
tests/test_plugins.py
tests/test_randomness.py
tests/test_run.py
tests/test_samples.py
tests/test_sim.py
tests/test_syphilis.py
tests/test_time.py
tests/update_baseline.py
tests/archive/samples-documentation.ipynb
tests/devtests/README.rst
tests/devtests/devtest_art_impact_viz.py
tests/devtests/devtest_axbo.py
tests/devtests/devtest_axbo_service.py
tests/devtests/devtest_births.py
tests/devtests/devtest_dem_data.py
tests/devtests/devtest_dists.py
tests/devtests/devtest_networks.py
tests/devtests/devtest_orientation.py
tests/devtests/devtest_remove_people.py
tests/devtests/devtest_rng.py
tests/devtests/devtest_rngtrans.py
tests/devtests/devtest_sensitivity.py
tests/devtests/devtest_simple.py
tests/devtests/devtest_static_networks.py
tests/devtests/removing_people.py
tests/devtests/removing_people_demo.ipynb
tests/devtests/test_dynamicnet.py
tests/devtests/test_staticnet.py
tests/devtests/vignettes/README.rst
tests/devtests/vignettes/v01_single.py
tests/devtests/vignettes/v02_multi.py
tests/devtests/vignettes/v03_results.py
tests/devtests/vignettes/v04_interventions_ck.py
tests/devtests/vignettes/v04_interventions_rs.py
tests/devtests/vignettes/v05_scenarios.py
tests/devtests/vignettes/v06_custom_diseases.py
tests/devtests/vignettes/v07_connectors.py
tests/devtests/vignettes/v08_custom_results.py
tests/devtests/vignettes/v09_custom_networks.py
tests/devtests/vignettes/v10_custom_people.py
tests/test_data/nigeria_age.csv
tests/test_data/nigeria_asfr.csv
tests/test_data/nigeria_births.csv
tests/test_data/nigeria_cmr.csv
tests/test_data/nigeria_deaths.csv
tests/test_data/nigeria_popsize.csv