{"id":20226172,"url":"https://github.com/getdnsapi/getdns-python-bindings","last_synced_at":"2025-10-09T03:17:07.821Z","repository":{"id":13893567,"uuid":"16591915","full_name":"getdnsapi/getdns-python-bindings","owner":"getdnsapi","description":"Python bindings for getdns","archived":false,"fork":false,"pushed_at":"2020-12-26T22:32:52.000Z","size":731,"stargazers_count":25,"open_issues_count":9,"forks_count":15,"subscribers_count":33,"default_branch":"master","last_synced_at":"2025-04-10T17:23:48.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getdnsapi.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-06T20:04:01.000Z","updated_at":"2025-02-10T14:37:12.000Z","dependencies_parsed_at":"2022-08-23T14:10:49.776Z","dependency_job_id":null,"html_url":"https://github.com/getdnsapi/getdns-python-bindings","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/getdnsapi/getdns-python-bindings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdnsapi%2Fgetdns-python-bindings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdnsapi%2Fgetdns-python-bindings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdnsapi%2Fgetdns-python-bindings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdnsapi%2Fgetdns-python-bindings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getdnsapi","download_url":"https://codeload.github.com/getdnsapi/getdns-python-bindings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getdnsapi%2Fgetdns-python-bindings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000732,"owners_count":26082911,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T07:16:39.140Z","updated_at":"2025-10-09T03:17:07.807Z","avatar_url":"https://github.com/getdnsapi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"getdns-python-bindings\n======================\n\nPython bindings for getdns\n\n* Date: 2016-03-29\n* Github: https://github.com/getdnsapi/getdns-python-bindings\n* Current version: v1.0.0b1\n\nExternal dependencies\n=====================\n\nBuilt and tested against Python 2.7 and Python 3.4.  You will need to install\nthe Python headers and libraries - this is usually a package\ncalled \"python-dev\"\n\nCurrently building against the getdns v1.0.0b release.\ngetdns external dependencies include:\n\n* [libunbound from NLnet Labs](http://www.nlnetlabs.nl/projects/unbound/) version 1.4.16 or later\n* [libidn from the FSF](http://www.gnu.org/software/libidn/) version 1.\n* [libssl and libcrypto from the OpenSSL project](https://www.openssl.org/) version 0.9.7 or later.\n  (Note: version 1.0.1 or later is required for TLS support, \n   version 1.0.2 or later is required for TLS hostname authentication)\n\nBuilding\n========\nTo build, \n\n```\npython setup.py build \n````\n\nDuring the development process and before the module is installed, I\nfind it convenient to have a symlink in the current directory pointing\nto the library in the build directory.  For example:\n\n```\ngetdns.so -\u003e build/lib.linux-i686-2.7/getdns.so\n```\n\nThis is only useful if you're working on the actual bindings code;\npeople who are using the bindings should go ahead and install.\n\n To install,\n\n```\npython setup.py install\n````\n\nWe recently added Python 3 support.  To build, just invoke\nthe Python 3 interpreter rather the Python 2 interpreter (on\nmost systems this will be \"python3\").  \n\n```\npython3 setup.py build\n```\nYou will need the\nPython 3 development environment (\"python3-dev\" or\n\"python3-devel\", most often).\n\n\nDocumentation\n=============\n\nDocumentation is formatted using the [sphinx](http://sphinx-doc.org/)\ndocumentation system.  The html-formatted output is under the pygetdns\nsource tree in doc/_build/html.  It is also available online at [readthedocs.org]\n(https://getdns.readthedocs.org/)\n\nChanges from the earlier release\n================================\n\n* A number of performance improvements.\n\n* Installable via PyPi.\n\n* Removed libevent dependency\n\n* For consistency with Python 3, the Python 2 bindings now return\nContext() attributes as longs\n\n* TSIG support\n\n* GETDNS_AUTHENTICATION_HOSTNAME is replaced by\nGETDNS_AUTHENTICATION_REQUIRED (but remains available as an alias).\nUpstreams can now be configured with either a hostname or a SPKI\npinset for TLS authentication (or both). If the\nGETDNS_AUTHENTICATION_REQUIRED option is used at least one piece of\nauthentication information must be configured for each upstream, and\nall the configured authentication information for an upstream must\nvalidate.\n\nOlder changes\n=============\n\nIn addition to adding Python 3 support, we've changed the callback\nargument to the asynchronous methods to accept a callable by name,\nrather than as a literal string.\n\nWe're also now supporting a new transport_list attribute, an\nordered (by preference) list of transport options, including\nTCP, UDP, TLS, and STARTTLS.\n\nThere are also a number of bugfixes, including cleaning up\nafter unbound zombies (this has been fixed in unbound as well\nbut the code is not yet included in a distribution) and\ncorrect handling of strings encoded as getdns bindatas.\n\nExamples have been updated to work with both Python 2.x and\nPython 3.\n\nPlease see the documentation for details on new attributes \nextensions, and methods.\n\nExamples\n========\n\nThere are several sample scripts in the examples directory, showing how to \nissue different kinds of queries, how to verify the answer status and DNSSEC\nstatus, and so on.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetdnsapi%2Fgetdns-python-bindings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetdnsapi%2Fgetdns-python-bindings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetdnsapi%2Fgetdns-python-bindings/lists"}