## DNS Made Easy provider for octoDNS
An [octoDNS](https://github.com/octodns/octodns/) provider that targets [DNS Made Easy](https://dnsmadeeasy.com/).
### Installation
#### Command line
```
pip install octodns-dnsmadeeasy
```
#### requirements.txt/setup.py
Pinning specific versions or SHAs is recommended to avoid unplanned upgrades.
##### Versions
```
# Start with the latest versions and don't just copy what's here
octodns==1.0.0
octodns-dnsmadeeasy==0.0.4
```
##### SHAs
```
# Start with the latest/specific versions and don't just copy what's here
-e git+https://git@github.com/octodns/octodns.git@9da19749e28f68407a1c246dfdf65663cdc1c422#egg=octodns
-e git+https://git@github.com/octodns/octodns-dnsmadeeasy.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_dnsmadeeasy
```
### Configuration
```yaml
providers:
dnsmadeeasy:
class: octodns_dnsmadeeasy.DnsMadeEasyProvider
# Your DnsMadeEasy api key (required)
api_key: env/DNSMADEEASY_API_KEY
# Your DnsMadeEasy secret key (required)
secret_key: env/DNSMADEEASY_SECRET_KEY
# Whether or not to use Sandbox environment
# (optional, default is false)
#sandbox: true
# The maximum number of records to submit in one request to the DnsMadeEasy API
# (optional, default is 200)
#batch_size: 100
```
### Support Information
#### Records
DnsMadeEasyProvider supports A, AAAA, ALIAS (ANAME), CAA, CNAME, MX, NS, PTR, SPF, SRV, and TXT. There are some restrictions on CAA tags.
#### Dynamic
DnsMadeEasyProvider does not support dynamic records.
### Development
See the [/script/](/script/) directory for some tools to help with the development process. They generally follow the [Script to rule them all](https://github.com/github/scripts-to-rule-them-all) pattern. Most useful is `./script/bootstrap` which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.
Raw data
{
"_id": null,
"home_page": "https://github.com/octodns/octodns-dnsmadeeasy",
"name": "octodns-dnsmadeeasy",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Ross McFarland",
"author_email": "rwmcfa1@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/f7/61/2c69c22fedd15ef7727d91f4a4cc57e9678cc921974f3abed311dedf9ed4/octodns-dnsmadeeasy-0.0.5.tar.gz",
"platform": null,
"description": "## DNS Made Easy provider for octoDNS\n\nAn [octoDNS](https://github.com/octodns/octodns/) provider that targets [DNS Made Easy](https://dnsmadeeasy.com/).\n\n### Installation\n\n#### Command line\n\n```\npip install octodns-dnsmadeeasy\n```\n\n#### requirements.txt/setup.py\n\nPinning specific versions or SHAs is recommended to avoid unplanned upgrades.\n\n##### Versions\n\n```\n# Start with the latest versions and don't just copy what's here\noctodns==1.0.0\noctodns-dnsmadeeasy==0.0.4\n```\n\n##### SHAs\n\n```\n# Start with the latest/specific versions and don't just copy what's here\n-e git+https://git@github.com/octodns/octodns.git@9da19749e28f68407a1c246dfdf65663cdc1c422#egg=octodns\n-e git+https://git@github.com/octodns/octodns-dnsmadeeasy.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_dnsmadeeasy\n```\n\n### Configuration\n\n```yaml\nproviders:\n dnsmadeeasy:\n class: octodns_dnsmadeeasy.DnsMadeEasyProvider\n # Your DnsMadeEasy api key (required)\n api_key: env/DNSMADEEASY_API_KEY\n # Your DnsMadeEasy secret key (required)\n secret_key: env/DNSMADEEASY_SECRET_KEY\n # Whether or not to use Sandbox environment\n # (optional, default is false)\n #sandbox: true\n # The maximum number of records to submit in one request to the DnsMadeEasy API\n # (optional, default is 200)\n #batch_size: 100\n```\n\n### Support Information\n\n#### Records\n\nDnsMadeEasyProvider supports A, AAAA, ALIAS (ANAME), CAA, CNAME, MX, NS, PTR, SPF, SRV, and TXT. There are some restrictions on CAA tags.\n\n#### Dynamic\n\nDnsMadeEasyProvider does not support dynamic records.\n\n### Development\n\nSee the [/script/](/script/) directory for some tools to help with the development process. They generally follow the [Script to rule them all](https://github.com/github/scripts-to-rule-them-all) pattern. Most useful is `./script/bootstrap` which will create a venv and install both the runtime and development related requirements. It will also hook up a pre-commit hook that covers most of what's run by CI.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "DNS Made Easy provider for octoDNS",
"version": "0.0.5",
"project_urls": {
"Homepage": "https://github.com/octodns/octodns-dnsmadeeasy"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a34a0a42ce18dbaf9ee26e2d215e56a23d7243d6a5ab4d56f678a0f9bc4da2a4",
"md5": "1cc3a3aeb77f8d44249b459f2e13965b",
"sha256": "b782ed5875c2ba73c2e6532ebe0bf22ebde62e37465faf26c35a4b5ac042ea97"
},
"downloads": -1,
"filename": "octodns_dnsmadeeasy-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1cc3a3aeb77f8d44249b459f2e13965b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 6520,
"upload_time": "2023-08-02T17:18:37",
"upload_time_iso_8601": "2023-08-02T17:18:37.994595Z",
"url": "https://files.pythonhosted.org/packages/a3/4a/0a42ce18dbaf9ee26e2d215e56a23d7243d6a5ab4d56f678a0f9bc4da2a4/octodns_dnsmadeeasy-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f7612c69c22fedd15ef7727d91f4a4cc57e9678cc921974f3abed311dedf9ed4",
"md5": "659b75c81e10aa7be0421bf3694002d6",
"sha256": "fe896a5a91b21c6b5e92455509943b606828fedfa3a59c56e90c7b5eec3f6cb1"
},
"downloads": -1,
"filename": "octodns-dnsmadeeasy-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "659b75c81e10aa7be0421bf3694002d6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 10385,
"upload_time": "2023-08-02T17:18:39",
"upload_time_iso_8601": "2023-08-02T17:18:39.647257Z",
"url": "https://files.pythonhosted.org/packages/f7/61/2c69c22fedd15ef7727d91f4a4cc57e9678cc921974f3abed311dedf9ed4/octodns-dnsmadeeasy-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-02 17:18:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "octodns",
"github_project": "octodns-dnsmadeeasy",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "octodns-dnsmadeeasy"
}