.gitignore
.readthedocs.yaml
LICENSE-en.txt
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
.github/workflows/codeql.yml
.github/workflows/lint_test_and_doc.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/conf.py
docs/footprints_auto.rst
docs/footprints_fr.rst
docs/index.rst
docs/_templates/autosummary/custom-module.tpl
src/footprints/__init__.py
src/footprints/access.py
src/footprints/collectors.py
src/footprints/config.py
src/footprints/doc.py
src/footprints/loggers.py
src/footprints/priorities.py
src/footprints/proxies.py
src/footprints/reporting.py
src/footprints/stdtypes.py
src/footprints/util.py
src/footprints.egg-info/PKG-INFO
src/footprints.egg-info/SOURCES.txt
src/footprints.egg-info/dependency_links.txt
src/footprints.egg-info/requires.txt
src/footprints.egg-info/top_level.txt
tests/test_fp_core.py
tests/test_fp_doc.py
tests/test_fp_doctests.py
tests/test_fp_priorities.py
tests/test_fp_reporting.py
tests/test_fp_setup.py
tests/test_fp_stdtypes.py
tests/test_fp_util.py