.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
Pipfile
Pipfile.lock
README.md
README.rst
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/geting_started.rst
docs/index.rst
docs/license.rst
docs/_static/.gitignore
docs/_static/cSIR.png
docs/_static/dSIR.png
src/epimodels/__init__.py
src/epimodels.egg-info/PKG-INFO
src/epimodels.egg-info/SOURCES.txt
src/epimodels.egg-info/dependency_links.txt
src/epimodels.egg-info/not-zip-safe
src/epimodels.egg-info/requires.txt
src/epimodels.egg-info/top_level.txt
src/epimodels/continuous/__init__.py
src/epimodels/continuous/models.py
src/epimodels/discrete/__init__.py
src/epimodels/discrete/models.py
src/epimodels/tools/__init__.py
src/epimodels/tools/phase.py
tests/conftest.py
tests/test_continuous_models.py
tests/test_discrete_models.py