octodns-dnsimple


Nameoctodns-dnsimple JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/octodns/octodns-dnsimple
SummaryDNSimple provider for octoDNS
upload_time2024-03-11 13:40:31
maintainer
docs_urlNone
authorRoss McFarland
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements PyYAML certifi charset-normalizer dnspython fqdn idna natsort octodns python-dateutil requests six urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## DNSimple provider for octoDNS

An [octoDNS](https://github.com/octodns/octodns/) provider that targets [DnsimpleProvider](https://developer.dnsimple.com/v2/).

### Installation

#### Command line

```
pip install octodns-dnsimple
```

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

### Configuration

```yaml
providers:
  dnsimple:
    class: octodns_dnsimple.DnsimpleProvider
    # API v2 account access token (required)
    token: letmein
    # Your account number (required)
    account: 42
    # Use sandbox (optional)
    sandbox: false
```

### Support Information

#### Records

All octoDNS record types are supported, there are some restrictions on CAA tags.

#### Dynamic

DnsimpleProvider 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-dnsimple",
    "name": "octodns-dnsimple",
    "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/ab/5f/8687d2ee78e81445e3c5f303cb4f2cde0e0e773cd12ae677685682c40c2a/octodns-dnsimple-0.0.3.tar.gz",
    "platform": null,
    "description": "## DNSimple provider for octoDNS\n\nAn [octoDNS](https://github.com/octodns/octodns/) provider that targets [DnsimpleProvider](https://developer.dnsimple.com/v2/).\n\n### Installation\n\n#### Command line\n\n```\npip install octodns-dnsimple\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-dnsimple==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-dnsimple.git@ec9661f8b335241ae4746eea467a8509205e6a30#egg=octodns_dnsimple\n```\n\n### Configuration\n\n```yaml\nproviders:\n  dnsimple:\n    class: octodns_dnsimple.DnsimpleProvider\n    # API v2 account access token (required)\n    token: letmein\n    # Your account number (required)\n    account: 42\n    # Use sandbox (optional)\n    sandbox: false\n```\n\n### Support Information\n\n#### Records\n\nAll octoDNS record types are supported, there are some restrictions on CAA tags.\n\n#### Dynamic\n\nDnsimpleProvider 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": "DNSimple provider for octoDNS",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/octodns/octodns-dnsimple"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "865e41a8a521d46b8f77bfa0440709de8e181ed30299971f6a84d465409c1a7c",
                "md5": "30c2b2f76b668b68a7e6739a60629aa3",
                "sha256": "b9214ebab37b61d7fe515a2ff3f608e97af148fbc021f88b354c3b6ebd3e7f50"
            },
            "downloads": -1,
            "filename": "octodns_dnsimple-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30c2b2f76b668b68a7e6739a60629aa3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6468,
            "upload_time": "2024-03-11T13:40:29",
            "upload_time_iso_8601": "2024-03-11T13:40:29.977885Z",
            "url": "https://files.pythonhosted.org/packages/86/5e/41a8a521d46b8f77bfa0440709de8e181ed30299971f6a84d465409c1a7c/octodns_dnsimple-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab5f8687d2ee78e81445e3c5f303cb4f2cde0e0e773cd12ae677685682c40c2a",
                "md5": "8ea9226bed59763d285164221f743827",
                "sha256": "c4c4cb64e2da2d90cffe94040a4f75ccb845e3ad5b3811750ef9d44d060c9d12"
            },
            "downloads": -1,
            "filename": "octodns-dnsimple-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8ea9226bed59763d285164221f743827",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9259,
            "upload_time": "2024-03-11T13:40:31",
            "upload_time_iso_8601": "2024-03-11T13:40:31.079270Z",
            "url": "https://files.pythonhosted.org/packages/ab/5f/8687d2ee78e81445e3c5f303cb4f2cde0e0e773cd12ae677685682c40c2a/octodns-dnsimple-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 13:40:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "octodns",
    "github_project": "octodns-dnsimple",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2023.11.17"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "dnspython",
            "specs": [
                [
                    "==",
                    "2.4.2"
                ]
            ]
        },
        {
            "name": "fqdn",
            "specs": [
                [
                    "==",
                    "1.5.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "natsort",
            "specs": [
                [
                    "==",
                    "8.4.0"
                ]
            ]
        },
        {
            "name": "octodns",
            "specs": [
                [
                    "==",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        }
    ],
    "lcname": "octodns-dnsimple"
}
        
Elapsed time: 0.27399s