.codecov.yml
.copier-answers.yml
.coveragerc
.envrc.example
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
endpoints-report.txt
noxfile.py
pyproject.toml
setup.py
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Feature.md
.gitlab/merge_request_templates/Default.md
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/check-gitlab-ci.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/.gitkeep
docs/ref/modules/index.rst
docs/ref/modules/saltext.gandi.modules.gandi_billing.rst
docs/ref/modules/saltext.gandi.modules.gandi_domain.rst
docs/ref/modules/saltext.gandi.modules.gandi_linkedzone.rst
docs/ref/modules/saltext.gandi.modules.gandi_livedns.rst
docs/ref/modules/saltext.gandi.modules.gandi_mod.rst
docs/ref/runners/index.rst
docs/ref/runners/saltext.gandi.runners.gandi_billing.rst
docs/ref/runners/saltext.gandi.runners.gandi_domain.rst
docs/ref/runners/saltext.gandi.runners.gandi_linkedzone.rst
docs/ref/runners/saltext.gandi.runners.gandi_livedns.rst
docs/ref/runners/saltext.gandi.runners.gandi_mod.rst
docs/ref/states/index.rst
docs/ref/states/saltext.gandi.states.gandi_domain.rst
docs/ref/states/saltext.gandi.states.gandi_linkedzone.rst
docs/ref/states/saltext.gandi.states.gandi_livedns.rst
docs/ref/utils/index.rst
docs/ref/utils/saltext.gandi.utils.billing.rst
docs/ref/utils/saltext.gandi.utils.client.rst
docs/ref/utils/saltext.gandi.utils.domain.rst
docs/ref/utils/saltext.gandi.utils.linkedzone.rst
docs/ref/utils/saltext.gandi.utils.livedns.rst
docs/ref/utils/saltext.gandi.utils.profile.rst
docs/ref/utils/saltext.gandi.utils.resources.rst
docs/topics/configuration.md
docs/topics/dns-models.md
docs/topics/installation.md
docs/topics/testing.md
docs/topics/troubleshooting.md
docs/topics/usage.md
src/saltext.gandi.egg-info/PKG-INFO
src/saltext.gandi.egg-info/SOURCES.txt
src/saltext.gandi.egg-info/dependency_links.txt
src/saltext.gandi.egg-info/entry_points.txt
src/saltext.gandi.egg-info/not-zip-safe
src/saltext.gandi.egg-info/requires.txt
src/saltext.gandi.egg-info/scm_file_list.json
src/saltext.gandi.egg-info/scm_version.json
src/saltext.gandi.egg-info/top_level.txt
src/saltext/gandi/__init__.py
src/saltext/gandi/version.py
src/saltext/gandi/modules/__init__.py
src/saltext/gandi/modules/gandi_billing.py
src/saltext/gandi/modules/gandi_domain.py
src/saltext/gandi/modules/gandi_linkedzone.py
src/saltext/gandi/modules/gandi_livedns.py
src/saltext/gandi/modules/gandi_mod.py
src/saltext/gandi/runners/__init__.py
src/saltext/gandi/runners/gandi_billing.py
src/saltext/gandi/runners/gandi_domain.py
src/saltext/gandi/runners/gandi_linkedzone.py
src/saltext/gandi/runners/gandi_livedns.py
src/saltext/gandi/runners/gandi_mod.py
src/saltext/gandi/states/__init__.py
src/saltext/gandi/states/gandi_domain.py
src/saltext/gandi/states/gandi_linkedzone.py
src/saltext/gandi/states/gandi_livedns.py
src/saltext/gandi/utils/__init__.py
src/saltext/gandi/utils/billing.py
src/saltext/gandi/utils/client.py
src/saltext/gandi/utils/domain.py
src/saltext/gandi/utils/linkedzone.py
src/saltext/gandi/utils/livedns.py
src/saltext/gandi/utils/profile.py
src/saltext/gandi/utils/resources.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/modules/__init__.py
tests/functional/modules/test_gandi.py
tests/functional/modules/test_gandi_billing.py
tests/functional/runners/__init__.py
tests/functional/states/__init__.py
tests/functional/states/test_gandi_domain.py
tests/functional/states/test_gandi_linkedzone.py
tests/functional/states/test_gandi_livedns.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/modules/__init__.py
tests/integration/modules/test_gandi.py
tests/integration/modules/test_gandi_billing.py
tests/integration/modules/test_gandi_domain.py
tests/integration/modules/test_gandi_linkedzone.py
tests/integration/modules/test_gandi_livedns.py
tests/integration/runners/__init__.py
tests/integration/states/__init__.py
tests/integration/states/test_gandi_livedns.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/modules/__init__.py
tests/unit/modules/test_gandi.py
tests/unit/runners/__init__.py
tests/unit/runners/test_gandi.py
tests/unit/states/__init__.py
tests/unit/states/test_gandi_domain.py
tests/unit/states/test_gandi_linkedzone.py
tests/unit/states/test_gandi_livedns.py
tests/unit/utils/__init__.py
tests/unit/utils/test_client.py
tests/unit/utils/test_domain.py
tests/unit/utils/test_linkedzone.py
tests/unit/utils/test_livedns.py
tests/unit/utils/test_profile.py
tools/gandi_docs.py
tools/initialize.py
tools/verify_endpoints.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py