Skip to main content

Python interface for c-ares

Project description

https://badge.fury.io/py/pycares.png https://secure.travis-ci.org/saghul/pycares.png?branch=master https://ci.appveyor.com/api/projects/status/vx1wbkfq3l7nm1m8?svg=true https://github.com/saghul/pycares/workflows/Test%20macOS/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 and as of pycares 1.0.0 this is a strong requirement. Upstream c-ares is not willing to apply a patch adding TTL support. I did apply the patch to the bundled c-ares, but unfortunately it breaks the ABI, so attempting to use a system provided c-ares is not possible.

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

  • 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 py35,py36,py37 this will run the test suite on Python 3.5, 3.6 and 3.7 (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.5 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-3.1.1.tar.gz (233.7 kB view details)

Uploaded Source

Built Distributions

pycares-3.1.1-cp38-cp38-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

pycares-3.1.1-cp38-cp38-win32.whl (57.3 kB view details)

Uploaded CPython 3.8 Windows x86

pycares-3.1.1-cp38-cp38-manylinux2010_x86_64.whl (229.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pycares-3.1.1-cp38-cp38-manylinux2010_i686.whl (188.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pycares-3.1.1-cp38-cp38-manylinux1_x86_64.whl (229.6 kB view details)

Uploaded CPython 3.8

pycares-3.1.1-cp38-cp38-manylinux1_i686.whl (188.8 kB view details)

Uploaded CPython 3.8

pycares-3.1.1-cp38-cp38-macosx_10_9_x86_64.whl (65.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pycares-3.1.1-cp37-cp37m-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

pycares-3.1.1-cp37-cp37m-win32.whl (57.3 kB view details)

Uploaded CPython 3.7m Windows x86

pycares-3.1.1-cp37-cp37m-manylinux2010_x86_64.whl (228.4 kB view details)

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

pycares-3.1.1-cp37-cp37m-manylinux2010_i686.whl (187.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pycares-3.1.1-cp37-cp37m-manylinux1_x86_64.whl (228.4 kB view details)

Uploaded CPython 3.7m

pycares-3.1.1-cp37-cp37m-manylinux1_i686.whl (187.7 kB view details)

Uploaded CPython 3.7m

pycares-3.1.1-cp37-cp37m-macosx_10_6_intel.whl (122.0 kB view details)

Uploaded CPython 3.7m macOS 10.6+ Intel (x86-64, i386)

pycares-3.1.1-cp36-cp36m-win_amd64.whl (70.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

pycares-3.1.1-cp36-cp36m-win32.whl (57.3 kB view details)

Uploaded CPython 3.6m Windows x86

pycares-3.1.1-cp36-cp36m-manylinux2010_x86_64.whl (228.4 kB view details)

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

pycares-3.1.1-cp36-cp36m-manylinux2010_i686.whl (187.7 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pycares-3.1.1-cp36-cp36m-manylinux1_x86_64.whl (228.4 kB view details)

Uploaded CPython 3.6m

pycares-3.1.1-cp36-cp36m-manylinux1_i686.whl (187.7 kB view details)

Uploaded CPython 3.6m

pycares-3.1.1-cp36-cp36m-macosx_10_6_intel.whl (122.0 kB view details)

Uploaded CPython 3.6m macOS 10.6+ Intel (x86-64, i386)

pycares-3.1.1-cp35-cp35m-win_amd64.whl (69.5 kB view details)

Uploaded CPython 3.5m Windows x86-64

pycares-3.1.1-cp35-cp35m-win32.whl (55.8 kB view details)

Uploaded CPython 3.5m Windows x86

pycares-3.1.1-cp35-cp35m-manylinux2010_x86_64.whl (228.9 kB view details)

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

pycares-3.1.1-cp35-cp35m-manylinux2010_i686.whl (188.1 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

pycares-3.1.1-cp35-cp35m-manylinux1_x86_64.whl (228.9 kB view details)

Uploaded CPython 3.5m

pycares-3.1.1-cp35-cp35m-manylinux1_i686.whl (188.1 kB view details)

Uploaded CPython 3.5m

pycares-3.1.1-cp35-cp35m-macosx_10_6_intel.whl (122.0 kB view details)

Uploaded CPython 3.5m macOS 10.6+ Intel (x86-64, i386)

File details

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

File metadata

  • Download URL: pycares-3.1.1.tar.gz
  • Upload date:
  • Size: 233.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1.tar.gz
Algorithm Hash digest
SHA256 18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104
MD5 8ac802d79b318efa27d3a9949d0604d1
BLAKE2b-256 4e09f49ef1c4b6a5ad50fc08a8acd015f1938594dd7a6b4a6a96d049d9bbec7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 70.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7e2d7effd08d2e5a3cb95d98a7286ebab71ab2fbce84fa93cc2dd56caf7240dd
MD5 8db68ae7f09afbdd2545914da01c032e
BLAKE2b-256 9fb7f4d74e5eedb867d4ca8f1ebb0e1528ab2e578dfeeb397bbcdbabff97f679

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cfdd1f90bcf373b00f4b2c55ea47868616fe2f779f792fc913fa82a3d64ffe43
MD5 84457b53ff5b1fda1c94b0fde083ea0d
BLAKE2b-256 559992c5051dd9903d588ad74e87130f860518372a89189e5aff6218374d0c4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 229.6 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1b90fa00a89564df059fb18e796458864cc4e00cb55e364dbf921997266b7c55
MD5 714eae7c85115a86a9e944bcb6f496f4
BLAKE2b-256 16cec7bd84457b8707d64ef8dff7c596e8080b94d8bcaaada02e1a37170690d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 188.8 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7d86e62b700b21401ffe7fd1bbfe91e08489416fecae99c6570ab023c6896022
MD5 b3b42fb810b8b1a999a9f3b15f82f9fc
BLAKE2b-256 e469abc76eff6e56be38fe25ec3e856a4b23a39900a5ee222830bed20c47d501

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 229.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 236286f81664658b32c141c8e79d20afc3d54f6e2e49dfc8b702026be7265855
MD5 3ccc1deb3219b65f87fd2a156e947ab5
BLAKE2b-256 b5814192840c5eccc5a616ff36a7d32d19828cff4e6c9d03093d9d3eab1c9087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 188.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fa78e919f3bd7d6d075db262aa41079b4c02da315c6043c6f43881e2ebcdd623
MD5 d07b26ea54d18d9cff4bb63f99fb25d3
BLAKE2b-256 3ea08bc3ce55b2274bf30d91122ab4690c65b7272b0e5989ad359707467d86b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 65.2 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17

File hashes

Hashes for pycares-3.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a24d2e580a8eb567140d7b69f12cb7de90c836bd7b6488ec69394d308605ac3
MD5 434d5c347599d634034f4049e6de1f7b
BLAKE2b-256 3f4cc7afc6865806a6fa5b874b16fb7e99443fee68d048b181c6cc9a440837cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 70.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cce46dd4717debfd2aab79d6d7f0cbdf6b1e982dc4d9bebad81658d59ede07c2
MD5 485d33bb7a3ff07720b6b565cfa618be
BLAKE2b-256 032deafe7dfd23faf0e66c479a25cf03abab3a00f182fb6e8fae0144dc9ebe66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 fadb97d2e02dabdc15a0091591a972a938850d79ddde23d385d813c1731983f0
MD5 0c090476092d7cec058eee238809bf5e
BLAKE2b-256 a687bed90f4ea8589e9167760ebaec7e759810de3aad94615a36629f4989a5f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 11c628402cc8fc8ef461076d4e47f88afc1f8609989ebbff0dbffcd54c97239f
MD5 5b2f9ce904082779b106831945b1dcb5
BLAKE2b-256 d3ea6367930636a9859cc9ea8cb738a3e0c4f9929c596806214d5df4c48565db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 187.7 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a05bbfdfd41f8410a905a818f329afe7510cbd9ee65c60f8860a72b6c64ce5dc
MD5 4c473688d6b0fd262a222badc4d756cb
BLAKE2b-256 ff946f8ee84ee782198a6a5834d2e6aa3347062334b8ebb3570d24910d1e76c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0c5bd1f6f885a219d5e972788d6eef7b8043b55c3375a845e5399638436e0bba
MD5 21f60ace52de654097872ec657e3f0d8
BLAKE2b-256 3b7cb4bd7d4ee0a29ece6dff28b6b3a7d7bb466a2805a576735b200e036894af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 187.7 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 eba9a9227438da5e78fc8eee32f32eb35d9a50cf0a0bd937eb6275c7cc3015fe
MD5 14b514a6d91628fee1a25ff8f9097c7e
BLAKE2b-256 444872cebbb85d7289461943fd70c491f96020fff32a7450b016a5d291a31763

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp37-cp37m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pycares-3.1.1-cp37-cp37m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.0 kB
  • Tags: CPython 3.7m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17

File hashes

Hashes for pycares-3.1.1-cp37-cp37m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 9a0a1845f8cb2e62332bca0aaa9ad5494603ac43fb60d510a61d5b5b170d7216
MD5 db1a4f615cd918b565568ac4aa085ca8
BLAKE2b-256 c41c204ee396ca49795c911a429a9e52b7dfb31605de85adcbbf0d2a1deff292

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 70.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 f41ac1c858687e53242828c9f59c2e7b0b95dbcd5bdd09c7e5d3c48b0f89a25a
MD5 efe0239374e2bc90ebfbcfed469f5831
BLAKE2b-256 e6d7fe714a43a07f8e9c938b73b6502687bab0b46c538d05cd4a3fc44cffdedb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 57.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 1d8d177c40567de78108a7835170f570ab04f09084bfd32df9919c0eaec47aa1
MD5 fe92ded265e6afdcb8a8495f80702dde
BLAKE2b-256 72f6f3034c6cf3f96333b7804221d2d5f9fccb68f17b1f3a3b48c5953323c9a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 c457a709e6f2befea7e2996c991eda6d79705dd075f6521593ba6ebc1485b811
MD5 2c860e18b459533701b415ea06f1dc6f
BLAKE2b-256 432d7f4984a23f6e99cf6a8b20ddc59308efb209fe81e79c97af65e9b30eefae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 187.7 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 c5cb72644b04e5e5abfb1e10a0e7eb75da6684ea0e60871652f348e412cf3b11
MD5 7f2533146d6c914a869f57197f6dd8db
BLAKE2b-256 abbb0ef10a3c8c67333adeaa5593f2994f7433ee63cf7f9d1001b6ca4414faf0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f8deaefefc3a589058df1b177275f79233e8b0eeee6734cf4336d80164ecd022
MD5 ce8d6b6539ea7142b8d00cbeb1d3cd53
BLAKE2b-256 96bc1de12c0ea1de6c5454ca8e49479b5af162163b6c274f5302ba93e979d5b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 187.7 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 2e4f74677542737fb5af4ea9a2e415ec5ab31aa67e7b8c3c969fdb15c069f679
MD5 7e3df2e5ca4dc276e68cc07ce0b89b55
BLAKE2b-256 cc5300e65e711b18b4b6bdb0a0c061b4459e94616bafafb611344a8ba9df4969

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp36-cp36m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pycares-3.1.1-cp36-cp36m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.0 kB
  • Tags: CPython 3.6m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17

File hashes

Hashes for pycares-3.1.1-cp36-cp36m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 050f00b39ed77ea8a4e555f09417d4b1a6b5baa24bb9531a3e15d003d2319b3f
MD5 fa709ee53c29706dc54ae635fef4b162
BLAKE2b-256 61c9f427cff9f97ab7c3aa339fe8e436b3723e7b544d2460edb9882f5fa4fed2

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 69.5 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 eee7b6a5f5b5af050cb7d66ab28179287b416f06d15a8974ac831437fec51336
MD5 994f730d529734591fe1fd194dc71b03
BLAKE2b-256 e4d620e5d6c6fa2efadd1698b2b593cdf9e46e83db880844e00338b72f7bcdfd

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-win32.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 55.8 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 96c90e11b4a4c7c0b8ff5aaaae969c5035493136586043ff301979aae0623941
MD5 6124b3f210945c42257ef89cdf1c2bb7
BLAKE2b-256 dc1105f81a3aabb4932d5c903eeb1d7e2f9102a09cedce8c64b8d5d2a079736c

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d88a279cbc5af613f73e86e19b3f63850f7a2e2736e249c51995dedcc830b1bb
MD5 a402cf875a2b7ffb0854ef2dcace6b1e
BLAKE2b-256 f4bb7a06746019eb5154c2e81daf7ea82ab46590703a393da3e54b71f1f839e4

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 188.1 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 48a7750f04e69e1f304f4332b755728067e7c4b1abe2760bba1cacd9ff7a847a
MD5 5d7fefe57080acf45299228209e066c4
BLAKE2b-256 cf1685f83dde5903c337d551fe8c7fef3beb3d95967b6f3b1d8c559d6a1cc751

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a5089fd660f0b0d228b14cdaa110d0d311edfa5a63f800618dbf1321dcaef66b
MD5 06cc87acc3bcb94c9a038577068057a1
BLAKE2b-256 c0e732c62d23a45df65c173d8baa2e777674fca5a79e822303b390077fc63159

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 188.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.6.7

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1917b82494907a4a342db420bc4dd5bac355a5fa3984c35ba9bf51422b020b48
MD5 760fe26ac6d092bee109941ab4662d57
BLAKE2b-256 fe4508605756877bfbe23a73be2ab1b0a237f8f324a54747f9d099b61ff25c9b

See more details on using hashes here.

File details

Details for the file pycares-3.1.1-cp35-cp35m-macosx_10_6_intel.whl.

File metadata

  • Download URL: pycares-3.1.1-cp35-cp35m-macosx_10_6_intel.whl
  • Upload date:
  • Size: 122.0 kB
  • Tags: CPython 3.5m, macOS 10.6+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/2.7.17

File hashes

Hashes for pycares-3.1.1-cp35-cp35m-macosx_10_6_intel.whl
Algorithm Hash digest
SHA256 81edb016d9e43dde7473bc3999c29cdfee3a6b67308fed1ea21049f458e83ae0
MD5 65abf4dbf19a69f8bd4981b6f5844bfe
BLAKE2b-256 2a6f2431f1e8480e5c29882611305fc51fb6929f9a2443b1c3d23cdc1679491b

See more details on using hashes here.

Supported by

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