Skip to main content

Looking for new maintainers

https://github.com/saghul/pycares/issues/139

pycares: Python interface for c-ares

https://badge.fury.io/py/pycares.png https://github.com/saghul/pycares/workflows/Test/badge.svg

pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously.

Documentation

http://readthedocs.org/docs/pycares/

Bundled c-ares

pycares currently bundles c-ares as a submodule for ease of building. Using the system provided c-ares is possible if the PYCARES_USE_SYSTEM_LIB environment variable is set to 1 when building.

NOTE: Versions prior to 4.0.0 used to embed a modified c-ares with extended TTL support. That is no longer the case and as a result only A and AAAA records will have TTL information. Follow this PR in uppstream c-ares, looks like TTLs will be added: https://github.com/c-ares/c-ares/pull/393

Installation

GNU/Linux, macOS, Windows, others:

pip install pycares

FreeBSD:

cd /usr/ports/dns/py-pycares && make install

IDNA 2008 support

If the idna package is installed, pycares will support IDNA 2008 encodingm otherwise the builtin idna codec will be used, which provides IDNA 2003 support.

You can force this at installation time as follows:

pip install pycares[idna]

Running the test suite

There are several ways of running the test suite:

  • Run the test with the current Python interpreter:

    From the toplevel directory, run: python tests/tests.py

  • Use Tox to run the test suite in several virtualenvs with several interpreters

    From the toplevel directory, run: tox -e py36,py37,py38,py39 this will run the test suite on Python 3.6 through 3.9 (you’ll need to have them installed beforehand)

Using it from the cli, a la dig

This module can be used directly from the command line in a similar fashion to dig (limited, of course):

$ python -m pycares google.com
;; QUESTION SECTION:
;google.com                  IN      A

;; ANSWER SECTION:
google.com           300     IN      A       172.217.17.142

$ python -m pycares mx google.com
;; QUESTION SECTION:
;google.com                  IN      MX

;; ANSWER SECTION:
google.com           600     IN      MX      50 alt4.aspmx.l.google.com
google.com           600     IN      MX      10 aspmx.l.google.com
google.com           600     IN      MX      40 alt3.aspmx.l.google.com
google.com           600     IN      MX      20 alt1.aspmx.l.google.com
google.com           600     IN      MX      30 alt2.aspmx.l.google.com

Author

Saúl Ibarra Corretgé <s@saghul.net>

License

Unless stated otherwise on-file pycares uses the MIT license, check LICENSE file.

Supported Python versions

Python >= 3.6 are supported. Both CPython and PyPy are supported.

Contributing

If you’d like to contribute, fork the project, make a patch and send a pull request. Have a look at the surrounding code and please, make yours look alike :-)

Release files for pycares 4.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pycares 4.0.0
File Size Uploaded
pycares-4.0.0.tar.gz 819.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pycares 4.0.0
File
pycares-4.0.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pycares-4.0.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
pycares-4.0.0-cp39-cp39-manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pycares-4.0.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pycares-4.0.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pycares-4.0.0-cp38-cp38-manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pycares-4.0.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pycares-4.0.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pycares-4.0.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pycares-4.0.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 Details
pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details

Total release size: 7.4 MB

Release files / pycares-4.0.0.tar.gz

Download URL pycares-4.0.0.tar.gz
Size 819.7 kB
Tags Source
SHA-256 checksum
How to use checksums
d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd
BLAKE2b-256 checksum
How to use checksums
255aed8cc3340b7e83a5e572b5d27387a968a7e52b1e3c269442076ca902b7ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-win_amd64.whl

Download URL pycares-4.0.0-cp39-cp39-win_amd64.whl
Size 82.0 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
38e54037f36c149146ff15f17a4a963fbdd0f9871d4a21cd94ff9f368140f57e
BLAKE2b-256 checksum
How to use checksums
36db71164674845f5214b974f53bc38f2777e36d727ac3ffbb5126a38b1a28db
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-win32.whl

Download URL pycares-4.0.0-cp39-cp39-win32.whl
Size 65.2 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
e9773e07684a55f54657df05237267611a77b294ec3bacb5f851c4ffca38a465
BLAKE2b-256 checksum
How to use checksums
13fe9733c460709bdc65c0e4223ae5b68bb5ca03f177cb89b5406858ee61ebc1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl

Download URL pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl
Size 295.8 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
3c7fb8d34ee11971c39acfaf98d0fac66725385ccef3bfe1b174c92b210e1aa4
BLAKE2b-256 checksum
How to use checksums
4d0af95bf87b6142507a101294562ae730da74098df4483417b53fc3e1982c4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl

Download URL pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl
Size 292.0 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
d52f9c725d2a826d5ffa37681eb07ffb996bfe21788590ef257664a3898fc0b5
BLAKE2b-256 checksum
How to use checksums
42ef9df752f8d9567b436f51ee9b398f3d81a6d9be5f20e331bdb37ec0ec013c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl

Download URL pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl
Size 272.1 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
53bc4f181b19576499b02cea4b45391e8dcbe30abd4cd01492f66bfc15615a13
BLAKE2b-256 checksum
How to use checksums
4887802cbdb16ebbee29f8bbcac0b88e403d770ef6ea96d9a111ff81a01034a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl

Download URL pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl
Size 292.0 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
3d5e50c95849f6905d2a9dbf02ed03f82580173e3c5604a39e2ad054185631f1
BLAKE2b-256 checksum
How to use checksums
b1f5037acdc11375c54816fec1fe9d99281eb0cda84746b17f6f3b037ed3d5c8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-manylinux1_i686.whl

Download URL pycares-4.0.0-cp39-cp39-manylinux1_i686.whl
Size 272.1 kB
Tags CPython 3.9 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ad6caf580ee69806fc6534be93ddbb6e99bf94296d79ab351c37b2992b17abfd
BLAKE2b-256 checksum
How to use checksums
3906a2e7c9c0e7a6e1e92b227145ce66a4f5460cc3dc0add47708d87b1485d9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 75.3 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
103353577a6266a53e71bfee4cf83825f1401fefa60f0fb8bdec35f13be6a5f2
BLAKE2b-256 checksum
How to use checksums
2f18d58fcd764088dc20dab2acb0ce40e0ec243aadd114604787f9bb6edf8221
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-win_amd64.whl

Download URL pycares-4.0.0-cp38-cp38-win_amd64.whl
Size 82.0 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
d4a5081e232c1d181883dcac4675807f3a6cf33911c4173fbea00c0523687ed4
BLAKE2b-256 checksum
How to use checksums
1b7e1235457460513154da4125970b7b8c5cdd624d0f85c5f4290daf30918c54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-win32.whl

Download URL pycares-4.0.0-cp38-cp38-win32.whl
Size 65.2 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
09b28fc7bc2cc05f7f69bf1636ddf46086e0a1837b62961e2092fcb40477320d
BLAKE2b-256 checksum
How to use checksums
59f5456e905507a69dccd41124ad64b2f6cdf65feca1007b359e96487887f152
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl

Download URL pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl
Size 296.3 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
44896d6e191a6b5a914dbe3aa7c748481bf6ad19a9df33c1e76f8f2dc33fc8f0
BLAKE2b-256 checksum
How to use checksums
dd02299185e743b08075564c9b79b3d45b0d561530b38e1f96c01b4292dfee03
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl

Download URL pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl
Size 292.4 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
eb60be66accc9a9ea1018b591a1f5800cba83491d07e9acc8c56bc6e6607ab54
BLAKE2b-256 checksum
How to use checksums
64a2e4cc262a91c9c5aa6278374a24ebf22b7220f3ded8d295cacc63503a0ecb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl

Download URL pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl
Size 272.5 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
c5362b7690ca481440f6b98395ac6df06aa50518ccb183c560464d1e5e2ab5d4
BLAKE2b-256 checksum
How to use checksums
f96c2919ad2df8568f0bc8bbb5f3266414c0967caede20d6490ab6a7e89df53f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl

Download URL pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl
Size 292.4 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
8ebb3ba0485f66cae8eed7ce3e9ed6f2c0bfd5e7319d5d0fbbb511064f17e1d4
BLAKE2b-256 checksum
How to use checksums
b9cb73bb6610680e50940424d37d4d6e35f93a601ed63f07de53ec4a85491780
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-manylinux1_i686.whl

Download URL pycares-4.0.0-cp38-cp38-manylinux1_i686.whl
Size 272.5 kB
Tags CPython 3.8 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
6580aef5d1b29a88c3d72fe73c691eacfd454f86e74d3fdd18f4bad8e8def98b
BLAKE2b-256 checksum
How to use checksums
1ef422552e1c6f61dd056ebe860b985ac4791899d36ed13afc13ab20d752cca7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 75.3 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
615406013cdcd1b445e5d1a551d276c6200b3abe77e534f8a7f7e1551208d14f
BLAKE2b-256 checksum
How to use checksums
e7d5a0fbc04ae3d596c7c0c6ddd4ac546d65efe98751e0628c4458af3560d275
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-win_amd64.whl

Download URL pycares-4.0.0-cp37-cp37m-win_amd64.whl
Size 82.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f60c04c5561b1ddf85ca4e626943cc09d7fb684e1adb22abb632095415a40fd7
BLAKE2b-256 checksum
How to use checksums
0fa43c45f55a743e99949628025ee25edcea0ff3745fc39b424d8fec310ccd39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-win32.whl

Download URL pycares-4.0.0-cp37-cp37m-win32.whl
Size 65.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
4876fc790ae32832ae270c4a010a1a77e12ddf8d8e6ad70ad0b0a9d506c985f7
BLAKE2b-256 checksum
How to use checksums
850ff0a4c5e06d53c778d18a1d4854ce0d0ebf0c2d0183286133b366a942f236
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl

Download URL pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl
Size 294.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
82b3259cb590ddd107a6d2dc52da2a2e9a986bf242e893d58c786af2f8191047
BLAKE2b-256 checksum
How to use checksums
32e7a2a1bfb410830e56dbe932817388d04e6392f789dae78a8123c20c050d3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl

Download URL pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Size 291.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
b17ef48729786e62b574c6431f675f4cb02b27691b49e7428a605a50cd59c072
BLAKE2b-256 checksum
How to use checksums
aa366328afbcc7591ff51a6d6c8c89fe1d53d3030d48aea74e36bab0ed8e2c3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl

Download URL pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl
Size 271.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
6f258c1b74c048a9501a25f732f11b401564005e5e3c18f1ca6cad0c3dc0fb19
BLAKE2b-256 checksum
How to use checksums
3bacdac44c006abf1d3183a3df06b6b0ea1901585907a187028048c0da71765c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl

Download URL pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl
Size 291.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
1b959dd5921d207d759d421eece1b60416df33a7f862465739d5f2c363c2f523
BLAKE2b-256 checksum
How to use checksums
c85fcb515e4422aa2a5d0468ce35ea7d0a8ddab9c39017641c3d140bf7abc9b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl

Download URL pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl
Size 271.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
cd3011ffd5e1ad55880f7256791dbab9c43ebeda260474a968f19cd0319e1aef
BLAKE2b-256 checksum
How to use checksums
438f449a7996551af9f7d9752965e6487837e9afe57e27a2515070671f61023b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 75.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
26e67e4f81c80a5955dcf6193f3d9bee3c491fc0056299b383b84d792252fba4
BLAKE2b-256 checksum
How to use checksums
2d851384f6a7598f24d9c332d913bfbef1000d393793e8b75a6968816d5cc8b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-win_amd64.whl

Download URL pycares-4.0.0-cp36-cp36m-win_amd64.whl
Size 82.0 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
c95c964d5dd307e104b44b193095c67bb6b10c9eda1ffe7d44ab7a9e84c476d9
BLAKE2b-256 checksum
How to use checksums
c7e5234599ce01d947048a8ee30ed93acbe69ac5d8bf1b6cbff2aab7bd1c3ded
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-win32.whl

Download URL pycares-4.0.0-cp36-cp36m-win32.whl
Size 65.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
dca9dc58845a9d083f302732a3130c68ded845ad5d463865d464e53c75a3dd45
BLAKE2b-256 checksum
How to use checksums
6c12a343094a6cc105309495402011235d21fe29270757fa537e06e9cc4f8c26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl

Download URL pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl
Size 294.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
57315b8eb8fdbc56b3ad4932bc4b17132bb7c7fd2bd590f7fb84b6b522098aa9
BLAKE2b-256 checksum
How to use checksums
9f778c0be07a02a825f2ec8dcb5ff90b2f8fac8a12ae57bc292b4a42b0fe3721
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl

Download URL pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Size 291.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
7661d6bbd51a337e7373cb356efa8be9b4655fda484e068f9455e939aec8d54e
BLAKE2b-256 checksum
How to use checksums
0000b7ae05e00fc0fe47d0e09ff630cb326b088a65f6d398bc55853cfffb91ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl

Download URL pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl
Size 271.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
a34b0e3e693dceb60b8a1169668d606c75cb100ceba0a2df53c234a0eb067fbc
BLAKE2b-256 checksum
How to use checksums
6997211db7e777269a7da680f57cfee13532ec4dd8892480310ea3544b34d636
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
Size 291.4 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
0aa97f900a7ffb259be77d640006585e2a907b0cd4edeee0e85cf16605995d5a
BLAKE2b-256 checksum
How to use checksums
aae474bd098adf1ea1f25359f95cdd284ef71f82ee9a5a86f444d6972f735e89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl

Download URL pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl
Size 271.6 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
fdff88393c25016f417770d82678423fc7a56995abb2df3d2a1e55725db6977d
BLAKE2b-256 checksum
How to use checksums
e6e39c6446627094e54fee05ab17397d977ea886427b483c0507848ed63d09dc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release files / pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Size 75.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
db5a533111a3cfd481e7e4fb2bf8bef69f4fa100339803e0504dd5aecafb96a5
BLAKE2b-256 checksum
How to use checksums
e5c578af0d7ed71ef00bde58b7be7f2e68321c2e225bb0be2c8a76044bb88975
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5

Release history Release notifications | RSS feed

5.0.0

85 release files

4.9.0

76 release files

4.6.1

71 release files

4.5.0

71 release files

4.3.0

52 release files

4.2.1

31 release files

4.2.0

31 release files

4.1.2

31 release files

4.1.1

31 release files

This release

4.0.0 This release

33 release files

3.2.3

33 release files

3.2.0

29 release files

3.1.0

29 release files

2.3.0

21 release files

2.1.1

9 release files

2.1.0

9 release files

2.0.1

9 release files

2.0.0

9 release files

1.0.0

7 release files

0.7.0

1 release file

0.6.3

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6.0

1 release file

0.5.0

1 release file

0.4.0

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page