.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
requirements.txt
setup.cfg
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/publish-to-test-pypi.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/constellix/__init__.py
src/constellix/exceptions.py
src/constellix/skeleton.py
src/constellix.egg-info/PKG-INFO
src/constellix.egg-info/SOURCES.txt
src/constellix.egg-info/dependency_links.txt
src/constellix.egg-info/not-zip-safe
src/constellix.egg-info/requires.txt
src/constellix.egg-info/top_level.txt
src/constellix/API/__init__.py
src/constellix/API/main.py
src/constellix/domains/__init__.py
src/constellix/domains/domain.py
src/constellix/domains/domains.py
src/constellix/domains/record/__init__.py
src/constellix/domains/record/a.py
src/constellix/domains/record/aaaa.py
src/constellix/domains/record/const.py
src/constellix/domains/record/record.py
src/constellix/protocol/__init__.py
src/constellix/protocol/protocol.py
tests/conftest.py
tests/test_skeleton.py