Skip to main content

aiodnsresolver

Project description

aiodnsresolver CircleCI Test Coverage

Asyncio Python DNS resolver: to resolve the A or AAAA record of a domain name. Only Python, with no dependencies or threads.

Installation

pip install aiodnsresolver

Usage

from aiodnsresolver import Resolver, types

resolve = Resolver()
ip_addresses = await resolve('www.google.com', types.A)

Project details


Release history Release notifications | RSS feed

This version

0.0.9

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiodnsresolver-0.0.9.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

aiodnsresolver-0.0.9-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page