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

Uploaded Source

Built Distribution

dns_lexicon-3.8.1-py3-none-any.whl (271.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dns-lexicon-3.8.1.tar.gz
  • Upload date:
  • Size: 161.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for dns-lexicon-3.8.1.tar.gz
Algorithm Hash digest
SHA256 4f704788f7a3b0c0333ce03f1b9fcf3173c21ee4d372153dd64a52e265131aff
MD5 4095e1e50531f1fcd76b553faaa6bd84
BLAKE2b-256 12435c78b84c648a0165745b8dc0783563d55028f4a52c72601ab8ff51bdafb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dns_lexicon-3.8.1-py3-none-any.whl
  • Upload date:
  • Size: 271.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for dns_lexicon-3.8.1-py3-none-any.whl
Algorithm Hash digest
SHA256 04c0f6cb1494120d6b19519e6c403ba48d828938e82e877d3bf090964c494e3d
MD5 65ea64d5ec9023f52a50009deb66db31
BLAKE2b-256 b2525f0074a40a8a3da2bd98e4de9a82ad4b28761463fd8f631a9491a2e773c6

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