s4-python: Format to PEP8, simplify tests.
[samba.git] / source4 / scripting / python / samba_external / dnspython / PKG-INFO
1 Metadata-Version: 1.1
2 Name: dnspython
3 Version: 1.8.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.8.0/dnspython-1.8.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