.gitignore
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yaml
.platform/README.md
.platform/covasim-deployment.yaml
.platform/ingress-local.yaml
.platform/ingresss-azure.yaml
bin/README.md
bin/covascens
bin/covasim
bin/test_scripts.sh
covasim/README.rst
covasim/__init__.py
covasim/analysis.py
covasim/base.py
covasim/defaults.py
covasim/interventions.py
covasim/misc.py
covasim/parameters.py
covasim/people.py
covasim/plotting.py
covasim/population.py
covasim/requirements.py
covasim/run.py
covasim/sim.py
covasim/utils.py
covasim/version.py
covasim.egg-info/PKG-INFO
covasim.egg-info/SOURCES.txt
covasim.egg-info/dependency_links.txt
covasim.egg-info/requires.txt
covasim.egg-info/top_level.txt
covasim/data/__init__.py
covasim/data/country_age_data.py
covasim/data/household_size_data.py
covasim/data/loaders.py
covasim/data/state_age_data.py
covasim/webapp/README.rst
covasim/webapp/__init__.py
covasim/webapp/cova_app.css
covasim/webapp/cova_app.js
covasim/webapp/cova_app.py
covasim/webapp/example_nginx_config
covasim/webapp/index.html
covasim/webapp/launch_flask
covasim/webapp/launch_gunicorn
covasim/webapp/assets/idm-logo.png
covasim/webapp/assets/themify-icons.css
covasim/webapp/assets/fonts/themify.eot
covasim/webapp/assets/fonts/themify.svg
covasim/webapp/assets/fonts/themify.ttf
covasim/webapp/assets/fonts/themify.woff
data/README.rst
data/cova_epi_scraper.py
data/load_corona_data_scraper_data.py
data/load_covid_tracking_project_data.py
data/load_ecdp_data.py
data/load_household_data.py
data/run_scrapers
docker/Dockerfile
docker/Makefile
docker/README.rst
docker/docker-compose.yml
docker/docker_nginx.conf
docker/supervisord.conf
docs/Makefile
docs/README.md
docs/conduct.rst
docs/conf.py
docs/contributing.rst
docs/data.rst
docs/docker.rst
docs/index.html
docs/index.rst
docs/make.bat
docs/parameters.rst
docs/requirements.txt
docs/variables.txt
docs/webapp.rst
docs/whatsnew.rst
docs/_static/tablecollapse.js
docs/_static/theme_overrides.css
docs/_templates/breadcrumbs.html
docs/_templates/footer.html
docs/_templates/page.html
docs/images/IDM_white.png
docs/images/favicon.ico
examples/run_scenarios.py
examples/run_sim.py
examples/simple.py
licenses/.npmrc
licenses/NOTICE
licenses/notice.js
licenses/notice.py
licenses/package.json
licenses/custom/license-format.json
licenses/custom/coronadatascraper-data/package.json
licenses/custom/covid-tracking-data/LICENSE
licenses/custom/covid-tracking-data/package.json
licenses/custom/google-fonts/open-sans/LICENSE
licenses/custom/google-fonts/open-sans/package.json
licenses/custom/polyfill.io/LICENSE
licenses/custom/polyfill.io/package.json
licenses/custom/themify-icons/LICENSE
licenses/custom/themify-icons/package.json
tests/README.rst
tests/baseline.json
tests/benchmark.json
tests/benchmark.py
tests/example_data.csv
tests/run_tests
tests/test_baselines.py
tests/test_parameters.py
tests/test_run.py
tests/test_sim.py
tests/test_utils.py
tests/test_webapp.py
tests/update_baseline
tests/devtests/dev_test_age_distributions.py
tests/devtests/dev_test_basic_test_prob.py
tests/devtests/dev_test_blank.py
tests/devtests/dev_test_counts.py
tests/devtests/dev_test_memory.py
tests/devtests/dev_test_popchoices.py
tests/devtests/dev_test_sample.py
tests/devtests/draw_networks.py
tests/devtests/intervention_export.py
tests/devtests/run_dev_tests
tests/devtests/simple_debug.py
tests/devtests/tracing.py
tests/devtests/archive/age_example.py
tests/devtests/archive/choose_tests.py
tests/devtests/archive/choose_tests2.py
tests/devtests/archive/dev_test_synthpops.py
tests/devtests/archive/dict_tests.py
tests/devtests/archive/example_data.csv
tests/devtests/archive/intervention_by_date.py
tests/devtests/archive/memory_test.py
tests/devtests/archive/memory_test2.py
tests/devtests/archive/numba_tests.py
tests/devtests/archive/pop_type_scaling.py
tests/devtests/archive/test_basic_contact_tracing.py
tests/devtests/archive/testing_test.py
tests/devtests/archive/testing_test2.py
tests/unittests/experiment_test_disease_mortality.py
tests/unittests/get_unittest_coverage.py
tests/unittests/run_unittests
tests/unittests/test_data_loaders.py
tests/unittests/test_diagnostic_testing.py
tests/unittests/test_disease_mortality.py
tests/unittests/test_disease_progression.py
tests/unittests/test_disease_transmission.py
tests/unittests/test_interventions.py
tests/unittests/test_miscellaneous_features.py
tests/unittests/test_population_types.py
tests/unittests/test_simulation_parameter.py
tests/unittests/unittest_support_classes.py