.gitignore
.pre-commit-config.yaml
.yamllint
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/release-drafter.yml
.github/workflows/tox.yml
.tox/packaging/lib/python3.8/site-packages/packaging/py.typed
.tox/packaging/lib/python3.8/site-packages/twine/py.typed
lib/enrich/py.typed
src/enrich/__init__.py
src/enrich/console.py
src/enrich/logging.py
src/enrich/py.typed
src/enrich.egg-info/PKG-INFO
src/enrich.egg-info/SOURCES.txt
src/enrich.egg-info/dependency_links.txt
src/enrich.egg-info/not-zip-safe
src/enrich.egg-info/requires.txt
src/enrich.egg-info/top_level.txt
src/enrich/test/test_console.py
src/enrich/test/test_logging.py