Skip to main content

Python interface for c-ares

Project description

Looking for new maintainers

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

pycares: Python interface for c-ares

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 encoding 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

From the top level directory, run: python -m unittest -v

NOTE: Running the tests requires internet access and are somewhat environment sensitive because real DNS quesries are made, there is no mocking. If you observe a failure that the CI cannot reproduce, please try to setup an environment as close as the current CI.

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.9 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.9.0.tar.gz (655.4 kB view details)

Uploaded Source

Built Distributions

pycares-4.9.0-cp313-cp313-win_arm64.whl (115.6 kB view details)

Uploaded CPython 3.13Windows ARM64

pycares-4.9.0-cp313-cp313-win_amd64.whl (143.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pycares-4.9.0-cp313-cp313-win32.whl (118.5 kB view details)

Uploaded CPython 3.13Windows x86

pycares-4.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (628.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pycares-4.9.0-cp313-cp313-musllinux_1_2_s390x.whl (652.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

pycares-4.9.0-cp313-cp313-musllinux_1_2_ppc64le.whl (669.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

pycares-4.9.0-cp313-cp313-musllinux_1_2_i686.whl (593.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pycares-4.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (621.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pycares-4.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pycares-4.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (648.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pycares-4.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pycares-4.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (628.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pycares-4.9.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (587.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pycares-4.9.0-cp313-cp313-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycares-4.9.0-cp313-cp313-macosx_10_13_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pycares-4.9.0-cp312-cp312-win_arm64.whl (115.6 kB view details)

Uploaded CPython 3.12Windows ARM64

pycares-4.9.0-cp312-cp312-win_amd64.whl (143.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pycares-4.9.0-cp312-cp312-win32.whl (118.5 kB view details)

Uploaded CPython 3.12Windows x86

pycares-4.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (628.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pycares-4.9.0-cp312-cp312-musllinux_1_2_s390x.whl (652.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

pycares-4.9.0-cp312-cp312-musllinux_1_2_ppc64le.whl (669.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

pycares-4.9.0-cp312-cp312-musllinux_1_2_i686.whl (593.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pycares-4.9.0-cp312-cp312-musllinux_1_2_aarch64.whl (621.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pycares-4.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (629.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pycares-4.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (648.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pycares-4.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pycares-4.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (628.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pycares-4.9.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (587.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pycares-4.9.0-cp312-cp312-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycares-4.9.0-cp312-cp312-macosx_10_13_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pycares-4.9.0-cp311-cp311-win_arm64.whl (115.6 kB view details)

Uploaded CPython 3.11Windows ARM64

pycares-4.9.0-cp311-cp311-win_amd64.whl (143.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pycares-4.9.0-cp311-cp311-win32.whl (118.5 kB view details)

Uploaded CPython 3.11Windows x86

pycares-4.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (630.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pycares-4.9.0-cp311-cp311-musllinux_1_2_s390x.whl (655.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

pycares-4.9.0-cp311-cp311-musllinux_1_2_ppc64le.whl (672.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

pycares-4.9.0-cp311-cp311-musllinux_1_2_i686.whl (595.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pycares-4.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (626.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pycares-4.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (628.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pycares-4.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (647.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pycares-4.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pycares-4.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (627.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pycares-4.9.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (586.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pycares-4.9.0-cp311-cp311-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycares-4.9.0-cp311-cp311-macosx_10_9_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pycares-4.9.0-cp310-cp310-win_arm64.whl (115.6 kB view details)

Uploaded CPython 3.10Windows ARM64

pycares-4.9.0-cp310-cp310-win_amd64.whl (143.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pycares-4.9.0-cp310-cp310-win32.whl (118.5 kB view details)

Uploaded CPython 3.10Windows x86

pycares-4.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (630.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pycares-4.9.0-cp310-cp310-musllinux_1_2_s390x.whl (655.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

pycares-4.9.0-cp310-cp310-musllinux_1_2_ppc64le.whl (671.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

pycares-4.9.0-cp310-cp310-musllinux_1_2_i686.whl (596.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pycares-4.9.0-cp310-cp310-musllinux_1_2_aarch64.whl (626.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pycares-4.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (628.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pycares-4.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (647.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pycares-4.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pycares-4.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (627.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pycares-4.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (586.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pycares-4.9.0-cp310-cp310-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pycares-4.9.0-cp310-cp310-macosx_10_9_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pycares-4.9.0-cp39-cp39-win_arm64.whl (115.6 kB view details)

Uploaded CPython 3.9Windows ARM64

pycares-4.9.0-cp39-cp39-win_amd64.whl (143.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pycares-4.9.0-cp39-cp39-win32.whl (118.5 kB view details)

Uploaded CPython 3.9Windows x86

pycares-4.9.0-cp39-cp39-musllinux_1_2_x86_64.whl (630.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pycares-4.9.0-cp39-cp39-musllinux_1_2_s390x.whl (655.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

pycares-4.9.0-cp39-cp39-musllinux_1_2_ppc64le.whl (672.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

pycares-4.9.0-cp39-cp39-musllinux_1_2_i686.whl (596.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pycares-4.9.0-cp39-cp39-musllinux_1_2_aarch64.whl (626.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pycares-4.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (628.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pycares-4.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (647.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pycares-4.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (665.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pycares-4.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (627.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pycares-4.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (586.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

pycares-4.9.0-cp39-cp39-macosx_11_0_arm64.whl (140.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pycares-4.9.0-cp39-cp39-macosx_10_9_x86_64.whl (145.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: pycares-4.9.0.tar.gz
  • Upload date:
  • Size: 655.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0.tar.gz
Algorithm Hash digest
SHA256 8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395
MD5 d08cb19aee19d74716a4d2a76f6989d4
BLAKE2b-256 f5374d4f8ac929e98aad64781f37d9429e82ba65372fc89da0473cdbecdbbb03

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 faa9de8e647ed06757a2c117b70a7645a755561def814da6aca0d766cf71a402
MD5 d41d42e29440f5e5c416ebeaee66ae5e
BLAKE2b-256 eef8b4d4bf71ae92727a0b3a9b9092c2e722833c1ca50ebd0414824843cb84fd

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 318cdf24f826f1d2f0c5a988730bd597e1683296628c8f1be1a5b96643c284fe
MD5 face2f669db6e1ea80cc71208e81c4d7
BLAKE2b-256 79e46724c71a08a91f2685ca60ca35d7950c187a2d79a776461130a6cb5b0d5e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: pycares-4.9.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cce8ef72c9ed4982c84114e6148a4e42e989d745de7862a0ad8b3f1cdc05def2
MD5 4eb08b09bb8e9926f762a6163be71ea3
BLAKE2b-256 72a41a9b96678afb4f31651885129fbfa2cd44e78a438fd545c7b8d317a1f381

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d42e2202ca9aa9a0a9a6e43a4a4408bbe0311aaa44800fa27b8fd7f82b20152a
MD5 d1e33f3949639aedcf00fed4685c4e60
BLAKE2b-256 04d87db6eee011f414f21e3d53a0ad81593baa87a332403d781c2f86d3eef315

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 556c854174da76d544714cdfab10745ed5d4b99eec5899f7b13988cd26ff4763
MD5 ccdc2b16945f306f498add29ea30ab60
BLAKE2b-256 2f2a0f623426225828f2793c3f86463ef72f6ecf6df12fe240a4e68435e8212f

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 b9928a942820a82daa3207509eaba9e0fa9660756ac56667ec2e062815331fcb
MD5 b5851491d5a7c43b6b82b856127c0c11
BLAKE2b-256 76bd73286f329d03fef071e8517076dc62487e4478a3c85c4c59d652e6a663e5

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e5767988e044faffe2aff6a76aa08df99a8b6ef2641be8b00ea16334ce5dea93
MD5 81f185a2d8ded55e7293836ef41e3303
BLAKE2b-256 fd969386654a244caafd77748e626da487f1a56f831e3db5ef1337410be3e5f6

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c6aa30b1492b8130f7832bf95178642c710ce6b7ba610c2b17377f77177e3cd
MD5 1805aa4517ceb7b225c628cf8aab0ad1
BLAKE2b-256 d9c87f81ccdd856ddc383d3f82708b4f4022761640f3baec6d233549960348b8

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b510d71255cf5a92ccc2643a553548fcb0623d6ed11c8c633b421d99d7fa4167
MD5 b9fc3280d6778bf0b26559a3713d0583
BLAKE2b-256 43b9d04ea1de2a7d4e8a00b2b00a0ee94d7b0434f00eb55f5941ffa287c1dab2

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 94aa3c2f3eb0aa69160137134775501f06c901188e722aac63d2a210d4084f99
MD5 e1a060619b997c06d3b1021c45ed06e4
BLAKE2b-256 e09da2661f9c8e1e7fa842586d7b24710e78f068d26f768eea7a7437c249a2f6

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 112dd49cdec4e6150a8d95b197e8b6b7b4468a3170b30738ed9b248cb2240c04
MD5 7ded3a79ef4781b789ed71c12b550021
BLAKE2b-256 a78de88cfdd08f7065ae52817b930834964320d0e43955f6ac68d2ab35728912

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e194a500e403eba89b91fb863c917495c5b3dfcd1ce0ee8dc3a6f99a1360e2fc
MD5 13bbb65087fb65f4e48d158378399af7
BLAKE2b-256 6692be8f527017769148687e45a4e5afd8d849aee2b145cda59003ad5a531aaf

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 785f5fd11ff40237d9bc8afa441551bb449e2812c74334d1d10859569e07515c
MD5 00c7c9cf2d616d5431a2382b324b6cf9
BLAKE2b-256 244d3ff037cd7fb7a6d9f1bf4289b96ff2d6ac59d098f02bbf3b18cb0a0ab576

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50e5ab06361d59625a27a7ad93d27e067dc7c9f6aa529a07d691eb17f3b43605
MD5 e7dbc436c636af80e912c6c0eb8bed5f
BLAKE2b-256 27c51d4abd1a33b7fbd4dc0e854fcd6c76c4236bdfe1359dafb0a8349694462d

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 574d815112a95ab09d75d0a9dc7dea737c06985e3125cf31c32ba6a3ed6ca006
MD5 d3e1800c51817c7a4193ef756674a8ef
BLAKE2b-256 10dae0240d156c6089bf2b38afd01600fe9db8b1dd6e53fb776f1dca020b1124

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f1e10bf1e8eb80b08e5c828627dba1ebc4acd54803bd0a27d92b9063b6aa99d8
MD5 ed7d384413d7ded67d7991ffee5cd510
BLAKE2b-256 12e8510cc7100b452443bb00785e0489b55694e61668cc14bb35801797218be7

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 12547a06445777091605a7581da15a0da158058beb8a05a3ebbf7301fd1f58d4
MD5 f081e760a3b16c99456f63ea0d007409
BLAKE2b-256 ff348cb69f8ac128d3a8635995c4ef9192dbe75a88e22794d9f466813229d782

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pycares-4.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b46e46313fdb5e82da15478652aac0fd15e1c9f33e08153bad845aa4007d6f84
MD5 b05a3e1a1214d111bf07ffa620cef65a
BLAKE2b-256 93ea852ecd06739e0c54d2dea1935ff8bebbd7ca598fb98293700213b137e955

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 497cc03a61ec1585eb17d2cb086a29a6a67d24babf1e9be519b47222916a3b06
MD5 2e5d5b4e8e04c7d53253cf509b81c41d
BLAKE2b-256 3dbc513a6c0d73dddaf3b17be9aee865b60b608cc6acb80f7da1a33a85608e85

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 bb0d874d0b131b29894fd8a0f842be91ac21d50f90ec04cff4bb3f598464b523
MD5 97ac5c157fa435c88a3d0fedc4ce6844
BLAKE2b-256 9bfc139fc9a9ba32fd6052e50cbcae00bd7a2be60bdbf4555b5aae9a113f6f8c

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 397123ea53d261007bb0aa7e767ef238778f45026db40bed8196436da2cc73de
MD5 32c75a20cf7ea9f110f6b51d822730e9
BLAKE2b-256 632150db3e05eded5442b7c8426d8b956bdc5b1c210f14c8a22b6d01e6b81700

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 df5edae05fb3e1370ab7639e67e8891fdaa9026cb10f05dbd57893713f7a9cfe
MD5 3325788ff41e2cdca794debf02231d80
BLAKE2b-256 54088755dbe628e0335231e975abc47114b444b79eace488446dffd7667f3b22

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4fb5a38a51d03b75ac4320357e632c2e72e03fdeb13263ee333a40621415fdc
MD5 cf562969cd0da0df557df59fe7bd0a61
BLAKE2b-256 0a8301d18e21a8a70996959c9ce86bca863eebe76fa7bb54ff29b6b7346b898e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0611c1bd46d1fc6bdd9305b8850eb84c77df485769f72c574ed7b8389dfbee2
MD5 40195ebe20a151fcf0c7a9f560ea8f98
BLAKE2b-256 40bf38779a4097d2d840b1f3f9ffa417d5b546dcba0702c8c73909bcb53d4965

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9464a39861840ce35a79352c34d653a9db44f9333af7c9feddb97998d3e00c07
MD5 e6049774d9b8078497060c6d9ce59990
BLAKE2b-256 fa6197352377482512b379f1898fe2de038fa6d6774343423d1c03022a033f6b

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5e28f4acc3b97e46610cf164665ebf914f709daea6ced0ca4358ce55bc1c3d6b
MD5 903f22963e17e27730f44cc5961c1f9a
BLAKE2b-256 2627aee4cfb25f285fe7d9c26be55a39f1605a63f947fcd0e65ae65cbfcfda3d

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6845bd4a43abf6dab7fedbf024ef458ac3750a25b25076ea9913e5ac5fec4548
MD5 dbd61c4cea6e7133a7caaa1427a1d7af
BLAKE2b-256 362cfec91d98028a6c9a60b721238f787b95280c2e760716450834ba28ffdbe9

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0eb8c428cf3b9c6ff9c641ba50ab6357b4480cd737498733e6169b0ac8a1a89b
MD5 8bc3f28bdb24f60d7b7780906cf71ce6
BLAKE2b-256 1c79cd7b25ea35e15ae3dd10a1722f228c12abb9d0540a5056c0ce9ed639e29c

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4f0c8fa5a384d79551a27eafa39eed29529e66ba8fa795ee432ab88d050432a3
MD5 b4e13b92805528a03e43f8af4d6626af
BLAKE2b-256 02df94928bb701ee6b84a8a91db4da4b1dd008ece6f62ef58c149a3b410b5a11

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d68ca2da1001aeccdc81c4a2fb1f1f6cfdafd3d00e44e7c1ed93e3e05437f666
MD5 c7874e933f40aa54852ecb7222a10fab
BLAKE2b-256 75969b147e40873ae3253a06e3080674c7fdd62ee3e7cbf7b47f43cd213db638

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 fcbda3fdf44e94d3962ca74e6ba3dc18c0d7029106f030d61c04c0876f319403
MD5 49e4d0cd5ca11e0a3cdc79cf5b742f55
BLAKE2b-256 9d153fc962b2b8b38d5e916f42ba20fa2a147ddc181d3bac0665f7f6b8da9854

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7046b3c80954beaabf2db52b09c3d6fe85f6c4646af973e61be79d1c51589932
MD5 55ab9c91e3b983286d16124010ba7041
BLAKE2b-256 7157ccd375a8ea6c4e880aa191bbaf63b133e27441725a05f301c1f90eab76cd

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pycares-4.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 62b86895b60cfb91befb3086caa0792b53f949231c6c0c3053c7dfee3f1386ab
MD5 7cfb235d6de493117d312cccffad6471
BLAKE2b-256 3da463c3c4e3fdfa58d8e83f2976e4a0715476a1a77bb9032b4d050c689d575e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc60037421ce05a409484287b2cd428e1363cca73c999b5f119936bb8f255208
MD5 a4a87e06ca41367bdec479d810dd58d9
BLAKE2b-256 3024b4c2b6a4708dac5f99592f905bc4e20c183ff0c3c9eedc7eaf8468eeae40

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 08048e223615d4aef3dac81fe0ea18fb18d6fc97881f1eb5be95bb1379969b8d
MD5 01f4522cac93b983368d732cfa523e39
BLAKE2b-256 d64e721dae2c2bdeea3f7038dbe1c77c2405540ec3c4123c9468471b180fcabe

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 54985ed3f2e8a87315269f24cb73441622857a7830adfc3a27c675a94c3261c1
MD5 0aafe1218e6b7a6879d611228dad3217
BLAKE2b-256 b8a51882f565e0ffb1129d3b976aac1fdc3542f5bfa6524151abc95c473dc607

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 52cb056d06ff55d78a8665b97ae948abaaba2ca200ca59b10346d4526bce1e7d
MD5 6305fc69ae1539746ecae7ab2795338d
BLAKE2b-256 162597ce60be2e71a12b0fdc045144b3aa800ef6acef76727407344d12fe2c62

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdcfaef24f771a471671470ccfd676c0366ab6b0616fd8217b8f356c40a02b83
MD5 21eb24eee6d6f046977ea1ca352076e5
BLAKE2b-256 547430eaa7168fec4c6df906201f89cfaa47a4319ed5df4fbcaee5efbbfb1c3c

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 832fb122c7376c76cab62f8862fa5e398b9575fb7c9ff6bc9811086441ee64ca
MD5 724d64ba4c01923398ea589e9bff9632
BLAKE2b-256 26ae9504d5b773e6d9c7da9ed324e3074d3b842a5db265994dd819f5469f367c

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ec72edb276bda559813cc807bc47b423d409ffab2402417a5381077e9c2c6be1
MD5 ec3f6f822a509c7f1d20ad74289dcd59
BLAKE2b-256 cef5474438dd01f5deaddb4107d2106fc9e35c53b2fdfa48da85532cc9295f25

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 61af86fd58b8326e723b0d20fb96b56acaec2261c3a7c9a1c29d0a79659d613a
MD5 ad542f3f2856ff9edfd41dd55cfd817f
BLAKE2b-256 86249f27732c0b6ebb36eb1d01e9bccff7f2540ae2c9e2a06987e762372132f6

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96df8990f16013ca5194d6ece19dddb4ef9cd7c3efaab9f196ec3ccd44b40f8d
MD5 adeb83b0d26543c65cd0ad6682b69fe2
BLAKE2b-256 3ab71c137a3df0d992cbc292116ed4ad369d39fdfc504fe8c63427e42147f8fd

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8818b2c7a57d9d6d41e8b64d9ff87992b8ea2522fc0799686725228bc3cff6c5
MD5 45a5f490b8a6d65ef21a64fec9f3f27f
BLAKE2b-256 c01b0e9082d27ba1c3c5795c30d8edfb8dd57fe1f8e18cd7d70673325b8be693

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 78748521423a211ce699a50c27cc5c19e98b7db610ccea98daad652ace373990
MD5 176ed54e1feb4b8d5b12e401195b358b
BLAKE2b-256 fefd0c533533c8805ca85dfa6a5f5a91cc776bb817b7e2cf05dffefd3c98ab55

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 16a97ee83ec60d35c7f716f117719932c27d428b1bb56b242ba1c4aa55521747
MD5 f1686db91f29a2bb37390bbe583e78bd
BLAKE2b-256 3a346ce1d521c41cb99ac3ec550f8590e122a749d9999cb7020259a93b987b6f

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 6b74f75d8e430f9bb11a1cc99b2e328eed74b17d8d4b476de09126f38d419eb9
MD5 8ebe431c925ee8a75b49542d2e261059
BLAKE2b-256 cd9de5c621a014bc9d43430ce96bb4b791db34df51c020db2fc16ce0fe29c999

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8e17bd32267e3870855de3baed7d0efa6337344d68f44853fd9195c919f39400
MD5 97f4bea3046c30a73ac968d7996d3d9f
BLAKE2b-256 deaf09a86285b86c443300180fbf63e4080face96412ab892ef5ac1a7ee86966

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pycares-4.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4f803e7d66ac7d8342998b8b07393788991353a46b05bbaad0b253d6f3484ea8
MD5 c0bbf32b6ff8c09dcf1b48318c177ff3
BLAKE2b-256 93017fad8367b93e8c27572994946079254e521cf297a425bf6e76ed721a2e3a

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf6d8851a06b79d10089962c9dadcb34dad00bf027af000f7102297a54aaff2e
MD5 d48fec2b049e388e63fadb4d06fecd79
BLAKE2b-256 678a6a7951a33ff03188907627528e466984e090c8c006fd46d29151a7842d7b

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 e433faaf07f44e44f1a1b839fee847480fe3db9431509dafc9f16d618d491d0f
MD5 8f6e6610af3dc0005c16b7b333c0700f
BLAKE2b-256 9633fad5aed6c87574557fb2bc40ad212864868224ffb656698d23ca2faab720

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 490c978b0be9d35a253a5e31dd598f6d66b453625f0eb7dc2d81b22b8c3bb3f4
MD5 9844d589b8e0f7e0b4d5c27094f71cdc
BLAKE2b-256 e56c3505d253e2f1c2ffc2d4459393fc0cec44ae99564a683892f696c0ec953b

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd6b7e23a4a9e2039b5d67dfa0499d2d5f114667dc13fb5d7d03eed230c7ac4f
MD5 805e7b3847ea022ddf13ddcb6397d012
BLAKE2b-256 f5b0d3eaa380e172953be60f6c57bf1d0c482a7606de8eb95802df038528a0ca

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0ec94785856ea4f5556aa18f4c027361ba4b26cb36c4ad97d2105ef4eec68ba
MD5 04eefddb8298227d5010c8fe68c8d870
BLAKE2b-256 d6d4556d8f1ef10a65e2f22f98b07dc4fc5d7a3148354919316badb843083dac

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 340e4a3bbfd14d73c01ec0793a321b8a4a93f64c508225883291078b7ee17ac8
MD5 fcd434b8e1f2346a5b8e92ae9617a468
BLAKE2b-256 ec1ce2af8de7f088962fd1436cb27e8602b320f5a6568d8b1ac45163f23d455a

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 370f41442a5b034aebdb2719b04ee04d3e805454a20d3f64f688c1c49f9137c3
MD5 8706b6f775dfd0c8c4f89f229566e2db
BLAKE2b-256 c08ae751d9574ca6e879b7b2ca75e882aa59228e4e50ed11d844bbb546c0b347

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 20c7a6af0c2ccd17cc5a70d76e299a90e7ebd6c4d8a3d7fff5ae533339f61431
MD5 2414622ae6b36189158b147fffb923f5
BLAKE2b-256 4093ef972f9691c2860fc9f64eb60cf1239286dea95e7eadac6bc13906d6dd06

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7b1df81193084c9717734e4615e8c5074b9852478c9007d1a8bb242f7f580e67
MD5 a89396ddb899ba57ee73e14fa2ab8b8e
BLAKE2b-256 4ce03b02a2866b3c43f02e64e6784b38e7d923c0350670574c4f559829fe6717

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab290faa4ea53ce53e3ceea1b3a42822daffce2d260005533293a52525076750
MD5 9642d3ae59204440e57790ac324a3f0e
BLAKE2b-256 f4de39f4d3bff6fd8965f0d15b273e4e5ed3f05dc33836eeaad6a358ea519c31

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 417a5c20861f35977240ad4961479a6778125bcac21eb2ad1c3aad47e2ff7fab
MD5 213fb8df173b89f2c42b3245c90ad3c0
BLAKE2b-256 04af596a853dbdaab11ea8810bef01f68350d19b50cd3b5a8958b3d6ae91c93e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b8bd9a3ee6e9bc990e1933dc7e7e2f44d4184f49a90fa444297ac12ab6c0c84
MD5 25eea438ffa9ff0c416721c2de06e484
BLAKE2b-256 71e89fce41cf9b077c68c3c867c1950a37d0b1f23608ae6f70ca823938d284ed

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: pycares-4.9.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 115.6 kB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 79b7addb2a41267d46650ac0d9c4f3b3233b036f186b85606f7586881dfb4b69
MD5 7cdcd8832b75b8b9364fdaf3405ff5b6
BLAKE2b-256 f7f2e010a19213449b5eb9e4df6c3c48735d03e2c84993330b48c13f923c7452

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-4.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 143.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 15f930c733d36aa487b4ad60413013bd811281b5ea4ca620070fa38505d84df4
MD5 36986a9c340de48a6baea68de523ee44
BLAKE2b-256 20cbcad17d54c713b0d28ec8b3679d47a8999dad19f03f84aff94093c9441e9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pycares-4.9.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 118.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pycares-4.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 524d6c14eaa167ed098a4fe54856d1248fa20c296cdd6976f9c1b838ba32d014
MD5 d2f8395394e196d87141377e8d550235
BLAKE2b-256 1dffae4b5a11875b2bc1eb787804868416faa02de263b838250da1daa58b0492

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41556a269a192349e92eee953f62eddd867e9eddb27f444b261e2c1c4a4a9eff
MD5 5f3a4ad08462b9e6fb39d846ca61d2c9
BLAKE2b-256 8fb6528322917f442fab0c3e1fe515bf5719b9a3ae01229049f44a7d3aa2a3c8

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 54a8f1f067d64810426491d33033f5353b54f35e5339126440ad4e6afbf3f149
MD5 db4a9a8b28bedebc5c800179c9040c5a
BLAKE2b-256 dc66b244a340fcf4a7293deb9bce631b6cfeeefc913010fc2521ebc8b5514c8d

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 2b30945982ab4741f097efc5b0853051afc3c11df26996ed53a700c7575175af
MD5 d3906f354c2ca0a57434138a0e052bb5
BLAKE2b-256 10ec9aa529b2f1c42d46e75bf28284e3a3ada86f22c93629fdbd4b0338f67ee0

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f71d31cbbe066657a2536c98aad850724a9ab7b1cd2624f491832ae9667ea8e7
MD5 8fb779336e0c2c5e5c4f852adc367486
BLAKE2b-256 d20f248a666568b462bd936713942485fadd61d5444c266d7c44a1f75de6c52e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9eded8649867bfd7aea7589c5755eae4d37686272f6ed7a995da40890d02de71
MD5 5df90ef66455d19e88d8d8410828739b
BLAKE2b-256 bd1a7c0c932d03a86ad3d2432af290e4a86dcc52699b8338a7316cd65d41bd21

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e22e5b46ed9b12183091da56e4a5a20813b5436c4f13135d7a1c20a84027ca8a
MD5 d88e396c6cf94585580387a247217f4d
BLAKE2b-256 e1f2704f92ec18e3fb7fbcb0e76cdbbf3350a4f0b2d053e962a05ae46bfc8f4e

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 21f0602059ec11857ab7ad608c7ec8bc6f7a302c04559ec06d33e82f040585f8
MD5 d3a2fd5ab0a1a6b62c5ef50a3d5d4483
BLAKE2b-256 186bc51e86f43beb124ff0e71bd186d7e62f04eacb152d7e1b63523e93500b40

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91ee6818113faf9013945c2b54bcd6b123d0ac192ae3099cf4288cedaf2dbb25
MD5 a4b05d67073988372a787ec7d666ebd9
BLAKE2b-256 a99a25a4e111f3b24420241b1f5ad7c0be03f1f5afe159b615f9cdce9acb42e6

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4065858d8c812159c9a55601fda73760d9e5e3300f7868d9e546eab1084f36c
MD5 29d37314b44b1ddc9721f9d6568ddc2e
BLAKE2b-256 15c1a8f0c5b9125d7fdf18cfd5a11c31c686b939b89daec496f7a8e38f9ae001

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ffd6e8c8250655504602b076f106653e085e6b1e15318013442558101aa4777
MD5 c4a272c2d379bb23772417bc86c89ef9
BLAKE2b-256 f11eb60df5b430f1729f4c44b3f5e6a7dc71f9fa835537aa45820f6d56e7e70f

See more details on using hashes here.

File details

Details for the file pycares-4.9.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99cf98452d3285307eec123049f2c9c50b109e06751b0727c6acefb6da30c6a0
MD5 414a87b04be7bb8a145d521bc5b75cf6
BLAKE2b-256 b10b302290c1bba41bc4606bd7588e236b50c3c825b401388d671dfd83a1ed53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8310d27d68fa25be9781ce04d330f4860634a2ac34dd9265774b5f404679b41f
MD5 f5d09ede7f9a85c1f915600d8b4653ec
BLAKE2b-256 d5445a52dca60ee6c0a9f75a208b613b4d4a310d735be7403686662df121e856

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