Skip to main content

A simple library for managing DNS zones.

Project description

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

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.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

localzone-0.9.3-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 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