.flake8
.gitignore
LICENSE
README.rst
mypy.ini
setup.py
.github/workflows/docs.yml
.github/workflows/python-ci.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/gettingstarted.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license.rst
docs/source/_static/banner.png
docs/source/_static/logo.png
episuite/__init__.py
episuite/data.py
episuite/distributions.py
episuite/durations.py
episuite/icu.py
episuite.egg-info/PKG-INFO
episuite.egg-info/SOURCES.txt
episuite.egg-info/dependency_links.txt
episuite.egg-info/requires.txt
episuite.egg-info/top_level.txt
episuite/mobility/__init__.py
episuite/mobility/facebook.py
tests/__init__.py
tests/test_data.py
tests/test_distributions.py
tests/test_durations.py
tests/test_icu.py
tests/test_main.py
tests/test_mobility.py