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:

aliyun

aurora

azure

cloudflare

cloudns

cloudxns

conoha

constellix

ddns

digitalocean

dinahosting

directadmin

dnsimple

dnsmadeeasy

dnspark

dnspod

dreamhost

dynu

easydns

easyname

euserv

exoscale

gandi

gehirn

glesys

godaddy

googleclouddns

gransy

gratisdns

henet

hetzner

hostingde

hover

infoblox

infomaniak

internetbs

inwx

joker

linode

linode4

localzone

luadns

memset

misaka

mythicbeasts

namecheap

namecom

namesilo

netcup

nfsn

njalla

nsone

oci

onapp

online

ovh

plesk

pointhq

porkbun

powerdns

rackspace

rage4

rcodezero

route53

safedns

sakuracloud

softlayer

transip

ultradns

valuedomain

vercel

vultr

webgo

yandex

yandexcloud

zeit

zilore

zonomi

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

Uploaded Source

Built Distribution

dns_lexicon-3.11.3-py3-none-any.whl (233.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dns-lexicon-3.11.3.tar.gz
  • Upload date:
  • Size: 152.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.4.0-1083-azure

File hashes

Hashes for dns-lexicon-3.11.3.tar.gz
Algorithm Hash digest
SHA256 79de74ae5894d05c35d4aff016e37ccc64b8eee64da49424f95951c108fad203
MD5 384bb5b407a22a5696db3027d3d2cee9
BLAKE2b-256 2fc766b8657c03846353d6d46910329a853308810ea602914ebd254ddf7c2cb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dns_lexicon-3.11.3-py3-none-any.whl
  • Upload date:
  • Size: 233.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.4.0-1083-azure

File hashes

Hashes for dns_lexicon-3.11.3-py3-none-any.whl
Algorithm Hash digest
SHA256 fdbb285c2d1e5f511ee4ed8042e926465dda284ef9c7f7d2757247fcd1e6e316
MD5 d551801af7b7b6778b1f52105d833813
BLAKE2b-256 2961088d62debe1a8ae6b3ecea61225ee02eea5a353f67b5ab37ef5f14c0e101

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