Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
An asynchronous Tornado pycares DNS client wrapper, exporting the full API.
Documentation is available at tdns.readthedocs.io.
Example
from tornado import gen, ioloop
import tdns
loop = ioloop.IOLoop()
channel = tdns.Channel(io_loop=loop)
@gen.coroutine
def on_start():
response = yield channel.query('google.com', tdns.QUERY_TYPE_MX)
print(response)
loop.stop()
loop.add_callback(on_start)
loop.start()
Release files for tdns 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tdns-0.2.0.tar.gz | 6.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tdns-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 15.0 kB
Release files / tdns-0.2.0.tar.gz
| Download URL | tdns-0.2.0.tar.gz |
|---|---|
| Size | 6.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f810e5c19174b97eedee51713c383f3e39dff9d837530d1baec166a843b12ce7
|
|
BLAKE2b-256 checksum How to use checksums |
cc72ef7714778a536e42a16dc1b9f211be8f05f9031379cd7db154f3f41a24a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / tdns-0.2.0-py2.py3-none-any.whl
| Download URL | tdns-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
22ddddf0322c197a0458419406b6112f6c640ab1dcb88f72b602c9413b9e5a3c
|
|
BLAKE2b-256 checksum How to use checksums |
fc52791556e988ee598a5ea311a4956ae48566c1ab7624138a4110d2b7aa1cae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |