PKG-INFO 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Metadata-Version: 1.1
  2. Name: dnspython
  3. Version: 1.15.0
  4. Summary: DNS toolkit
  5. Home-page: http://www.dnspython.org
  6. Author: Bob Halley
  7. Author-email: halley@dnspython.org
  8. License: BSD-like
  9. Download-URL: http://www.dnspython.org/kits/1.15.0/dnspython-1.15.0.tar.gz
  10. Description: dnspython is a DNS toolkit for Python. It supports almost all
  11. record types. It can be used for queries, zone transfers, and dynamic
  12. updates. It supports TSIG authenticated messages and EDNS0.
  13. dnspython provides both high and low level access to DNS. The high
  14. level classes perform queries for data of a given name, type, and
  15. class, and return an answer set. The low level classes allow
  16. direct manipulation of DNS zones, messages, names, and records.
  17. Platform: UNKNOWN
  18. Classifier: Development Status :: 5 - Production/Stable
  19. Classifier: Intended Audience :: Developers
  20. Classifier: Intended Audience :: System Administrators
  21. Classifier: License :: Freeware
  22. Classifier: Operating System :: Microsoft :: Windows :: Windows 95/98/2000
  23. Classifier: Operating System :: POSIX
  24. Classifier: Programming Language :: Python
  25. Classifier: Topic :: Internet :: Name Service (DNS)
  26. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  27. Classifier: Programming Language :: Python :: 2
  28. Classifier: Programming Language :: Python :: 2.6
  29. Classifier: Programming Language :: Python :: 2.7
  30. Classifier: Programming Language :: Python :: 3
  31. Classifier: Programming Language :: Python :: 3.3
  32. Classifier: Programming Language :: Python :: 3.4
  33. Classifier: Programming Language :: Python :: 3.5
  34. Provides: dns