.editorconfig
.gitattributes
.gitignore
.pre-commit-config.yaml
.yamllint.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
coverage-badge.svg
pyproject.toml
uv.lock
.github/dependabot.yml
.github/environments.json
.github/actions/setup-project/action.yml
.github/workflows/ci.yml
.github/workflows/configure.yml
.github/workflows/schedule-ci.yml
.github/workflows/security.yml
.idea/.gitignore
.idea/.name
.idea/NetzOOE-eService-API.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
netzooe_eservice_api/__init__.py
netzooe_eservice_api/api.py
netzooe_eservice_api/constants.py
netzooe_eservice_api/error.py
netzooe_eservice_api/py.typed
netzooe_eservice_api/version.py
netzooe_eservice_api.egg-info/PKG-INFO
netzooe_eservice_api.egg-info/SOURCES.txt
netzooe_eservice_api.egg-info/dependency_links.txt
netzooe_eservice_api.egg-info/requires.txt
netzooe_eservice_api.egg-info/top_level.txt
scripts/lint.sh
scripts/setup.sh
tests/__init__.py
tests/conftest.py
tests/test_api.py