Skip to main content

A Python wrapper of Technitium DNS server's API

Project description

tdnss

A Python API wrapper for Technitium DNS Server's HTTP API.

Notice

This project is currently a work in progress: only the basic methods of the API are implemented (login, logout, etc.). They are working, if you want to test them.

Why?

TL;DR: the main reason I use this DNS server is its API, since it gives full control over the server without having to login to the web console. For a slightly more detailed answer, see here.

Installation

There is a package on PyPI (tdnss) but as the version number indicates, this wrapper is still a work in progress.

For development, use the provided Pipfile:

pipenv install --dev

This installs the only dependency, requests. The --dev flag installs some dev tools (flake8, black, pytest) and tdnss as an editable dependency in order to test it.

If you don't use Pipenv, there's also a provided requirements.txt to ensure requests is installed and a requirements-dev.txt that corresponds to the execution of pipenv install --dev.

Contributing

Currently a good part of all API calls is covered, but the code was written for the previous version of the API so I'm currently in the process of updating it. So testing is a good way to contribute.

If you want to contribute code, please open an issue indicating which section you would like to work on so that I can check if there isn't already some code written for it.

For more information, see CONTRIBUTING.

License

This project is licensed under the GNU General Public License v3.0 only.

See COPYING to see the full text.

Versioning

This project follows Semantic Versioning 2.0.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tdnss-0.1.0.tar.gz (30.2 kB view hashes)

Uploaded Source

Built Distribution

tdnss-0.1.0-py3-none-any.whl (23.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page