.travis.yml
AUTHORS
ChangeLog
Dockerfile
LICENSE
README.md
README.rst
dev-requirements.in
dev-requirements.txt
docker-compose.yml
requirements.in
requirements.txt
setup.cfg
setup.py
bin/compile-requirements.sh
bin/test.sh
covirus.egg-info/PKG-INFO
covirus.egg-info/SOURCES.txt
covirus.egg-info/dependency_links.txt
covirus.egg-info/not-zip-safe
covirus.egg-info/pbr.json
covirus.egg-info/requires.txt
covirus.egg-info/top_level.txt
covirus/data/README.md
covirus/data/__init__.py
covirus/data/dataset.py
covirus/data/load_data.py
covirus/data/countries/exceptions.py
covirus/data/countries/load_data.py
covirus/data/countries/brazil/br_dataset.py
covirus/data/countries/brazil/load_br.py
covirus/data/countries/brazil/sources/wcota.py
covirus/data/utils/__init__.py
covirus/data/utils/io/git.py
covirus/data/utils/io/storage_handlers.py
covirus/models/compartment/SIR.py
covirus/models/compartment/__init__.py
covirus/models/compartment/compartment.py
covirus/tests/conftest.py
covirus/tests/datasets/test_dataset_functions.py
covirus/tests/datasets/test_load_countries_dataset.py
covirus/tests/models/compartment/test_sir.py