.gitignore
.markdownlint.json
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
NOTES.md
README.md
TESTING.md
pyproject.toml
uv.lock
.claude/CLAUDE.md
.github/workflows/publish.yml
.github/workflows/test.yml
ci/Dockerfile
ci/docker-compose.yml
ci/run_tests.sh
mreg_api/__about__.py
mreg_api/__init__.py
mreg_api/_version.py
mreg_api/cache.py
mreg_api/client.py
mreg_api/endpoints.py
mreg_api/events.py
mreg_api/exceptions.py
mreg_api/managers.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/scm_file_list.json
mreg_api.egg-info/scm_version.json
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_events.py
tests/test_exceptions.py
tests/test_managers.py
tests/test_types.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/test_atoms.py
tests/integration/test_cname.py
tests/integration/test_dhcp.py
tests/integration/test_host_records.py
tests/integration/test_hostgroups.py
tests/integration/test_hosts.py
tests/integration/test_ip.py
tests/integration/test_labels.py
tests/integration/test_meta.py
tests/integration/test_network_policy.py
tests/integration/test_networks.py
tests/integration/test_permissions.py
tests/integration/test_roles.py
tests/integration/test_zones.py
tests/models/__init__.py
tests/models/test_fields.py
tests/models/test_models.py