パッケージ: python3-dnspython (2.3.0-1)
python3-dnspython に関するリンク
Debian の資源:
dnspython ソースパッケージをダウンロード:
メンテナ:
- Debian Python Team (QA ページ)
- Robert S. Edmonds (QA ページ)
- Scott Kitterman (QA ページ)
- Matthew Grant (QA ページ)
外部の資源:
- ホームページ [www.dnspython.org]
類似のパッケージ:
DNS toolkit for Python 3
dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.
With recommended additional dependencies installed it also support DNS Over HTTPS (DOH), DNSSEC, and non-ascii (IDNA) DNS operations. It can support asynchronous if python3-sniffio and python3-trio are installed, but this is not the default.
dnspython provides both high and low level access to DNS. The high level classes perform queries for data of a given name, type, and class, and return an answer set. The low level classes allow direct manipulation of DNS zones, messages, names, and records.
This is the Python 3 version.
その他の python3-dnspython 関連パッケージ
|
|
|
|
-
- dep: netbase
- 基本的な TCP/IP ネットワークシステム
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- rec: ca-certificates
- 一般的な CA の証明書
-
- rec: python3-cryptography
- Python library exposing cryptographic recipes and primitives (Python 3)
-
- rec: python3-h2
- Pure-Python3 HTTP/2 State-Machine based protocol implementation in Python
-
- rec: python3-httpx
- next generation HTTP client
-
- rec: python3-idna
- Python IDNA2008 (RFC 5891) handling (Python 3)
-
- rec: python3-requests
- 人間のために作られた、Python 3 向けの洗練された単純な HTTP ライブラリ
-
- rec: python3-requests-toolbelt
- Utility belt for advanced users of python3-requests
-
- sug: python3-aioquic
- パッケージは利用できません
-
- sug: python3-sniffio
- detect which async Python library is in use
-
- sug: python3-trio
- Python async concurrency and I/O library