Source: python-dnslib Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Scott Kitterman Build-Depends: debhelper (>= 9~), dh-python, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 3.9.8 Homepage: https://bitbucket.org/paulc/dnslib Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-dnslib.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-dnslib.git Package: python-dnslib Architecture: all Depends: ${misc:Depends}, ${python:Depends}, Description: Module to encode/decode DNS wire-format packets (Python 2) This DNS encode/decode Python module provides: . - Support for encoding/decoding DNS packets between wire format, Python objects, and Zone/DiG textual representation (dnslib.dns) - A server framework allowing the simple creation of custom DNS resolvers (dnslib.server) and a number of example servers created using this framework - A number of utilities for testing (dnslib.client, dnslib.proxy, dnslib.intercept) . This is the Python 2 version of the package. Package: python3-dnslib Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Module to encode/decode DNS wire-format packets (Python 3) This DNS encode/decode Python 3 module provides: . - Support for encoding/decoding DNS packets between wire format, Python objects, and Zone/DiG textual representation (dnslib.dns) - A server framework allowing the simple creation of custom DNS resolvers (dnslib.server) and a number of example servers created using this framework - A number of utilities for testing (dnslib.client, dnslib.proxy, dnslib.intercept) . This is the Python 3 version of the package.