.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
.yamllint.yml
ANNOTATIONS.md
CHANGELOG.md
CITATION.cff
INSTRUCTORS.md
LICENSE
README.md
SE_MANIFEST.toml
lychee.toml
pyproject.toml
ruff.strict.toml
uv.lock
zensical.toml
.github/dependabot.yml
.github/workflows/ci-python-zensical.yml
.github/workflows/deploy-zensical.yml
.github/workflows/links.yml
.github/workflows/release.yml
.vscode/extensions.json
docs/index.md
docs/en/api.md
docs/en/examples.md
docs/en/index.md
docs/en/troubleshooting.md
src/datafun_toolkit/__init__.py
src/datafun_toolkit/_version.py
src/datafun_toolkit/diagnostics.py
src/datafun_toolkit/logger.py
src/datafun_toolkit/paths.py
src/datafun_toolkit/py.typed
src/datafun_toolkit.egg-info/PKG-INFO
src/datafun_toolkit.egg-info/SOURCES.txt
src/datafun_toolkit.egg-info/dependency_links.txt
src/datafun_toolkit.egg-info/requires.txt
src/datafun_toolkit.egg-info/top_level.txt
tests/test_diagnostics.py
tests/test_logger.py
tests/test_paths.py