LICENSE
MANIFEST.in
README.md
setup.py
june/__init__.py
june/exc.py
june/logging.py
june/mpi_setup.py
june/paths.py
june/simulator.py
june/time.py
june/world.py
june.egg-info/PKG-INFO
june.egg-info/SOURCES.txt
june.egg-info/dependency_links.txt
june.egg-info/requires.txt
june.egg-info/top_level.txt
june/activity/__init__.py
june/activity/activity_manager.py
june/configs/config_example.yaml
june/configs/config_stochastic.yaml
june/configs/logging.yaml
june/configs/defaults/rail_travel.yaml
june/configs/defaults/demography/ethnicity_encodings.yaml
june/configs/defaults/distributors/hospital_distributor.yaml
june/configs/defaults/distributors/household_distributor.yaml
june/configs/defaults/distributors/school_distributor.yaml
june/configs/defaults/distributors/worker_distributor.yaml
june/configs/defaults/epidemiology/infection/InfectionConstant.yaml
june/configs/defaults/epidemiology/infection/InfectionXNExp.yaml
june/configs/defaults/epidemiology/infection/symptoms/SymptomsConstant.yaml
june/configs/defaults/epidemiology/infection/symptoms/SymptomsGaussian.yaml
june/configs/defaults/epidemiology/infection/symptoms/SymptomsStep.yaml
june/configs/defaults/epidemiology/infection/symptoms/SymptomsTanh.yaml
june/configs/defaults/epidemiology/infection/symptoms/trajectories.yaml
june/configs/defaults/epidemiology/infection/transmission/TransmissionConstant.yaml
june/configs/defaults/epidemiology/infection/transmission/XNExp.yaml
june/configs/defaults/epidemiology/infection/transmission/b117.yaml
june/configs/defaults/epidemiology/infection/transmission/correction_nature.yaml
june/configs/defaults/epidemiology/infection/transmission/covid19.yaml
june/configs/defaults/epidemiology/infection/transmission/nature.yaml
june/configs/defaults/event/events.yaml
june/configs/defaults/groups/care_home.yaml
june/configs/defaults/groups/companies.yaml
june/configs/defaults/groups/hospitals.yaml
june/configs/defaults/groups/households.yaml
june/configs/defaults/groups/schools.yaml
june/configs/defaults/groups/leisure/cinemas.yaml
june/configs/defaults/groups/leisure/groceries.yaml
june/configs/defaults/groups/leisure/gyms.yaml
june/configs/defaults/groups/leisure/pubs.yaml
june/configs/defaults/groups/leisure/visits.yaml
june/configs/defaults/groups/travel/commute.yaml
june/configs/defaults/groups/travel/mode_of_transport.yaml
june/configs/defaults/interaction/interaction.yaml
june/configs/defaults/policy/company_closure.yaml
june/configs/defaults/policy/policy.yaml
june/configs/defaults/travel/city_stations.yaml
june/configs/tests/interaction.yaml
june/configs/tests/test_checkpoint_config.yaml
june/configs/tests/test_simulator.yaml
june/configs/tests/test_simulator_no_leisure.yaml
june/configs/tests/test_simulator_simple.yaml
june/configs/tests/transmission/test_transmission_constant.yaml
june/configs/tests/transmission/test_transmission_lognormal.yaml
june/configs/tests/transmission/test_transmission_symptoms.yaml
june/demography/__init__.py
june/demography/demography.py
june/demography/person.py
june/distributors/__init__.py
june/distributors/care_home_distributor.py
june/distributors/company_distributor.py
june/distributors/hospital_distributor.py
june/distributors/household_distributor.py
june/distributors/school_distributor.py
june/distributors/university_distributor.py
june/distributors/worker_distributor.py
june/domains/__init__.py
june/domains/domain.py
june/domains/domain_decomposition.py
june/epidemiology/__init__.py
june/epidemiology/epidemiology.py
june/epidemiology/infection/__init__.py
june/epidemiology/infection/immunity.py
june/epidemiology/infection/immunity_setter.py
june/epidemiology/infection/infection.py
june/epidemiology/infection/infection_selector.py
june/epidemiology/infection/symptom_tag.py
june/epidemiology/infection/symptoms.py
june/epidemiology/infection/symptoms_trajectory.py
june/epidemiology/infection/trajectory_maker.py
june/epidemiology/infection/transmission.py
june/epidemiology/infection/transmission_xnexp.py
june/epidemiology/infection/health_index/__init__.py
june/epidemiology/infection/health_index/data_to_rates.py
june/epidemiology/infection/health_index/health_index.py
june/epidemiology/infection_seed/__init__.py
june/epidemiology/infection_seed/cases_distributor.py
june/epidemiology/infection_seed/infection_seed.py
june/epidemiology/infection_seed/observed_to_cases.py
june/event/__init__.py
june/event/domestic_care.py
june/event/event.py
june/event/incidence_setter.py
june/event/mutation.py
june/geography/__init__.py
june/geography/city.py
june/geography/geography.py
june/geography/station.py
june/groups/__init__.py
june/groups/boundary.py
june/groups/care_home.py
june/groups/cemetery.py
june/groups/company.py
june/groups/hospital.py
june/groups/household.py
june/groups/school.py
june/groups/university.py
june/groups/group/__init__.py
june/groups/group/abstract.py
june/groups/group/external.py
june/groups/group/group.py
june/groups/group/interactive.py
june/groups/group/subgroup.py
june/groups/group/supergroup.py
june/groups/leisure/__init__.py
june/groups/leisure/cinema.py
june/groups/leisure/grocery.py
june/groups/leisure/gym.py
june/groups/leisure/leisure.py
june/groups/leisure/pub.py
june/groups/leisure/residence_visits.py
june/groups/leisure/social_venue.py
june/groups/leisure/social_venue_distributor.py
june/groups/travel/__init__.py
june/groups/travel/mode_of_transport.py
june/groups/travel/transport.py
june/groups/travel/travel.py
june/hdf5_savers/__init__.py
june/hdf5_savers/carehome_saver.py
june/hdf5_savers/checkpoint_saver.py
june/hdf5_savers/commute_saver.py
june/hdf5_savers/company_saver.py
june/hdf5_savers/domain_data_saver.py
june/hdf5_savers/geography_saver.py
june/hdf5_savers/hospital_saver.py
june/hdf5_savers/household_saver.py
june/hdf5_savers/leisure_saver.py
june/hdf5_savers/population_saver.py
june/hdf5_savers/school_saver.py
june/hdf5_savers/university_saver.py
june/hdf5_savers/utils.py
june/hdf5_savers/world_saver.py
june/hdf5_savers/infection_savers/__init__.py
june/hdf5_savers/infection_savers/immunity_saver.py
june/hdf5_savers/infection_savers/infection_saver.py
june/hdf5_savers/infection_savers/symptoms_saver.py
june/hdf5_savers/infection_savers/transmission_saver.py
june/interaction/__init__.py
june/interaction/interaction.py
june/policy/__init__.py
june/policy/individual_policies.py
june/policy/interaction_policies.py
june/policy/leisure_policies.py
june/policy/medical_care_policies.py
june/policy/policy.py
june/policy/regional_compliance.py
june/policy/vaccine_policy.py
june/records/__init__.py
june/records/event_records_writer.py
june/records/helper_records_writer.py
june/records/records_reader.py
june/records/records_writer.py
june/records/static_records_writer.py
june/utils/__init__.py
june/utils/distances.py
june/utils/numba_random.py
june/utils/parse_probabilities.py
june/utils/profiler.py
june/utils/readers.py
scripts/get_june_data.sh
scripts/get_june_plotting_data.sh
scripts/get_westeros_tutorial_data.sh
scripts/run_june_tests.py
test_june/__init__.py
test_june/conftest.py