dns-lexicon


Namedns-lexicon JSON
Version 3.20.1 PyPI version JSON
download
home_pageNone
SummaryManipulate DNS records on various DNS providers in a standardized/agnostic way
upload_time2024-12-19 11:09:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords dehydrated dns dns-lexicon letsencrypt lexicon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ============
|logo_named|
============

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

|build_status| |tests_status| |coverage_status| |docker_pulls| |pypy_version| |github_license|

.. |logo_named| image:: https://raw.githubusercontent.com/dns-lexicon/dns-lexicon/main/docs/images/logo_named.svg
    :alt: Lexicon
.. |build_status| image:: https://img.shields.io/github/actions/workflow/status/dns-lexicon/dns-lexicon/main.yml?style=flat-square
    :target: https://github.com/dns-lexicon/dns-lexicon/actions/workflows/main.yml
.. |tests_status| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fadferrand%2F5985ab4d62747586f12b0700a0107640%2Fraw%2Ftest_badge.json&style=flat-square
    :target: https://github.com/dns-lexicon/dns-lexicon/actions/workflows/test-results.yml
.. |coverage_status| image:: https://img.shields.io/coverallsCoverage/github/dns-lexicon/dns-lexicon?branch=main&style=flat-square
    :target: https://coveralls.io/github/dns-lexicon/dns-lexicon?branch=main
.. |docker_pulls| image:: https://img.shields.io/docker/pulls/analogj/lexicon?style=flat-square
    :target: https://hub.docker.com/r/analogj/lexicon
.. |pypy_version| image:: https://img.shields.io/pypi/v/dns-lexicon?style=flat-square
    :target: https://pypi.python.org/pypi/dns-lexicon
.. |github_license| image:: https://img.shields.io/github/license/dns-lexicon/dns-lexicon?style=flat-square&color=blueviolet
    :target: https://github.com/dns-lexicon/dns-lexicon/blob/master/LICENSE

.. contents:: Table of Contents
   :local:

.. tag: intro-begin

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:

.. code-block:: bash

    # 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:

.. code-block:: python

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

    config = ConfigResolver().with_env().with_dict({
        "provider_name" : "cloudflare",
        "domain": "domain.net",
    })

    with Client(config) as operations:
        operations.create_record("TXT", "foo", "bar")

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

* `Generating Intranet & Private Network SSL Certificates using Lets Encrypt & Lexicon <http://blog.thesparktree.com/post/138999997429/generating-intranet-and-private-network-ssl>`_

Supported providers
===================

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

..
  This section is autogenerated and should not been modified directly.
  However you should add a reference to the provider API in the list below,
  using the following syntax: .. _provider: URL_API

.. tag: providers-table-begin

Lexicon currently supports 87 providers:

+-----------------+-----------------+-----------------+-----------------+-----------------+
| aliyun_         | arvancloud_     | aurora_         | azure_          | cloudflare_     |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| cloudns_        | cloudxns_       | conoha_         | constellix_     | ddns_           |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| digitalocean_   | dinahosting_    | directadmin_    | dnsimple_       | dnsmadeeasy_    |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| dnspark_        | dnspod_         | dnsservices_    | dreamhost_      | duckdns_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| dynu_           | easydns_        | easyname_       | euserv_         | exoscale_       |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| flexibleengine_ | gandi_          | gehirn_         | glesys_         | godaddy_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| googleclouddns_ | gransy_         | gratisdns_      | henet_          | hetzner_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| hostingde_      | hover_          | infoblox_       | infomaniak_     | internetbs_     |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| inwx_           | ionos_          | joker_          | linode_         | linode4_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| localzone_      | luadns_         | memset_         | misaka_         | mythicbeasts_   |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| namecheap_      | namecom_        | namesilo_       | netcup_         | nfsn_           |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| njalla_         | nsone_          | oci_            | onapp_          | online_         |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| ovh_            | plesk_          | pointhq_        | porkbun_        | powerdns_       |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| qcloud_         | rackspace_      | rage4_          | rcodezero_      | regfish_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| route53_        | safedns_        | sakuracloud_    | softlayer_      | timeweb_        |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| transip_        | ultradns_       | valuedomain_    | vercel_         | vultr_          |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| webgo_          | wedos_          | yandex_         | yandexcloud_    | zeit_           |
+-----------------+-----------------+-----------------+-----------------+-----------------+
| zilore_         | zonomi_         |                 |                 |                 |
+-----------------+-----------------+-----------------+-----------------+-----------------+

.. tag: providers-table-end

.. _aliyun: https://help.aliyun.com/document_detail/29739.html
.. _arvancloud: https://www.arvancloud.ir/api/cdn/4.0
.. _aurora: https://www.pcextreme.com/aurora/dns
.. _azure: https://docs.microsoft.com/en-us/rest/api/dns/
.. _cloudflare: https://api.cloudflare.com/#endpoints
.. _cloudns: https://www.cloudns.net/wiki/article/56/
.. _cloudxns: https://www.cloudxns.net/support/lists/cid/17.html
.. _conoha: https://www.conoha.jp/docs/
.. _constellix: https://api-docs.constellix.com/?version=latest
.. _ddns: https://www.rfc-editor.org/rfc/rfc2136
.. _digitalocean: https://developers.digitalocean.com/documentation/v2/#create-a-new-domain
.. _dinahosting: https://en.dinahosting.com/api
.. _directadmin: https://www.directadmin.com/features.php?id=504
.. _dnsimple: https://developer.dnsimple.com/v2/
.. _dnsmadeeasy: https://api-docs.dnsmadeeasy.com/?version=latest
.. _dnspark: https://dnspark.zendesk.com/entries/31210577-rest-api-dns-documentation
.. _dnspod: https://support.dnspod.cn/support/api
.. _dnsservices: https://dns.services/userapi
.. _dreamhost: https://help.dreamhost.com/hc/en-us/articles/217560167-api_overview
.. _duckdns: https://www.duckdns.org/spec.jsp
.. _dynu: https://www.dynu.com/support/api
.. _easydns: http://docs.sandbox.rest.easydns.net/
.. _easyname: https://www.easyname.com/en
.. _euserv: https://support.euserv.com/api-doc/
.. _exoscale: https://community.exoscale.com/documentation/dns/api/
.. _flexibleengine: https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest/docs/data-sources/dns_zone_v2
.. _gandi: http://doc.livedns.gandi.net/
.. _gehirn: https://support.gehirn.jp/apidocs/gis/dns/index.html
.. _glesys: https://github.com/glesys/api/wiki/
.. _godaddy: https://developer.godaddy.com/getstarted#access
.. _googleclouddns: https://cloud.google.com/dns/api/v1/
.. _gransy: https://subreg.cz/manual/
.. _gratisdns:
.. _henet: https://dns.he.net/
.. _hetzner: https://dns.hetzner.com/api-docs/
.. _hostingde:
.. _hover: https://www.hover.com/
.. _infoblox: https://docs.infoblox.com/display/ilp/infoblox+documentation+portal
.. _infomaniak: https://www.infomaniak.com
.. _internetbs: https://internetbs.net/resellerregistrardomainnameapi
.. _inwx: https://www.inwx.de/en/offer/api
.. _ionos: https://developer.hosting.ionos.de/docs/dns
.. _joker: https://joker.com/faq/index.php?action=show&cat=39
.. _linode: https://www.linode.com/api/dns
.. _linode4: https://developers.linode.com/api/docs/v4#tag/domains
.. _localzone:
.. _luadns: http://www.luadns.com/api.html
.. _memset: https://www.memset.com/apidocs/methods_dns.html
.. _misaka: https://misaka.io/dns/
.. _mythicbeasts: https://www.mythic-beasts.com/support/api/dnsv2
.. _namecheap: https://www.namecheap.com/support/api/methods.aspx
.. _namecom: https://www.name.com/api-docs
.. _namesilo: https://www.namesilo.com/api_reference.php
.. _netcup: https://ccp.netcup.net/run/webservice/servers/endpoint.php
.. _nfsn:
.. _njalla: https://njal.la/api/
.. _nsone: https://ns1.com/api/
.. _oci: https://docs.oracle.com/en-us/iaas/Content/DNS/home.htm
.. _onapp: https://docs.onapp.com/display/55api/onapp+5.5+api+guide
.. _online:
.. _ovh: https://api.ovh.com/
.. _plesk: https://docs.plesk.com/en-us/onyx/api-rpc/about-xml-api.28709/
.. _pointhq: https://pointhq.com/api/docs
.. _porkbun: https://kb.porkbun.com/article/190-getting-started-with-the-porkbun-dns-api
.. _powerdns: https://doc.powerdns.com/md/httpapi/api_spec/
.. _qcloud: https://cloud.tencent.com/document/product/1427/56194
.. _rackspace: https://developer.rackspace.com/docs/cloud-dns/v1/developer-guide/
.. _rage4: https://gbshouse.uservoice.com/knowledgebase/articles/109834-rage4-dns-developers-api
.. _rcodezero: https://my.rcodezero.at/api-doc
.. _regfish: https://regfish.readme.io/
.. _route53: https://docs.aws.amazon.com/route53/latest/apireference/welcome.html
.. _safedns: https://developers.ukfast.io/documentation/safedns
.. _sakuracloud: https://developer.sakura.ad.jp/cloud/api/1.1/
.. _softlayer: https://sldn.softlayer.com/article/rest#http_request_types
.. _timeweb: https://timeweb.cloud/api-docs
.. _transip: https://api.transip.nl/rest/docs.html
.. _ultradns: https://ultra-portalstatic.ultradns.com/static/docs/rest-api_user_guide.pdf
.. _valuedomain: https://www.value-domain.com/service/api/
.. _vercel: https://vercel.com/docs/api#endpoints/dns
.. _vultr: https://www.vultr.com/api/#tag/dns
.. _webgo: https://www.webgo.de/
.. _wedos: https://www.wedos.com/cs/
.. _yandex: https://yandex.com/dev/domain/doc/reference/dns-add.html
.. _yandexcloud: https://cloud.yandex.com/en/docs/dns/api-ref/DnsZone/
.. _zeit:
.. _zilore: https://zilore.com/en/help/api
.. _zonomi: http://zonomi.com/app/dns/dyndns.jsp

.. tag: intro-end

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`_.

.. _Lexicon documentation: https://dns-lexicon.readthedocs.io
.. _User guide: https://dns-lexicon.readthedocs.io/en/latest/user_guide.html

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.

.. _Developer guide: https://dns-lexicon.readthedocs.io/en/latest/developer_guide.html

Licensing
=========

- MIT
- Logo_: transform by Mike Rowe from the Noun Project

.. _Logo: https://thenounproject.com/term/transform/397964

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dns-lexicon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "dehydrated, dns, dns-lexicon, letsencrypt, lexicon",
    "author": null,
    "author_email": "Jason Kulatunga <jason@thesparktree.com>, Adrien Ferrand <ferrand.ad@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6e/55/271ef521fcfcb0aff88002e3aa98affa4bc76546b7566e7c281cb887b4a9/dns_lexicon-3.20.1.tar.gz",
    "platform": null,
    "description": "============\n|logo_named|\n============\n\nManipulate DNS records on various DNS providers in a standardized/agnostic way.\n\n|build_status| |tests_status| |coverage_status| |docker_pulls| |pypy_version| |github_license|\n\n.. |logo_named| image:: https://raw.githubusercontent.com/dns-lexicon/dns-lexicon/main/docs/images/logo_named.svg\n    :alt: Lexicon\n.. |build_status| image:: https://img.shields.io/github/actions/workflow/status/dns-lexicon/dns-lexicon/main.yml?style=flat-square\n    :target: https://github.com/dns-lexicon/dns-lexicon/actions/workflows/main.yml\n.. |tests_status| image:: https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2Fadferrand%2F5985ab4d62747586f12b0700a0107640%2Fraw%2Ftest_badge.json&style=flat-square\n    :target: https://github.com/dns-lexicon/dns-lexicon/actions/workflows/test-results.yml\n.. |coverage_status| image:: https://img.shields.io/coverallsCoverage/github/dns-lexicon/dns-lexicon?branch=main&style=flat-square\n    :target: https://coveralls.io/github/dns-lexicon/dns-lexicon?branch=main\n.. |docker_pulls| image:: https://img.shields.io/docker/pulls/analogj/lexicon?style=flat-square\n    :target: https://hub.docker.com/r/analogj/lexicon\n.. |pypy_version| image:: https://img.shields.io/pypi/v/dns-lexicon?style=flat-square\n    :target: https://pypi.python.org/pypi/dns-lexicon\n.. |github_license| image:: https://img.shields.io/github/license/dns-lexicon/dns-lexicon?style=flat-square&color=blueviolet\n    :target: https://github.com/dns-lexicon/dns-lexicon/blob/master/LICENSE\n\n.. contents:: Table of Contents\n   :local:\n\n.. tag: intro-begin\n\nWhy using Lexicon?\n==================\n\nLexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way.\n\nLexicon can be used as:\n\n- a CLI tool:\n\n.. code-block:: bash\n\n    # Create a TXT entry in domain.net zone hosted by CloudFlare\n    lexicon cloudflare create domain.net TXT --name foo --content bar\n\n- or a Python library:\n\n.. code-block:: python\n\n    # Create a TXT entry in domain.net zone hosted by CloudFlare\n    from lexicon.client import Client\n    from lexicon.config import ConfigResolver\n\n    config = ConfigResolver().with_env().with_dict({\n        \"provider_name\" : \"cloudflare\",\n        \"domain\": \"domain.net\",\n    })\n\n    with Client(config) as operations:\n        operations.create_record(\"TXT\", \"foo\", \"bar\")\n\nLexicon was designed to be used in automation, specifically letsencrypt.\n\n* `Generating Intranet & Private Network SSL Certificates using Lets Encrypt & Lexicon <http://blog.thesparktree.com/post/138999997429/generating-intranet-and-private-network-ssl>`_\n\nSupported providers\n===================\n\nOnly DNS providers who have an API can be supported by `lexicon`.\n\n..\n  This section is autogenerated and should not been modified directly.\n  However you should add a reference to the provider API in the list below,\n  using the following syntax: .. _provider: URL_API\n\n.. tag: providers-table-begin\n\nLexicon currently supports 87 providers:\n\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| aliyun_         | arvancloud_     | aurora_         | azure_          | cloudflare_     |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| cloudns_        | cloudxns_       | conoha_         | constellix_     | ddns_           |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| digitalocean_   | dinahosting_    | directadmin_    | dnsimple_       | dnsmadeeasy_    |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| dnspark_        | dnspod_         | dnsservices_    | dreamhost_      | duckdns_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| dynu_           | easydns_        | easyname_       | euserv_         | exoscale_       |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| flexibleengine_ | gandi_          | gehirn_         | glesys_         | godaddy_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| googleclouddns_ | gransy_         | gratisdns_      | henet_          | hetzner_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| hostingde_      | hover_          | infoblox_       | infomaniak_     | internetbs_     |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| inwx_           | ionos_          | joker_          | linode_         | linode4_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| localzone_      | luadns_         | memset_         | misaka_         | mythicbeasts_   |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| namecheap_      | namecom_        | namesilo_       | netcup_         | nfsn_           |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| njalla_         | nsone_          | oci_            | onapp_          | online_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| ovh_            | plesk_          | pointhq_        | porkbun_        | powerdns_       |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| qcloud_         | rackspace_      | rage4_          | rcodezero_      | regfish_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| route53_        | safedns_        | sakuracloud_    | softlayer_      | timeweb_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| transip_        | ultradns_       | valuedomain_    | vercel_         | vultr_          |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| webgo_          | wedos_          | yandex_         | yandexcloud_    | zeit_           |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| zilore_         | zonomi_         |                 |                 |                 |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n\n.. tag: providers-table-end\n\n.. _aliyun: https://help.aliyun.com/document_detail/29739.html\n.. _arvancloud: https://www.arvancloud.ir/api/cdn/4.0\n.. _aurora: https://www.pcextreme.com/aurora/dns\n.. _azure: https://docs.microsoft.com/en-us/rest/api/dns/\n.. _cloudflare: https://api.cloudflare.com/#endpoints\n.. _cloudns: https://www.cloudns.net/wiki/article/56/\n.. _cloudxns: https://www.cloudxns.net/support/lists/cid/17.html\n.. _conoha: https://www.conoha.jp/docs/\n.. _constellix: https://api-docs.constellix.com/?version=latest\n.. _ddns: https://www.rfc-editor.org/rfc/rfc2136\n.. _digitalocean: https://developers.digitalocean.com/documentation/v2/#create-a-new-domain\n.. _dinahosting: https://en.dinahosting.com/api\n.. _directadmin: https://www.directadmin.com/features.php?id=504\n.. _dnsimple: https://developer.dnsimple.com/v2/\n.. _dnsmadeeasy: https://api-docs.dnsmadeeasy.com/?version=latest\n.. _dnspark: https://dnspark.zendesk.com/entries/31210577-rest-api-dns-documentation\n.. _dnspod: https://support.dnspod.cn/support/api\n.. _dnsservices: https://dns.services/userapi\n.. _dreamhost: https://help.dreamhost.com/hc/en-us/articles/217560167-api_overview\n.. _duckdns: https://www.duckdns.org/spec.jsp\n.. _dynu: https://www.dynu.com/support/api\n.. _easydns: http://docs.sandbox.rest.easydns.net/\n.. _easyname: https://www.easyname.com/en\n.. _euserv: https://support.euserv.com/api-doc/\n.. _exoscale: https://community.exoscale.com/documentation/dns/api/\n.. _flexibleengine: https://registry.terraform.io/providers/FlexibleEngineCloud/flexibleengine/latest/docs/data-sources/dns_zone_v2\n.. _gandi: http://doc.livedns.gandi.net/\n.. _gehirn: https://support.gehirn.jp/apidocs/gis/dns/index.html\n.. _glesys: https://github.com/glesys/api/wiki/\n.. _godaddy: https://developer.godaddy.com/getstarted#access\n.. _googleclouddns: https://cloud.google.com/dns/api/v1/\n.. _gransy: https://subreg.cz/manual/\n.. _gratisdns:\n.. _henet: https://dns.he.net/\n.. _hetzner: https://dns.hetzner.com/api-docs/\n.. _hostingde:\n.. _hover: https://www.hover.com/\n.. _infoblox: https://docs.infoblox.com/display/ilp/infoblox+documentation+portal\n.. _infomaniak: https://www.infomaniak.com\n.. _internetbs: https://internetbs.net/resellerregistrardomainnameapi\n.. _inwx: https://www.inwx.de/en/offer/api\n.. _ionos: https://developer.hosting.ionos.de/docs/dns\n.. _joker: https://joker.com/faq/index.php?action=show&cat=39\n.. _linode: https://www.linode.com/api/dns\n.. _linode4: https://developers.linode.com/api/docs/v4#tag/domains\n.. _localzone:\n.. _luadns: http://www.luadns.com/api.html\n.. _memset: https://www.memset.com/apidocs/methods_dns.html\n.. _misaka: https://misaka.io/dns/\n.. _mythicbeasts: https://www.mythic-beasts.com/support/api/dnsv2\n.. _namecheap: https://www.namecheap.com/support/api/methods.aspx\n.. _namecom: https://www.name.com/api-docs\n.. _namesilo: https://www.namesilo.com/api_reference.php\n.. _netcup: https://ccp.netcup.net/run/webservice/servers/endpoint.php\n.. _nfsn:\n.. _njalla: https://njal.la/api/\n.. _nsone: https://ns1.com/api/\n.. _oci: https://docs.oracle.com/en-us/iaas/Content/DNS/home.htm\n.. _onapp: https://docs.onapp.com/display/55api/onapp+5.5+api+guide\n.. _online:\n.. _ovh: https://api.ovh.com/\n.. _plesk: https://docs.plesk.com/en-us/onyx/api-rpc/about-xml-api.28709/\n.. _pointhq: https://pointhq.com/api/docs\n.. _porkbun: https://kb.porkbun.com/article/190-getting-started-with-the-porkbun-dns-api\n.. _powerdns: https://doc.powerdns.com/md/httpapi/api_spec/\n.. _qcloud: https://cloud.tencent.com/document/product/1427/56194\n.. _rackspace: https://developer.rackspace.com/docs/cloud-dns/v1/developer-guide/\n.. _rage4: https://gbshouse.uservoice.com/knowledgebase/articles/109834-rage4-dns-developers-api\n.. _rcodezero: https://my.rcodezero.at/api-doc\n.. _regfish: https://regfish.readme.io/\n.. _route53: https://docs.aws.amazon.com/route53/latest/apireference/welcome.html\n.. _safedns: https://developers.ukfast.io/documentation/safedns\n.. _sakuracloud: https://developer.sakura.ad.jp/cloud/api/1.1/\n.. _softlayer: https://sldn.softlayer.com/article/rest#http_request_types\n.. _timeweb: https://timeweb.cloud/api-docs\n.. _transip: https://api.transip.nl/rest/docs.html\n.. _ultradns: https://ultra-portalstatic.ultradns.com/static/docs/rest-api_user_guide.pdf\n.. _valuedomain: https://www.value-domain.com/service/api/\n.. _vercel: https://vercel.com/docs/api#endpoints/dns\n.. _vultr: https://www.vultr.com/api/#tag/dns\n.. _webgo: https://www.webgo.de/\n.. _wedos: https://www.wedos.com/cs/\n.. _yandex: https://yandex.com/dev/domain/doc/reference/dns-add.html\n.. _yandexcloud: https://cloud.yandex.com/en/docs/dns/api-ref/DnsZone/\n.. _zeit:\n.. _zilore: https://zilore.com/en/help/api\n.. _zonomi: http://zonomi.com/app/dns/dyndns.jsp\n\n.. tag: intro-end\n\nDocumentation\n=============\n\nOnline documentation (user guide, configuration reference) is available in the `Lexicon documentation`_.\n\nFor a quick start, please have a look in particular at the `User guide`_.\n\n.. _Lexicon documentation: https://dns-lexicon.readthedocs.io\n.. _User guide: https://dns-lexicon.readthedocs.io/en/latest/user_guide.html\n\nContributing\n============\n\nIf you want to help in the Lexicon development, you are welcome!\n\nPlease have a look at the `Developer guide`_ page to know how to start.\n\n.. _Developer guide: https://dns-lexicon.readthedocs.io/en/latest/developer_guide.html\n\nLicensing\n=========\n\n- MIT\n- Logo_: transform by Mike Rowe from the Noun Project\n\n.. _Logo: https://thenounproject.com/term/transform/397964\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Manipulate DNS records on various DNS providers in a standardized/agnostic way",
    "version": "3.20.1",
    "project_urls": null,
    "split_keywords": [
        "dehydrated",
        " dns",
        " dns-lexicon",
        " letsencrypt",
        " lexicon"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f5b0bfcb9c7722c81bb067abd76b771390343b9ae1a473f8254af7dab71f411a",
                "md5": "64cd8056615c95fe2399e6a3b2de1f02",
                "sha256": "c487db887a5d75952318d63abd02d5d66d9e8916790d622609941d4a376069b8"
            },
            "downloads": -1,
            "filename": "dns_lexicon-3.20.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64cd8056615c95fe2399e6a3b2de1f02",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 255595,
            "upload_time": "2024-12-19T11:09:28",
            "upload_time_iso_8601": "2024-12-19T11:09:28.358577Z",
            "url": "https://files.pythonhosted.org/packages/f5/b0/bfcb9c7722c81bb067abd76b771390343b9ae1a473f8254af7dab71f411a/dns_lexicon-3.20.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e55271ef521fcfcb0aff88002e3aa98affa4bc76546b7566e7c281cb887b4a9",
                "md5": "550109e76a363f45e9f3d067d9da7132",
                "sha256": "32eaeefc686004f4919ac52327b8b76e6a886117b0e0474f3c50e9b4e340fa7e"
            },
            "downloads": -1,
            "filename": "dns_lexicon-3.20.1.tar.gz",
            "has_sig": false,
            "md5_digest": "550109e76a363f45e9f3d067d9da7132",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 155679,
            "upload_time": "2024-12-19T11:09:30",
            "upload_time_iso_8601": "2024-12-19T11:09:30.123010Z",
            "url": "https://files.pythonhosted.org/packages/6e/55/271ef521fcfcb0aff88002e3aa98affa4bc76546b7566e7c281cb887b4a9/dns_lexicon-3.20.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-19 11:09:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dns-lexicon"
}
        
Elapsed time: 0.37251s