Skip to main content

Manipulate DNS records on various DNS providers in a standardized/agnostic way

Project description

Manipulate DNS records on various DNS providers in a standardized/agnostic way.

build_status coverage_status docker_pulls pypy_version pypy_python_support github_license

Why using Lexicon?

Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way.

Lexicon can be used as:

  • a CLI tool:

# Create a TXT entry in domain.net zone hosted by CloudFlare
lexicon cloudflare create domain.net TXT --name foo --content bar
  • or a Python library:

# Create a TXT entry in domain.net zone hosted by CloudFlare
from lexicon.client import Client
from lexicon.config import ConfigResolver

action = {
    "provider_name" : "cloudflare",
    "action": "create",
    "domain": "domain.net",
    "type": "TXT",
    "name": "foo",
    "content": "bar",
}
config = ConfigResolver().with_env().with_dict(action)
Client(config).execute()

Lexicon was designed to be used in automation, specifically letsencrypt.

Supported providers

Only DNS providers who have an API can be supported by lexicon.

The current supported providers are:

Documentation

Online documentation (user guide, configuration reference) is available in the Lexicon documentation.

For a quick start, please have a look in particular at the User guide.

Contributing

If you want to help in the Lexicon development, you are welcome!

Please have a look at the Developer guide page to know how to start.

Licensing

  • MIT

  • Logo: transform by Mike Rowe from the Noun Project

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

dns-lexicon-3.4.4.tar.gz (144.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dns_lexicon-3.4.4-py3-none-any.whl (248.7 kB view details)

Uploaded Python 3

File details

Details for the file dns-lexicon-3.4.4.tar.gz.

File metadata

  • Download URL: dns-lexicon-3.4.4.tar.gz
  • Upload date:
  • Size: 144.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for dns-lexicon-3.4.4.tar.gz
Algorithm Hash digest
SHA256 6eb8f0c0c72860e32c93a116908e878d0aeb78c0070d29919cfaf1c65b1fb9cf
MD5 97440abeef3d3ca5f63f38bd11c9d872
BLAKE2b-256 860709cd8ceb0cf7e5e1815f2ec4fef950ca78dbe95da42794b97a160420396c

See more details on using hashes here.

File details

Details for the file dns_lexicon-3.4.4-py3-none-any.whl.

File metadata

  • Download URL: dns_lexicon-3.4.4-py3-none-any.whl
  • Upload date:
  • Size: 248.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6

File hashes

Hashes for dns_lexicon-3.4.4-py3-none-any.whl
Algorithm Hash digest
SHA256 917decb4c70b4a4ad88559e950e7ae7a16c9ccd99547df2779b0fe666b49fec1
MD5 da5877e7bf82d8d60bfc1b60a86fd25d
BLAKE2b-256 49ebb61080bd99b5cf8f5b2a60af7f43be0bcf7b304b81e187f627986810dd34

See more details on using hashes here.

Supported by

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