.copier-answers.yml
.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/pr.yml
.github/workflows/tag.yml
.pre-commit-hooks/check-cli-examples.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/modules/index.rst
docs/ref/modules/saltext.namecheap.modules.namecheap_domains.rst
docs/ref/modules/saltext.namecheap.modules.namecheap_domains_dns.rst
docs/ref/modules/saltext.namecheap.modules.namecheap_domains_ns.rst
docs/ref/modules/saltext.namecheap.modules.namecheap_ssl.rst
docs/ref/modules/saltext.namecheap.modules.namecheap_users.rst
docs/ref/utils/index.rst
docs/ref/utils/saltext.namecheap.utils.namecheap.rst
docs/topics/installation.md
src/saltext.namecheap.egg-info/PKG-INFO
src/saltext.namecheap.egg-info/SOURCES.txt
src/saltext.namecheap.egg-info/dependency_links.txt
src/saltext.namecheap.egg-info/entry_points.txt
src/saltext.namecheap.egg-info/not-zip-safe
src/saltext.namecheap.egg-info/requires.txt
src/saltext.namecheap.egg-info/top_level.txt
src/saltext/namecheap/__init__.py
src/saltext/namecheap/version.py
src/saltext/namecheap/modules/__init__.py
src/saltext/namecheap/modules/namecheap_domains.py
src/saltext/namecheap/modules/namecheap_domains_dns.py
src/saltext/namecheap/modules/namecheap_domains_ns.py
src/saltext/namecheap/modules/namecheap_ssl.py
src/saltext/namecheap/modules/namecheap_users.py
src/saltext/namecheap/utils/__init__.py
src/saltext/namecheap/utils/namecheap.py
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/modules/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/modules/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/modules/__init__.py
tests/unit/utils/test_namecheap.py