octodns-ultra


Nameoctodns-ultra JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/octodns/octodns-ultra
SummaryUltra DNS provider for octoDNS
upload_time2024-02-26 17:15:28
maintainer
docs_urlNone
authorRoss McFarland
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Ultra DNS provider for octoDNS

An [octoDNS](https://github.com/octodns/octodns/) provider that targets [Ultra DNS](https://vercara.com/authoritative-dns).

### Installation

#### Command line

```
pip install octodns-ultra
```

#### 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==0.9.14
octodns-ultra==0.0.1
```

##### 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-ultra.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_ultra
```

### Configuration

```yaml
providers:
  ultra:
    class: octodns_ultra.UltraProvider
    # Ultra Account Name (required)
    account: env/ULTRA_ACCOUNT
    # Ultra username (required)
    username: env/ULTRA_USERNAME
    # Ultra password (required)
    password: env/ULTRA_PASSWORD
```

### Support Information

#### Records

UltraProvider supports A, AAAA, CAA, CNAME, MX, NS, PTR, SPF, SRV, and TXT

#### Root NS Records

UltraProvider supports full root NS record management.

#### Dynamic

UltraProvider 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-ultra",
    "name": "octodns-ultra",
    "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/e7/a6/3bb602be2b32954f64c4ea3bc271d7ec19ba6eb958a0a601ed77b0d63b87/octodns-ultra-0.0.3.tar.gz",
    "platform": null,
    "description": "## Ultra DNS provider for octoDNS\n\nAn [octoDNS](https://github.com/octodns/octodns/) provider that targets [Ultra DNS](https://vercara.com/authoritative-dns).\n\n### Installation\n\n#### Command line\n\n```\npip install octodns-ultra\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==0.9.14\noctodns-ultra==0.0.1\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-ultra.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_ultra\n```\n\n### Configuration\n\n```yaml\nproviders:\n  ultra:\n    class: octodns_ultra.UltraProvider\n    # Ultra Account Name (required)\n    account: env/ULTRA_ACCOUNT\n    # Ultra username (required)\n    username: env/ULTRA_USERNAME\n    # Ultra password (required)\n    password: env/ULTRA_PASSWORD\n```\n\n### Support Information\n\n#### Records\n\nUltraProvider supports A, AAAA, CAA, CNAME, MX, NS, PTR, SPF, SRV, and TXT\n\n#### Root NS Records\n\nUltraProvider supports full root NS record management.\n\n#### Dynamic\n\nUltraProvider 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": "Ultra DNS provider for octoDNS",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/octodns/octodns-ultra"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3948536e552850fb6f2f7c7841349586bc5eb644e53389cb4c5b6f529f9f09d0",
                "md5": "3ec93896b93f71d0df77d659d38fe40d",
                "sha256": "c54028fd1333c7c4105cd02c125fe02cb4ae933c2ea9e96213a46cbf6684b24e"
            },
            "downloads": -1,
            "filename": "octodns_ultra-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ec93896b93f71d0df77d659d38fe40d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7375,
            "upload_time": "2024-02-26T17:15:26",
            "upload_time_iso_8601": "2024-02-26T17:15:26.880309Z",
            "url": "https://files.pythonhosted.org/packages/39/48/536e552850fb6f2f7c7841349586bc5eb644e53389cb4c5b6f529f9f09d0/octodns_ultra-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7a63bb602be2b32954f64c4ea3bc271d7ec19ba6eb958a0a601ed77b0d63b87",
                "md5": "89e7475cbd9fc15f9591c869bfb64452",
                "sha256": "44cd7f7fa28b895c74bf8fb8712959a93d4d70a7678ff66e1e7a633a82344bc6"
            },
            "downloads": -1,
            "filename": "octodns-ultra-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "89e7475cbd9fc15f9591c869bfb64452",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 12204,
            "upload_time": "2024-02-26T17:15:28",
            "upload_time_iso_8601": "2024-02-26T17:15:28.089379Z",
            "url": "https://files.pythonhosted.org/packages/e7/a6/3bb602be2b32954f64c4ea3bc271d7ec19ba6eb958a0a601ed77b0d63b87/octodns-ultra-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 17:15:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "octodns",
    "github_project": "octodns-ultra",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "octodns-ultra"
}
        
Elapsed time: 0.43970s