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.9.2.tar.gz (141.7 kB view details)

Uploaded Source

Built Distribution

dns_lexicon-3.9.2-py3-none-any.whl (218.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dns-lexicon-3.9.2.tar.gz
  • Upload date:
  • Size: 141.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for dns-lexicon-3.9.2.tar.gz
Algorithm Hash digest
SHA256 7b48d3b75a8f2cb6674268d675343011f4599a046c17e89be01b79c6bbb5472c
MD5 6988a60446247eaf3855faf94eddff1a
BLAKE2b-256 110d08bf2746d9bc6e9ca27fd355b6c57b98a88fd4f289d09b908e5ab5d87c36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dns_lexicon-3.9.2-py3-none-any.whl
  • Upload date:
  • Size: 218.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for dns_lexicon-3.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d474426f7bf2b10c49507b432fc70a75bd694da52911a4955c1cbe2efb573ffa
MD5 38c4f3a4b32cdf887754fa73b1e8b271
BLAKE2b-256 9534c4896a54ca484bf815b43f837387b252f1f45567d33e1c2c9b0c1338f943

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