Skip to main content

A simple library for managing DNS zones.

Project description

Project link: localzone (calzone image by sobinsergey from the Noun Project)

A low-calorie library for managing DNS zones

import localzone

with localzone.manage("db.example.com") as z:
    r = z.add_record("greeting", "TXT", "hello, world!")
    r.name    # the record name, i.e. "greeting"
    r.rdtype  # the record type, i.e. "TXT"
    r.content # the record content, i.e. "hello," "world!"

Powered by dnspython.

Features

  • A simple API focused on managing resource records in local zone files

  • Support for almost all resource record types

  • Auto-save and auto-serial

  • Built for automation

Installing localzone

$ pip install localzone

Raison d’être

Comprehensive, low-level DNS toolkits can be cumbersome for the more common zone management tasks–especially those related to making simple changes to zone records. They can also come with a steep learning curve. Enter localzone: a simple library for managing DNS zones. While localzone may be a low-calorie library, it’s stuffed full of everything that a hungry hostmaster needs.

License

  • BSD

  • Calzone image by sobinsergey from the Noun Project

Where did the calories go? The likely suspect.

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

localzone-0.9.8.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

localzone-0.9.8-py2.py3-none-any.whl (9.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file localzone-0.9.8.tar.gz.

File metadata

  • Download URL: localzone-0.9.8.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for localzone-0.9.8.tar.gz
Algorithm Hash digest
SHA256 23cb6b55a620868700b3f44e93d7402518e08eb7960935b3352ad3905c964597
MD5 231c4898863cd6cc6225e6c80ff26bd0
BLAKE2b-256 f91a2406e73b9dedafc761526687a60a09aaa8b0b2f2268aa084c56cbed81959

See more details on using hashes here.

File details

Details for the file localzone-0.9.8-py2.py3-none-any.whl.

File metadata

  • Download URL: localzone-0.9.8-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5

File hashes

Hashes for localzone-0.9.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 123a917c59d7e488152ff98d37ebf5af7a2949a4cdad7edecc9f5a91b8186d47
MD5 33f52b5b3cf2a93fc093f9b2052a2bc8
BLAKE2b-256 90b776759d7eb2aba44dee5e7ef754c90dbc85a24d3a1c099b21c8867ea90028

See more details on using hashes here.

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