.gitignore
LICENSE
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/publish.yml
.github/workflows/run_tests.yml
.vscode/launch.json
.vscode/settings.json
src/zettings/__init__.py
src/zettings/utils.py
src/zettings/zettings.py
src/zettings.egg-info/PKG-INFO
src/zettings.egg-info/SOURCES.txt
src/zettings.egg-info/dependency_links.txt
src/zettings.egg-info/requires.txt
src/zettings.egg-info/top_level.txt
tests/test_settings.py
tests/test_utils.py