Skip to main content
Warning Some features may not work without JavaScript. Please try enabling it if you encounter problems.

Python interface for c-ares

Project description

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 :-)

Project details


Download files

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

Source Distribution

pycares-4.0.0.tar.gz (819.7 kB view details)

Uploaded Source

Built Distributions

pycares-4.0.0-cp39-cp39-win_amd64.whl (82.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

pycares-4.0.0-cp39-cp39-win32.whl (65.2 kB view details)

Uploaded CPython 3.9 Windows x86

pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl (295.8 kB view details)

Uploaded CPython 3.9

pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl (292.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl (272.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl (292.0 kB view details)

Uploaded CPython 3.9

pycares-4.0.0-cp39-cp39-manylinux1_i686.whl (272.1 kB view details)

Uploaded CPython 3.9

pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pycares-4.0.0-cp38-cp38-win_amd64.whl (82.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

pycares-4.0.0-cp38-cp38-win32.whl (65.2 kB view details)

Uploaded CPython 3.8 Windows x86

pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl (296.3 kB view details)

Uploaded CPython 3.8

pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl (292.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl (272.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl (292.4 kB view details)

Uploaded CPython 3.8

pycares-4.0.0-cp38-cp38-manylinux1_i686.whl (272.5 kB view details)

Uploaded CPython 3.8

pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pycares-4.0.0-cp37-cp37m-win_amd64.whl (82.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

pycares-4.0.0-cp37-cp37m-win32.whl (65.2 kB view details)

Uploaded CPython 3.7m Windows x86

pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl (294.8 kB view details)

Uploaded CPython 3.7m

pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl (291.4 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl (271.5 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl (291.4 kB view details)

Uploaded CPython 3.7m

pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl (271.5 kB view details)

Uploaded CPython 3.7m

pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

pycares-4.0.0-cp36-cp36m-win_amd64.whl (82.0 kB view details)

Uploaded CPython 3.6m Windows x86-64

pycares-4.0.0-cp36-cp36m-win32.whl (65.2 kB view details)

Uploaded CPython 3.6m Windows x86

pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl (294.8 kB view details)

Uploaded CPython 3.6m

pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl (291.4 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl (271.6 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl (291.4 kB view details)

Uploaded CPython 3.6m

pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl (271.6 kB view details)

Uploaded CPython 3.6m

pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (75.3 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file pycares-4.0.0.tar.gz.

File metadata

  • Download URL: pycares-4.0.0.tar.gz
  • Upload date:
  • Size: 819.7 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0.tar.gz
Algorithm Hash digest
SHA256 d0154fc5753b088758fbec9bc137e1b24bb84fc0c6a09725c8bac25a342311cd
MD5 5908c5762f08d07310f081aa2d8397a2
BLAKE2b-256 255aed8cc3340b7e83a5e572b5d27387a968a7e52b1e3c269442076ca902b7ba

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 82.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 38e54037f36c149146ff15f17a4a963fbdd0f9871d4a21cd94ff9f368140f57e
MD5 23d86ed7a96c2a72debce9aac28b227b
BLAKE2b-256 36db71164674845f5214b974f53bc38f2777e36d727ac3ffbb5126a38b1a28db

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e9773e07684a55f54657df05237267611a77b294ec3bacb5f851c4ffca38a465
MD5 0d64470089cc67c3375795c1d916dddb
BLAKE2b-256 13fe9733c460709bdc65c0e4223ae5b68bb5ca03f177cb89b5406858ee61ebc1

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 295.8 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c7fb8d34ee11971c39acfaf98d0fac66725385ccef3bfe1b174c92b210e1aa4
MD5 5b841bfa3cbc7f5aabb7ac58d8fcb1ad
BLAKE2b-256 4d0af95bf87b6142507a101294562ae730da74098df4483417b53fc3e1982c4e

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 292.0 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d52f9c725d2a826d5ffa37681eb07ffb996bfe21788590ef257664a3898fc0b5
MD5 f2296a6e96d63406d43d2885a06292bb
BLAKE2b-256 42ef9df752f8d9567b436f51ee9b398f3d81a6d9be5f20e331bdb37ec0ec013c

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 272.1 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 53bc4f181b19576499b02cea4b45391e8dcbe30abd4cd01492f66bfc15615a13
MD5 f7d8301a08586d5842411d877414e541
BLAKE2b-256 4887802cbdb16ebbee29f8bbcac0b88e403d770ef6ea96d9a111ff81a01034a1

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 292.0 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3d5e50c95849f6905d2a9dbf02ed03f82580173e3c5604a39e2ad054185631f1
MD5 fa1e2fc5659c930ff76d0ba8e188ea13
BLAKE2b-256 b1f5037acdc11375c54816fec1fe9d99281eb0cda84746b17f6f3b037ed3d5c8

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 272.1 kB
  • Tags: CPython 3.9
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 ad6caf580ee69806fc6534be93ddbb6e99bf94296d79ab351c37b2992b17abfd
MD5 14ce2e4badeed7a2201ae9b8b27dc0f3
BLAKE2b-256 3906a2e7c9c0e7a6e1e92b227145ce66a4f5460cc3dc0add47708d87b1485d9c

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 103353577a6266a53e71bfee4cf83825f1401fefa60f0fb8bdec35f13be6a5f2
MD5 59ff35d2bf9a4c52afce735c26d1f8f0
BLAKE2b-256 2f18d58fcd764088dc20dab2acb0ce40e0ec243aadd114604787f9bb6edf8221

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 82.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d4a5081e232c1d181883dcac4675807f3a6cf33911c4173fbea00c0523687ed4
MD5 08e1c0cfe62bade823bab6e3bda68194
BLAKE2b-256 1b7e1235457460513154da4125970b7b8c5cdd624d0f85c5f4290daf30918c54

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 09b28fc7bc2cc05f7f69bf1636ddf46086e0a1837b62961e2092fcb40477320d
MD5 eede5c72d84cfda3f8c481538af935e3
BLAKE2b-256 59f5456e905507a69dccd41124ad64b2f6cdf65feca1007b359e96487887f152

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 296.3 kB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44896d6e191a6b5a914dbe3aa7c748481bf6ad19a9df33c1e76f8f2dc33fc8f0
MD5 b77a0593b94ecc2f738f2f21733d34ef
BLAKE2b-256 dd02299185e743b08075564c9b79b3d45b0d561530b38e1f96c01b4292dfee03

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 292.4 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eb60be66accc9a9ea1018b591a1f5800cba83491d07e9acc8c56bc6e6607ab54
MD5 00e5ed0bdd2c73db755898397325b332
BLAKE2b-256 64a2e4cc262a91c9c5aa6278374a24ebf22b7220f3ded8d295cacc63503a0ecb

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 272.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c5362b7690ca481440f6b98395ac6df06aa50518ccb183c560464d1e5e2ab5d4
MD5 757c2be247b48253e8187178c025c6b5
BLAKE2b-256 f96c2919ad2df8568f0bc8bbb5f3266414c0967caede20d6490ab6a7e89df53f

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 292.4 kB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8ebb3ba0485f66cae8eed7ce3e9ed6f2c0bfd5e7319d5d0fbbb511064f17e1d4
MD5 45a13a310c0dcaeb73e5e9b5a54d2d0c
BLAKE2b-256 b9cb73bb6610680e50940424d37d4d6e35f93a601ed63f07de53ec4a85491780

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 272.5 kB
  • Tags: CPython 3.8
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6580aef5d1b29a88c3d72fe73c691eacfd454f86e74d3fdd18f4bad8e8def98b
MD5 859b6fd2a18419d40fc7c9f86cbf0239
BLAKE2b-256 1ef422552e1c6f61dd056ebe860b985ac4791899d36ed13afc13ab20d752cca7

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 615406013cdcd1b445e5d1a551d276c6200b3abe77e534f8a7f7e1551208d14f
MD5 b38a11149f7e9220fbb06326a24610c5
BLAKE2b-256 e7d5a0fbc04ae3d596c7c0c6ddd4ac546d65efe98751e0628c4458af3560d275

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 82.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f60c04c5561b1ddf85ca4e626943cc09d7fb684e1adb22abb632095415a40fd7
MD5 7f7a94eebf9d1c61b50f1f3dc791649b
BLAKE2b-256 0fa43c45f55a743e99949628025ee25edcea0ff3745fc39b424d8fec310ccd39

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4876fc790ae32832ae270c4a010a1a77e12ddf8d8e6ad70ad0b0a9d506c985f7
MD5 515424d29a25b27adb122b92dfdded0c
BLAKE2b-256 850ff0a4c5e06d53c778d18a1d4854ce0d0ebf0c2d0183286133b366a942f236

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 294.8 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82b3259cb590ddd107a6d2dc52da2a2e9a986bf242e893d58c786af2f8191047
MD5 0dee7e88df7a5400dbdd5cd17a40e034
BLAKE2b-256 32e7a2a1bfb410830e56dbe932817388d04e6392f789dae78a8123c20c050d3d

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 291.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b17ef48729786e62b574c6431f675f4cb02b27691b49e7428a605a50cd59c072
MD5 63349d5a9b631392a1002d4f4e5324b4
BLAKE2b-256 aa366328afbcc7591ff51a6d6c8c89fe1d53d3030d48aea74e36bab0ed8e2c3c

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 271.5 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6f258c1b74c048a9501a25f732f11b401564005e5e3c18f1ca6cad0c3dc0fb19
MD5 824b07455a5bf8f6c5a64f8d26c24fec
BLAKE2b-256 3bacdac44c006abf1d3183a3df06b6b0ea1901585907a187028048c0da71765c

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 291.4 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1b959dd5921d207d759d421eece1b60416df33a7f862465739d5f2c363c2f523
MD5 bc5c4edee147070d7b89ecc0da8d545a
BLAKE2b-256 c85fcb515e4422aa2a5d0468ce35ea7d0a8ddab9c39017641c3d140bf7abc9b6

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 271.5 kB
  • Tags: CPython 3.7m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cd3011ffd5e1ad55880f7256791dbab9c43ebeda260474a968f19cd0319e1aef
MD5 77b14071be1a399d34f2e67ed2893d4f
BLAKE2b-256 438f449a7996551af9f7d9752965e6487837e9afe57e27a2515070671f61023b

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 26e67e4f81c80a5955dcf6193f3d9bee3c491fc0056299b383b84d792252fba4
MD5 c3717ca1ed86e6c5af735e5407912d47
BLAKE2b-256 2d851384f6a7598f24d9c332d913bfbef1000d393793e8b75a6968816d5cc8b0

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 82.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c95c964d5dd307e104b44b193095c67bb6b10c9eda1ffe7d44ab7a9e84c476d9
MD5 bd9574515ed6a49e410a18da15005717
BLAKE2b-256 c7e5234599ce01d947048a8ee30ed93acbe69ac5d8bf1b6cbff2aab7bd1c3ded

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 dca9dc58845a9d083f302732a3130c68ded845ad5d463865d464e53c75a3dd45
MD5 16605a0ece8e15bba34627292239abdb
BLAKE2b-256 6c12a343094a6cc105309495402011235d21fe29270757fa537e06e9cc4f8c26

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 294.8 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57315b8eb8fdbc56b3ad4932bc4b17132bb7c7fd2bd590f7fb84b6b522098aa9
MD5 9c60b1f7651ecf9217d041b99a9e0c09
BLAKE2b-256 9f778c0be07a02a825f2ec8dcb5ff90b2f8fac8a12ae57bc292b4a42b0fe3721

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 291.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7661d6bbd51a337e7373cb356efa8be9b4655fda484e068f9455e939aec8d54e
MD5 c6f38e3403a3a5fb93b76127024afb94
BLAKE2b-256 0000b7ae05e00fc0fe47d0e09ff630cb326b088a65f6d398bc55853cfffb91ba

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 271.6 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a34b0e3e693dceb60b8a1169668d606c75cb100ceba0a2df53c234a0eb067fbc
MD5 2e6ef24f402136ba101bf77528b472ab
BLAKE2b-256 6997211db7e777269a7da680f57cfee13532ec4dd8892480310ea3544b34d636

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 291.4 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0aa97f900a7ffb259be77d640006585e2a907b0cd4edeee0e85cf16605995d5a
MD5 c4d32e8e3603b394d086475ee6b28238
BLAKE2b-256 aae474bd098adf1ea1f25359f95cdd284ef71f82ee9a5a86f444d6972f735e89

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 271.6 kB
  • Tags: CPython 3.6m
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fdff88393c25016f417770d82678423fc7a56995abb2df3d2a1e55725db6977d
MD5 706006e756bc3e4c3a0dabb71c2b22d3
BLAKE2b-256 e6e39c6446627094e54fee05ab17397d977ea886427b483c0507848ed63d09dc

See more details on using hashes here.

File details

Details for the file pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 75.3 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using 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

File hashes

Hashes for pycares-4.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db5a533111a3cfd481e7e4fb2bf8bef69f4fa100339803e0504dd5aecafb96a5
MD5 8648dc635252f5de5449da6b919b286d
BLAKE2b-256 e5c578af0d7ed71ef00bde58b7be7f2e68321c2e225bb0be2c8a76044bb88975

See more details on using hashes here.

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