Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/dns/__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.4.1, created at 2024-02-02 06:07 +0000
« prev ^ index » next coverage.py v7.4.1, created at 2024-02-02 06:07 +0000
1# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license
3# Copyright (C) 2003-2007, 2009, 2011 Nominum, Inc.
4#
5# Permission to use, copy, modify, and distribute this software and its
6# documentation for any purpose with or without fee is hereby granted,
7# provided that the above copyright notice and this permission notice
8# appear in all copies.
9#
10# THE SOFTWARE IS PROVIDED "AS IS" AND NOMINUM DISCLAIMS ALL WARRANTIES
11# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL NOMINUM BE LIABLE FOR
13# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
16# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18"""dnspython DNS toolkit"""
20__all__ = [
21 "asyncbackend",
22 "asyncquery",
23 "asyncresolver",
24 "dnssec",
25 "dnssecalgs",
26 "dnssectypes",
27 "e164",
28 "edns",
29 "entropy",
30 "exception",
31 "flags",
32 "immutable",
33 "inet",
34 "ipv4",
35 "ipv6",
36 "message",
37 "name",
38 "namedict",
39 "node",
40 "opcode",
41 "query",
42 "quic",
43 "rcode",
44 "rdata",
45 "rdataclass",
46 "rdataset",
47 "rdatatype",
48 "renderer",
49 "resolver",
50 "reversename",
51 "rrset",
52 "serial",
53 "set",
54 "tokenizer",
55 "transaction",
56 "tsig",
57 "tsigkeyring",
58 "ttl",
59 "rdtypes",
60 "update",
61 "version",
62 "versioned",
63 "wire",
64 "xfr",
65 "zone",
66 "zonetypes",
67 "zonefile",
68]
70from dns.version import version as __version__ # noqa