{"id":25521926,"url":"https://github.com/dns-lexicon/dns-lexicon","last_synced_at":"2025-04-12T18:41:07.328Z","repository":{"id":267608941,"uuid":"901776048","full_name":"dns-lexicon/dns-lexicon","owner":"dns-lexicon","description":"Manipulate DNS records on various DNS providers in a standardized way.","archived":false,"fork":false,"pushed_at":"2025-01-17T09:18:04.000Z","size":9057,"stargazers_count":22,"open_issues_count":10,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T06:36:11.983Z","etag":null,"topics":["cli","dns","dns-provider","dns-service","letsencrypt","lexicon","pypi","ssl-certificate"],"latest_commit_sha":null,"homepage":"https://dns-lexicon.readthedocs.io/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dns-lexicon.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-11T09:44:40.000Z","updated_at":"2025-03-31T15:58:29.000Z","dependencies_parsed_at":"2024-12-11T11:20:46.401Z","dependency_job_id":"5793eba8-c362-4b88-a108-f065dfaa22a7","html_url":"https://github.com/dns-lexicon/dns-lexicon","commit_stats":null,"previous_names":["dns-lexicon/dns-lexicon"],"tags_count":219,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-lexicon%2Fdns-lexicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-lexicon%2Fdns-lexicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-lexicon%2Fdns-lexicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dns-lexicon%2Fdns-lexicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dns-lexicon","download_url":"https://codeload.github.com/dns-lexicon/dns-lexicon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248616559,"owners_count":21134098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","dns","dns-provider","dns-service","letsencrypt","lexicon","pypi","ssl-certificate"],"created_at":"2025-02-19T18:17:37.173Z","updated_at":"2025-04-12T18:41:07.322Z","avatar_url":"https://github.com/dns-lexicon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. raw:: html\n\n    \u003ch1\u003e\n        \u003cpicture\u003e\n            \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/dns-lexicon/dns-lexicon/main/docs/images/logo_named_white.svg\"\u003e\n            \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/dns-lexicon/dns-lexicon/main/docs/images/logo_named.svg\"\u003e\n            \u003cimg alt=\"Lexicon\" src=\"\"\u003e\n        \u003c/picture\u003e\n    \u003c/h1\u003e\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.. |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\u0026style=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\u0026style=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\u0026color=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 \u0026 Private Network SSL Certificates using Lets Encrypt \u0026 Lexicon \u003chttp://blog.thesparktree.com/post/138999997429/generating-intranet-and-private-network-ssl\u003e`_\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 88 providers:\n\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| aliyun_         | arvancloud_     | aurora_         | azure_          | cloudflare_     |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| cloudns_        | cloudxns_       | conoha_         | constellix_     | ddns_           |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| devnomads_      | digitalocean_   | dinahosting_    | directadmin_    | dnsimple_       |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| dnsmadeeasy_    | dnspark_        | dnspod_         | dnsservices_    | dreamhost_      |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| duckdns_        | dynu_           | easydns_        | easyname_       | euserv_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| exoscale_       | flexibleengine_ | gandi_          | gehirn_         | glesys_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| godaddy_        | googleclouddns_ | gransy_         | gratisdns_      | henet_          |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| hetzner_        | hostingde_      | hover_          | infoblox_       | infomaniak_     |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| internetbs_     | inwx_           | ionos_          | joker_          | linode_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| linode4_        | localzone_      | luadns_         | memset_         | misaka_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| mythicbeasts_   | namecheap_      | namecom_        | namesilo_       | netcup_         |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| nfsn_           | njalla_         | nsone_          | oci_            | onapp_          |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| online_         | ovh_            | plesk_          | pointhq_        | porkbun_        |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| powerdns_       | qcloud_         | rackspace_      | rage4_          | rcodezero_      |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| regfish_        | route53_        | safedns_        | sakuracloud_    | scaleway_       |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| softlayer_      | timeweb_        | transip_        | ultradns_       | valuedomain_    |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| vercel_         | vultr_          | wedos_          | yandex_         | yandexcloud_    |\n+-----------------+-----------------+-----------------+-----------------+-----------------+\n| zeit_           | 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.. _devnomads: https://api.devnomads.nl/api/documentation\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\u0026cat=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.. _scaleway: https://www.scaleway.com/en/developers/api/domains-and-dns\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.github.io/dns-lexicon\n.. _User guide: https://dns-lexicon.github.io/dns-lexicon/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.github.io/dns-lexicon/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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-lexicon%2Fdns-lexicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdns-lexicon%2Fdns-lexicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdns-lexicon%2Fdns-lexicon/lists"}