powerdnsapi


Namepowerdnsapi JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/nlgotz/powerdnsapi
SummaryPython PowerDNS API tool for interacting with Authoritative PowerDNS Servers
upload_time2023-03-28 04:14:31
maintainer
docs_urlNone
authorNate Gotz
requires_python>=3.8,<4.0
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PowerDNSAPI

Python Package to make API calls to PowerDNS Authoritative Server.

This does not implement functions for all PowerDNS Authoritative API calls, rather common ones that I want automated.

## Installing

TBD

## Usage

```python
from powerdnsapi import PowerDNSAPI

pdns = PowerDNSAPI("http://my_server:8081", "123ABC")

pdns.get_servers()
```

## Q&A

**Why another PowerDNS API python library?** Looking at the existing projects, none suited what I wanted. I wanted to have some helpers to simplify common tasks and also get the data back as a dict/list instead of nested objects.

**Why no tests?** This is a side/after hours project and I haven't set aside time for that yet.

## Roadmap

- Add documentation
- Add PowerDNS Container for local development
- Add unit tests
- Add integration tests against different versions of PowerDNS

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nlgotz/powerdnsapi",
    "name": "powerdnsapi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nate Gotz",
    "author_email": "775979+nlgotz@users.noreply.github.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/de/6192718d638a990628e99e02685d45288836f2a12cc8548992e4a119d639/powerdnsapi-0.0.1.tar.gz",
    "platform": null,
    "description": "# PowerDNSAPI\n\nPython Package to make API calls to PowerDNS Authoritative Server.\n\nThis does not implement functions for all PowerDNS Authoritative API calls, rather common ones that I want automated.\n\n## Installing\n\nTBD\n\n## Usage\n\n```python\nfrom powerdnsapi import PowerDNSAPI\n\npdns = PowerDNSAPI(\"http://my_server:8081\", \"123ABC\")\n\npdns.get_servers()\n```\n\n## Q&A\n\n**Why another PowerDNS API python library?** Looking at the existing projects, none suited what I wanted. I wanted to have some helpers to simplify common tasks and also get the data back as a dict/list instead of nested objects.\n\n**Why no tests?** This is a side/after hours project and I haven't set aside time for that yet.\n\n## Roadmap\n\n- Add documentation\n- Add PowerDNS Container for local development\n- Add unit tests\n- Add integration tests against different versions of PowerDNS\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Python PowerDNS API tool for interacting with Authoritative PowerDNS Servers",
    "version": "0.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8d90a08a61b080de63ce19e63f25fca1f8b926e2357815c8ca585064022c97c",
                "md5": "be8c3afd99c897276e2331cf5e421227",
                "sha256": "a61d1efab519e0c5069f8166739f65545e9454844289d65e7b7a7f80a83ffeac"
            },
            "downloads": -1,
            "filename": "powerdnsapi-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be8c3afd99c897276e2331cf5e421227",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 13399,
            "upload_time": "2023-03-28T04:14:29",
            "upload_time_iso_8601": "2023-03-28T04:14:29.430194Z",
            "url": "https://files.pythonhosted.org/packages/f8/d9/0a08a61b080de63ce19e63f25fca1f8b926e2357815c8ca585064022c97c/powerdnsapi-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6dde6192718d638a990628e99e02685d45288836f2a12cc8548992e4a119d639",
                "md5": "e3267d2aa529f1a1c030faaffab11777",
                "sha256": "e12f6f493dcc04f063b03d4076d9521270069b8557afa7438a790d13c94f3f1c"
            },
            "downloads": -1,
            "filename": "powerdnsapi-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e3267d2aa529f1a1c030faaffab11777",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 8642,
            "upload_time": "2023-03-28T04:14:31",
            "upload_time_iso_8601": "2023-03-28T04:14:31.818237Z",
            "url": "https://files.pythonhosted.org/packages/6d/de/6192718d638a990628e99e02685d45288836f2a12cc8548992e4a119d639/powerdnsapi-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 04:14:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "nlgotz",
    "github_project": "powerdnsapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "powerdnsapi"
}
        
Elapsed time: 0.04778s