Metadata-Version: 2.1
Name: domainconnectzone
Version: 4.0.0
Summary: Domain Connect Zone Utility
Home-page: https://github.com/Domain-Connect/domainconnectzone
Author: domainconnect.org
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
License-File: LICENSE
Requires-Dist: ipy>=1.1
Requires-Dist: six>=1.16.0
Provides-Extra: testing
Requires-Dist: coverage>=5.5; extra == "testing"
Requires-Dist: pytest>=4.6; python_version == "2.7" and extra == "testing"
Requires-Dist: pytest>=7.0; python_version > "2.7" and extra == "testing"
Requires-Dist: mock>=3.0.5; python_version < "3.3" and extra == "testing"
Requires-Dist: cryptography>=3.3.2; python_version == "2.7"
Requires-Dist: dnspython>=1.16.0; python_version == "2.7"
Requires-Dist: jsonschema>=3.2.0; python_version == "2.7"
Requires-Dist: requests>=2.27.1; python_version == "2.7"
Requires-Dist: validators>=0.14.2; python_version == "2.7"
Requires-Dist: cryptography>=39.0.1; python_version > "2.7" and python_version < "3.6"
Requires-Dist: dnspython3>=1.15.0; python_version > "2.7" and python_version < "3.6"
Requires-Dist: jsonschema>=4.0.0; python_version > "2.7" and python_version < "3.6"
Requires-Dist: requests>=2.27.1; python_version > "2.7" and python_version < "3.6"
Requires-Dist: validators>=0.20.0; python_version > "2.7" and python_version < "3.6"
Requires-Dist: cryptography>=40.0.2; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: dnspython3>=1.15.0; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: jsonschema>=4.0.0; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: requests>=2.27.1; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: validators>=0.20.0; python_version >= "3.6" and python_version < "3.7"
Requires-Dist: cryptography>=42.0.3; python_version >= "3.7"
Requires-Dist: dnspython3>=1.15.0; python_version >= "3.7"
Requires-Dist: jsonschema>=4.0.0; python_version >= "3.7"
Requires-Dist: requests>=2.31.0; python_version >= "3.7"
Requires-Dist: validators>=0.20.0; python_version >= "3.7"


# DomainConnectApplyZone

This module is a utility to implement the logic for applying a template to a zone for the Domain Connect protocol.

Given a domain, it's zone file, and the host (sub-domain) this can apply a template
with parameters to the zone.

Authorization of the user, verification that the user owns the domain, and the UX to
gain consent from the user are left to the DNS Provider.  But all the logic for handling
the application of the template, including conflict detection, is handled in this
library.

The library also provides convenient functions for verification of the digital signature when
necessary.

See README.adoc for documentation.

For more information about Domain Connect see: https://www.domainconnect.org/
