Wykres commitów

5 Commity (dedf328503430fa70257ec980f26bbbbfa2d9321)

Autor SHA1 Wiadomość Data
Paul Sokolovsky 60de502676 all: setup.py: Switch to sdist_upip. 2018-02-02 20:30:52 +02:00
Paul Sokolovsky 2ff5940d92 all: setup.py: Consistently update author and maintainer fields. 2018-02-02 20:25:27 +02:00
Paul Sokolovsky 1bde1058ce udnspkt: Release 0.1. 2017-12-17 20:56:13 +02:00
Paul Sokolovsky 1d1caa29c3 udnspkt: Add example. 2017-12-17 16:48:11 +02:00
Paul Sokolovsky 7e334411c2 udnspkt: A module to create/parse DNS packets to resolve hostnames.
This module implements "Sans I/O" approach, where packets are created/
parsed using BytesIO objects, and all networking happens outside the
module.

The module implements enough functionality to resolve a domain name
into IP address, for both IPv4 and IPv6.

Other DNS functionality is outside the scope of this module, that's
why it's called *u*dnspkt.

The API is experimental and subject to change.

This module requires .readbin()/.writebin() methods on a stream.
2017-12-17 16:27:46 +02:00