.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
environment.yaml
setup.cfg
setup.py
.github/workflows/pypipublish.yml
configs/.gitignore
data/.gitignore
data/external/.gitignore
data/interim/.gitignore
data/preprocessed/.gitignore
data/raw/.gitignore
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
models/.gitignore
notebooks/.gitattributes
notebooks/0.1-first_glance_on_data.ipynb
notebooks/0.2-creating_data_structure.ipynb
notebooks/0.3.-first_plotting.ipynb
references/.gitignore
reports/figures/.gitignore
src/health_tracking/__init__.py
src/health_tracking/constants.py
src/health_tracking.egg-info/PKG-INFO
src/health_tracking.egg-info/SOURCES.txt
src/health_tracking.egg-info/dependency_links.txt
src/health_tracking.egg-info/not-zip-safe
src/health_tracking.egg-info/requires.txt
src/health_tracking.egg-info/top_level.txt
tests/conftest.py