dnspython

a powerful DNS toolkit for python

Github星跟蹤圖

dnspython

Build Status
PyPI version
PyPI Statistics

INTRODUCTION

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.

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.

To see a few of the ways dnspython can be used, look in the examples/ directory.

dnspython is a utility to work with DNS, /etc/hosts is thus not used. For
simple forward DNS lookups, it's better to use socket.gethostbyname().

dnspython originated at Nominum where it was developed
to facilitate the testing of DNS software.

INSTALLATION

  • Many distributions have dnspython packaged for you, so you should
    check there first.
  • If you have pip installed, you can do pip install dnspython
  • If not just download the source file and unzip it, then run
    sudo python setup.py install

ABOUT THIS RELEASE

This is the development version of dnspython 2.0.0

Notices

Python 2.x support ended with the release of 1.16.0. dnspython 2.0.0 and
later only support Python 3.4 and later.

The ChangeLog has been discontinued. Please see the git history for detailed
change information.

主要指標

概覽
名稱與所有者rthalley/dnspython
主編程語言Python
編程語言Makefile (語言數: 2)
平台
許可證Other
所有者活动
創建於2011-08-24 11:36:39
推送於2025-04-10 22:26:32
最后一次提交
發布數48
最新版本名稱v2.7.0 (發布於 2024-10-05 13:09:39)
第一版名稱v1.3.4 (發布於 )
用户参与
星數2.5k
關注者數57
派生數525
提交數2.5k
已啟用問題?
問題數570
打開的問題數7
拉請求數454
打開的拉請求數1
關閉的拉請求數123
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?