Codebase list dnspython / a53dbd2b-246d-447c-875a-a0ec8ec942ca/main PKG-INFO
a53dbd2b-246d-447c-875a-a0ec8ec942ca/main

Tree @a53dbd2b-246d-447c-875a-a0ec8ec942ca/main (Download .tar.gz)

PKG-INFO @a53dbd2b-246d-447c-875a-a0ec8ec942ca/mainraw · history · blame

Metadata-Version: 2.1
Name: dnspython
Version: 2.2.0
Summary: DNS toolkit
License: ISC
Author: Bob Halley
Author-email: halley@dnspython.org
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: curio
Provides-Extra: dnssec
Provides-Extra: doh
Provides-Extra: idna
Provides-Extra: trio
Provides-Extra: wmi
Requires-Dist: cryptography (>=2.6,<37.0); extra == "dnssec"
Requires-Dist: curio (>=1.2,<2.0); extra == "curio"
Requires-Dist: h2 (>=4.1.0); (python_full_version >= "3.6.2") and (extra == "doh")
Requires-Dist: httpx (>=0.21.1); (python_full_version >= "3.6.2") and (extra == "doh")
Requires-Dist: idna (>=2.1,<4.0); extra == "idna"
Requires-Dist: requests (>=2.23.0,<3.0.0); extra == "doh"
Requires-Dist: requests-toolbelt (>=0.9.1,<0.10.0); extra == "doh"
Requires-Dist: sniffio (>=1.1,<2.0); extra == "curio"
Requires-Dist: trio (>=0.14,<0.20); extra == "trio"
Requires-Dist: wmi (>=1.5.1,<2.0.0); extra == "wmi"