home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_1700 < prev    next >
Encoding:
Python egg package info  |  2009-03-25  |  1.2 KB  |  29 lines

  1. Metadata-Version: 1.1
  2. Name: dnspython
  3. Version: 1.6.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.6.0/dnspython-1.6.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.         
  14.         dnspython provides both high and low level access to DNS. The high
  15.         level classes perform queries for data of a given name, type, and
  16.         class, and return an answer set.  The low level classes allow
  17.         direct manipulation of DNS zones, messages, names, and records.
  18. Platform: UNKNOWN
  19. Classifier: Development Status :: 5 - Production/Stable
  20. Classifier: Intended Audience :: Developers
  21. Classifier: Intended Audience :: System Administrators
  22. Classifier: License :: Freeware
  23. Classifier: Operating System :: Microsoft :: Windows :: Windows 95/98/2000
  24. Classifier: Operating System :: POSIX
  25. Classifier: Programming Language :: Python
  26. Classifier: Topic :: Internet :: Name Service (DNS)
  27. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  28. Provides: dns
  29.