.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/labeler.yml
.github/release.yml
.github/workflows/cicd.yml
.github/workflows/labeler.yml
.github/workflows/publish-to-pypi.yml
src/monumenten/__init__.py
src/monumenten/_processing.py
src/monumenten/_version.py
src/monumenten/client.py
src/monumenten/logging.py
src/monumenten/py.typed
src/monumenten.egg-info/PKG-INFO
src/monumenten.egg-info/SOURCES.txt
src/monumenten.egg-info/dependency_links.txt
src/monumenten.egg-info/requires.txt
src/monumenten.egg-info/top_level.txt
src/monumenten/_api/__init__.py
src/monumenten/_api/_cultureel_erfgoed.py
src/monumenten/_api/_kadaster.py
tests/test_client.py