.gitignore
.markdownlint.json
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
LICENSE
NOTES.md
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
mreg_api/__about__.py
mreg_api/__init__.py
mreg_api/_version.py
mreg_api/cache.py
mreg_api/client.py
mreg_api/dirs.py
mreg_api/endpoints.py
mreg_api/exceptions.py
mreg_api/py.typed
mreg_api/types.py
mreg_api.egg-info/PKG-INFO
mreg_api.egg-info/SOURCES.txt
mreg_api.egg-info/dependency_links.txt
mreg_api.egg-info/requires.txt
mreg_api.egg-info/top_level.txt
mreg_api/models/__init__.py
mreg_api/models/abstracts.py
mreg_api/models/fields.py
mreg_api/models/history.py
mreg_api/models/models.py
mreg_api/utilities/__init__.py
mreg_api/utilities/fs.py
mreg_api/utilities/shared.py
tests/__init__.py
tests/conftest.py
tests/test_cache.py
tests/test_client.py
tests/test_exceptions.py
tests/test_types.py
tests/models/__init__.py
tests/models/test_fields.py
tests/models/test_models.py