Skip to content

Commit

Permalink
Merge pull request #54 from michalc/docs/fix-package-badge
Browse files Browse the repository at this point in the history
docs: fix package badge
  • Loading branch information
michalc authored Aug 27, 2023
2 parents 84feb1b + 045306c commit 92a1345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# aiodnsresolver

[![PyPI package](https://img.shields.io/pypi/v/pg-bulk-ingest?label=PyPI%20package&color=%234c1)](https://pypi.org/project/pg-bulk-ingest/) [![Test suite](https://img.shields.io/github/actions/workflow/status/michalc/aiodnsresolver/test.yml?label=Test%20suite)](https://github.com/michalc/aiodnsresolver/actions/workflows/test.yml) [![Code coverage](https://img.shields.io/codecov/c/github/michalc/aiodnsresolver?label=Code%20coverage)](https://app.codecov.io/gh/michalc/aiodnsresolver)
[![PyPI package](https://img.shields.io/pypi/v/aiodnsresolver?label=PyPI%20package&color=%234c1)](https://pypi.org/project/aiodnsresolver/) [![Test suite](https://img.shields.io/github/actions/workflow/status/michalc/aiodnsresolver/test.yml?label=Test%20suite)](https://github.com/michalc/aiodnsresolver/actions/workflows/test.yml) [![Code coverage](https://img.shields.io/codecov/c/github/michalc/aiodnsresolver?label=Code%20coverage)](https://app.codecov.io/gh/michalc/aiodnsresolver)

Asyncio Python DNS resolver. Pure Python, with no dependencies other than the standard library, threads are not used, no additional tasks are created, and all code is in a single module. The nameservers to query are taken from `/etc/resolv.conf`, and treats hosts in `/etc/hosts` as A or AAAA records with a TTL of 0.

Expand Down

0 comments on commit 92a1345

Please sign in to comment.