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.11.0.tar.gz (654.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pycares-4.11.0-cp314-cp314t-win_arm64.whl (119.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

pycares-4.11.0-cp314-cp314t-win_amd64.whl (148.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

pycares-4.11.0-cp314-cp314t-win32.whl (122.2 kB view details)

Uploaded CPython 3.14tWindows x86

pycares-4.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl (637.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pycares-4.11.0-cp314-cp314t-musllinux_1_2_s390x.whl (661.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ s390x

pycares-4.11.0-cp314-cp314t-musllinux_1_2_ppc64le.whl (680.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl (631.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pycares-4.11.0-cp314-cp314t-manylinux_2_28_x86_64.whl (649.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp314-cp314t-manylinux_2_28_s390x.whl (687.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

pycares-4.11.0-cp314-cp314t-manylinux_2_28_ppc64le.whl (697.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl (647.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp314-cp314t-macosx_11_0_arm64.whl (142.4 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pycares-4.11.0-cp314-cp314t-macosx_10_13_x86_64.whl (146.4 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

pycares-4.11.0-cp314-cp314-win_arm64.whl (119.2 kB view details)

Uploaded CPython 3.14Windows ARM64

pycares-4.11.0-cp314-cp314-win_amd64.whl (148.0 kB view details)

Uploaded CPython 3.14Windows x86-64

pycares-4.11.0-cp314-cp314-win32.whl (121.8 kB view details)

Uploaded CPython 3.14Windows x86

pycares-4.11.0-cp314-cp314-musllinux_1_2_x86_64.whl (629.3 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp314-cp314-musllinux_1_2_s390x.whl (653.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ s390x

pycares-4.11.0-cp314-cp314-musllinux_1_2_ppc64le.whl (670.1 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp314-cp314-musllinux_1_2_aarch64.whl (621.9 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp314-cp314-manylinux_2_28_x86_64.whl (640.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp314-cp314-manylinux_2_28_s390x.whl (678.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp314-cp314-manylinux_2_28_ppc64le.whl (687.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp314-cp314-manylinux_2_28_aarch64.whl (637.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp314-cp314-macosx_11_0_arm64.whl (142.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pycares-4.11.0-cp314-cp314-macosx_10_13_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

pycares-4.11.0-cp313-cp313-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.13Windows ARM64

pycares-4.11.0-cp313-cp313-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.13Windows x86-64

pycares-4.11.0-cp313-cp313-win32.whl (118.9 kB view details)

Uploaded CPython 3.13Windows x86

pycares-4.11.0-cp313-cp313-musllinux_1_2_x86_64.whl (629.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp313-cp313-musllinux_1_2_s390x.whl (653.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

pycares-4.11.0-cp313-cp313-musllinux_1_2_ppc64le.whl (670.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp313-cp313-musllinux_1_2_aarch64.whl (622.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp313-cp313-manylinux_2_28_x86_64.whl (641.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp313-cp313-manylinux_2_28_s390x.whl (678.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp313-cp313-manylinux_2_28_ppc64le.whl (687.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp313-cp313-manylinux_2_28_aarch64.whl (637.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp313-cp313-macosx_11_0_arm64.whl (142.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycares-4.11.0-cp313-cp313-macosx_10_13_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pycares-4.11.0-cp312-cp312-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.12Windows ARM64

pycares-4.11.0-cp312-cp312-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.12Windows x86-64

pycares-4.11.0-cp312-cp312-win32.whl (118.9 kB view details)

Uploaded CPython 3.12Windows x86

pycares-4.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (629.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp312-cp312-musllinux_1_2_s390x.whl (653.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

pycares-4.11.0-cp312-cp312-musllinux_1_2_ppc64le.whl (670.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp312-cp312-musllinux_1_2_aarch64.whl (622.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp312-cp312-manylinux_2_28_x86_64.whl (641.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp312-cp312-manylinux_2_28_s390x.whl (678.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp312-cp312-manylinux_2_28_ppc64le.whl (687.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp312-cp312-manylinux_2_28_aarch64.whl (637.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp312-cp312-macosx_11_0_arm64.whl (142.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycares-4.11.0-cp312-cp312-macosx_10_13_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pycares-4.11.0-cp311-cp311-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.11Windows ARM64

pycares-4.11.0-cp311-cp311-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.11Windows x86-64

pycares-4.11.0-cp311-cp311-win32.whl (118.8 kB view details)

Uploaded CPython 3.11Windows x86

pycares-4.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (631.9 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp311-cp311-musllinux_1_2_s390x.whl (656.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

pycares-4.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl (673.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp311-cp311-musllinux_1_2_aarch64.whl (627.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp311-cp311-manylinux_2_28_x86_64.whl (644.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp311-cp311-manylinux_2_28_s390x.whl (682.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp311-cp311-manylinux_2_28_ppc64le.whl (690.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp311-cp311-manylinux_2_28_aarch64.whl (642.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp311-cp311-macosx_11_0_arm64.whl (141.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycares-4.11.0-cp311-cp311-macosx_10_9_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pycares-4.11.0-cp310-cp310-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.10Windows ARM64

pycares-4.11.0-cp310-cp310-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.10Windows x86-64

pycares-4.11.0-cp310-cp310-win32.whl (118.8 kB view details)

Uploaded CPython 3.10Windows x86

pycares-4.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (631.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp310-cp310-musllinux_1_2_s390x.whl (656.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

pycares-4.11.0-cp310-cp310-musllinux_1_2_ppc64le.whl (673.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp310-cp310-musllinux_1_2_aarch64.whl (627.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp310-cp310-manylinux_2_28_x86_64.whl (644.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp310-cp310-manylinux_2_28_s390x.whl (682.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp310-cp310-manylinux_2_28_ppc64le.whl (690.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp310-cp310-manylinux_2_28_aarch64.whl (642.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp310-cp310-macosx_11_0_arm64.whl (141.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pycares-4.11.0-cp310-cp310-macosx_10_9_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pycares-4.11.0-cp39-cp39-win_arm64.whl (115.7 kB view details)

Uploaded CPython 3.9Windows ARM64

pycares-4.11.0-cp39-cp39-win_amd64.whl (144.6 kB view details)

Uploaded CPython 3.9Windows x86-64

pycares-4.11.0-cp39-cp39-win32.whl (118.8 kB view details)

Uploaded CPython 3.9Windows x86

pycares-4.11.0-cp39-cp39-musllinux_1_2_x86_64.whl (631.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pycares-4.11.0-cp39-cp39-musllinux_1_2_s390x.whl (656.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

pycares-4.11.0-cp39-cp39-musllinux_1_2_ppc64le.whl (673.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

pycares-4.11.0-cp39-cp39-musllinux_1_2_aarch64.whl (627.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pycares-4.11.0-cp39-cp39-manylinux_2_28_x86_64.whl (643.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pycares-4.11.0-cp39-cp39-manylinux_2_28_s390x.whl (682.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ s390x

pycares-4.11.0-cp39-cp39-manylinux_2_28_ppc64le.whl (690.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ppc64le

pycares-4.11.0-cp39-cp39-manylinux_2_28_aarch64.whl (642.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pycares-4.11.0-cp39-cp39-macosx_11_0_arm64.whl (141.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pycares-4.11.0-cp39-cp39-macosx_10_9_x86_64.whl (145.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0.tar.gz
Algorithm Hash digest
SHA256 c863d9003ca0ce7df26429007859afd2a621d3276ed9fef154a9123db9252557
MD5 230e5133767e84f5d99c93dd07fea611
BLAKE2b-256 8dad9d1e96486d2eb5a2672c4d9a2dd372d015b8d7a332c6ac2722c4c8e6bbbf

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 119.7 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 afc6503adf8b35c21183b9387be64ca6810644ef54c9ef6c99d1d5635c01601b
MD5 81bae81efbc70e73e6910aa31a5a55a0
BLAKE2b-256 ce20c0c5cfcf89725fe533b27bc5f714dc4efa8e782bf697c36f9ddf04ba975d

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 148.6 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3784b80d797bcc2ff2bf3d4b27f46d8516fe1707ff3b82c2580dc977537387f9
MD5 089343d5158944fa0ffb00ea3442c1d0
BLAKE2b-256 93febf3b3ed9345a38092e72cd9890a5df5c2349fc27846a714d823a41f0ee27

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 122.2 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8a75a406432ce39ce0ca41edff7486df6c970eb0fe5cfbe292f195a6b8654461
MD5 b731e0bdf2f0853902f0412d3b87636e
BLAKE2b-256 1f792b2e723d1b929dbe7f99e80a56abb29a4f86988c1f73195d960d706b1629

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eddf5e520bb88b23b04ac1f28f5e9a7c77c718b8b4af3a4a7a2cc4a600f34502
MD5 38f211fcc9469375d77a0c5942baa3c0
BLAKE2b-256 b29b55d50c5acd46cbe95d0da27740a83e721d89c0ce7e42bff9891a9f29a855

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 45d3254a694459fdb0640ef08724ca9d4b4f6ff6d7161c9b526d7d2e2111379e
MD5 6296260c2375e5083671aa7d37817c68
BLAKE2b-256 5b07dfe76807f637d8b80e1a59dfc4a1bceabdd0205a45b2ebf78b415ae72af3

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 386da2581db4ea2832629e275c061103b0be32f9391c5dfaea7f6040951950ad
MD5 e6df2874baeb6c70c225bcbc2af938b8
BLAKE2b-256 33a27b9121c71cfe06a8474e221593f83a78176fae3b79e5853d2dfd13ab01cc

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf306f3951740d7bed36149a6d8d656a7d5432dd4bbc6af3bb6554361fc87401
MD5 4436614f46f9c26ac2172391f2371377
BLAKE2b-256 3c23f6d57bfb99d00a6a7363f95c8d3a930fe82a868d9de24c64c8048d66f16a

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29daa36548c04cdcd1a78ae187a4b7b003f0b357a2f4f1f98f9863373eedc759
MD5 e27975b6103d33860ddc57c643c183d3
BLAKE2b-256 333849b77b9cf5dffc0b1fdd86656975c3bc1a58b79bdc883a9ef749b17a013c

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 00538826d2eaf4a0e4becb0753b0ac8d652334603c445c9566c9eb273657eb4c
MD5 2a25dd110ee02647b7c5ff376bad9c85
BLAKE2b-256 9cd5bd8f370b97bb73e5bdd55dc2a78e18d6f49181cf77e88af0599d16f5c073

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 ffb22cee640bc12ee0e654eba74ecfb59e2e0aebc5bccc3cc7ef92f487008af7
MD5 89ee4fc04e33d9a4a2f2cc2e90fc651e
BLAKE2b-256 5ce41cdc3ec9c92f8069ec18c58b016b2df7c44a088e2849f37ed457554961aa

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cdac992206756b024b371760c55719eb5cd9d6b2cb25a8d5a04ae1b0ff426232
MD5 078934de7eac4c0fe73f97cbeb4ad647
BLAKE2b-256 ac99c3fba0aa575f331ebed91f87ba960ffbe0849211cdf103ab275bc0107ac6

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31b85ad00422b38f426e5733a71dfb7ee7eb65a99ea328c508d4f552b1760dc8
MD5 925602d39a8210382de9a4884149d908
BLAKE2b-256 3cc8516901e46a1a73b3a75e87a35f3a3a4fe085f1214f37d954c9d7e782bd6d

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c9d839b5700542b27c1a0d359cbfad6496341e7c819c7fea63db9588857065ed
MD5 96591d010082c7acd1b65fab4795d5b0
BLAKE2b-256 54fe2f3558d298ff8db31d5c83369001ab72af3b86a0374d9b0d40dc63314187

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 119.2 kB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 836725754c32363d2c5d15b931b3ebd46b20185c02e850672cb6c5f0452c1e80
MD5 af6c535f52c2d5ded971264ed23c3566
BLAKE2b-256 ea2424ff3a80aa8471fbb62785c821a8e90f397ca842e0489f83ebf7ee274397

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 148.0 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 23d50a0842e8dbdddf870a7218a7ab5053b68892706b3a391ecb3d657424d266
MD5 5d12a6089b298725a76ed7fa6b81d083
BLAKE2b-256 24dc6822f9ad6941027f70e1cf161d8631456531a87061588ed3b1dcad07d49d

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: pycares-4.11.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 121.8 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycares-4.11.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 d552fb2cb513ce910d1dc22dbba6420758a991a356f3cd1b7ec73a9e31f94d01
MD5 33746cdb505c3a972749c1d57ea44c06
BLAKE2b-256 d66f14bb0c2171a286d512e3f02d6168e608ffe5f6eceab78bf63e3073091ae3

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 719f7ddff024fdacde97b926b4b26d0cc25901d5ef68bb994a581c420069936d
MD5 bbf16f33ca3f0e0b255fb9d009cb2338
BLAKE2b-256 326b06054d977b0a9643821043b59f523f3db5e7684c4b1b4f5821994d5fa780

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-musllinux_1_2_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 218619b912cef7c64a339ab0e231daea10c994a05699740714dff8c428b9694a
MD5 115de26b23d55bce04e4aeaf0ef48542
BLAKE2b-256 3ac4cf40773cd9c36a12cebbe1e9b6fb120f9160dc9bfe0398d81a20b6c69972

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-musllinux_1_2_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 702d21823996f139874aba5aa9bb786d69e93bde6e3915b99832eb4e335d31ae
MD5 e44bb83a4d96ca3408df6e052b448b2f
BLAKE2b-256 17f2639090376198bcaeff86562b25e1bce05a481cfb1e605f82ce62285230cd

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1732db81e348bfce19c9bf9448ba660aea03042eeeea282824da1604a5bd4dcf
MD5 59a04af18c7962ec858cfd522ca97d1d
BLAKE2b-256 0ef5b4572d9ee9c26de1f8d1dc80730df756276b9243a6794fa3101bbe56613d

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee751409322ff10709ee867d5aea1dc8431eec7f34835f0f67afd016178da134
MD5 6e3b5009e3ece2b0fba7812b21bc3a9e
BLAKE2b-256 0b4be546eeb1d8ff6559e2e3bef31a6ea0c6e57ec826191941f83a3ce900ca89

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 c0eec184df42fc82e43197e073f9cc8f93b25ad2f11f230c64c2dc1c80dbc078
MD5 35f79a1a43bf4ea7ec809e6c6fb124c2
BLAKE2b-256 a7a94d7cf4d72600fd47d9518f9ce99703a3e8711fb08d2ef63d198056cdc9a9

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 84b0b402dd333403fdce0e204aef1ef834d839c439c0c1aa143dc7d1237bb197
MD5 76c87b0ff6fb551aaa16b92e9754b589
BLAKE2b-256 f7926edd41282b3f0e3d9defaba7b05c39730d51c37c165d9d3b319349c975aa

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80752133442dc7e6dd9410cec227c49f69283c038c316a8585cca05ec32c2766
MD5 d97b554d8a643457e1ebbefcddbacfc6
BLAKE2b-256 7423d236fc4f134d6311e4ad6445571e8285e84a3e155be36422ff20c0fbe471

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b44e54cad31d3c3be5e8149ac36bc1c163ec86e0664293402f6f846fb22ad00
MD5 c2a6d69d8ab50ddce487a00728fa0c2d
BLAKE2b-256 d54e46311ef5a384b5f0bb206851135dde8f86b3def38fdbee9e3c03475d35ae

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 df0a17f4e677d57bca3624752bbb515316522ad1ce0de07ed9d920e6c4ee5d35
MD5 03912b5e68df5288249d569ee101833c
BLAKE2b-256 2a70a723bc79bdcac60361b40184b649282ac0ab433b90e9cc0975370c2ff9c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 4b6f7581793d8bb3014028b8397f6f80b99db8842da58f4409839c29b16397ad
MD5 bd8d6c3eceb4beb6381cf42c8b8097b7
BLAKE2b-256 af884309576bd74b5e6fc1f39b9bc5e4b578df2cadb16bdc026ac0cc15663763

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6f74b1d944a50fa12c5006fd10b45e1a45da0c5d15570919ce48be88e428264c
MD5 0ea15cb97b297e4eef59e6f8e5b9fb82
BLAKE2b-256 2a14bc89ad7225cba73068688397de09d7cad657d67b93641c14e5e18b88e685

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 faa8321bc2a366189dcf87b3823e030edf5ac97a6b9a7fc99f1926c4bf8ef28e
MD5 7fa7b3958459d949a1dc2ba4bdd61346
BLAKE2b-256 059960f19eb1c8eb898882dd8875ea51ad0aac3aff5780b27247969e637cc26a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a98fac4a3d4f780817016b6f00a8a2c2f41df5d25dfa8e5b1aa0d783645a6566
MD5 6e12c7fcfcb0fc18e113ce678e30d92a
BLAKE2b-256 552aeafb235c371979e11f8998d686cbaa91df6a84a34ffe4d997dfe57c45445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a4060d8556c908660512d42df1f4a874e4e91b81f79e3a9090afedc7690ea5ba
MD5 367d695b3cda8284091e7195901a13dd
BLAKE2b-256 ff75f003905e55298a6dd5e0673a2dc11e31518a5141393b925dc05fcaba9fb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3ef1ab7abbd238bb2dbbe871c3ea39f5a7fc63547c015820c1e24d0d494a1689
MD5 2b216dcd84df34fceff9d517be46766b
BLAKE2b-256 91c216dbc3dc33781a3c79cbdd76dd1cda808d98ba078d9a63a725d6a1fad181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7830709c23bbc43fbaefbb3dde57bdd295dc86732504b9d2e65044df8fd5e9fb
MD5 56a025ac7a51099962dd11b3b35cc549
BLAKE2b-256 c6fb9266979ba59d37deee1fd74452b2ae32a7395acafe1bee510ac023c6c9a5

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aa160dc9e785212c49c12bb891e242c949758b99542946cc8e2098ef391f93b0
MD5 c17fd3c11534d8e32c76f91cdb7394bc
BLAKE2b-256 ea77a00d962b90432993afbf3bd05da8fe42117e0d9037cd7fd428dc41094d7b

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp313-cp313-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 ea785d1f232b42b325578f0c8a2fa348192e182cc84a1e862896076a4a2ba2a7
MD5 fd137976fb3a2e3a13d89339c114f1f3
BLAKE2b-256 a9b7b3a5f99d4ab776662e71d5a56e8f6ea10741230ff988d1f502a8d429236b

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp313-cp313-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 4da2e805ed8c789b9444ef4053f6ef8040cd13b0c1ca6d3c4fe6f9369c458cb4
MD5 1d27a6cf0f7d428a0f880c14c1f1ca89
BLAKE2b-256 f530a2631fe2ffaa85475cdbff7df1d9376bc0b2a6ae77ca55d53233c937a5da

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bac55842047567ddae177fb8189b89a60633ac956d5d37260f7f71b517fd8b87
MD5 c9813e569e4032fc916a4d0ee69a9f12
BLAKE2b-256 6311731b565ae1e81c43dac247a248ee204628186f6df97c9927bd06c62237f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e0fcd3a8bac57a0987d9b09953ba0f8703eb9dca7c77f7051d8c2ed001185be8
MD5 f82744d12c9273ab8c8bc48268cb02cb
BLAKE2b-256 f4ac0317d6d0d3bd7599c53b8f1db09ad04260647d2f6842018e322584791fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2c296ab94d1974f8d2f76c499755a9ce31ffd4986e8898ef19b90e32525f7d84
MD5 54021bdf5c2ae98f395a6d870735bae8
BLAKE2b-256 dca962fea7ad72ac1fed2ac9dd8e9a7379b7eb0288bf2b3ea5731642c3a6f7de

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 f199702740f3b766ed8c70efb885538be76cb48cd0cb596b948626f0b825e07a
MD5 b29db5502a0e5cf273d6b807f4004004
BLAKE2b-256 f0f9d65ad17ec921d8b7eb42161dec2024ee2f5c9f1c44cabf0dd1b7f4fac6c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7570e0b50db619b2ee370461c462617225dc3a3f63f975c6f117e2f0c94f82ca
MD5 f517266b394747a3678f585f6d5aa0c5
BLAKE2b-256 a586277473d20f3df4e00fa7e0ebb21955b2830b15247462aaf8f3fc8c4950be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1571a7055c03a95d5270c914034eac7f8bfa1b432fc1de53d871b821752191a4
MD5 721731f90485fc6b12ca40a0b157791c
BLAKE2b-256 b07f2f26062bea95ab657f979217d50df563dc9fd9cc4c5dd21a6e7323e9efe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e2f8d9cfe0eb3a2997fde5df99b1aaea5a46dabfcfcac97b2d05f027c2cd5e28
MD5 87685e6732bdde14548d14571ce97141
BLAKE2b-256 b87cfc084b395921c9b862d31a83f809fe649c24314b51b527ad0ab0df33edd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 5d70324ca1d82c6c4b00aa678347f7560d1ef2ce1d181978903459a97751543a
MD5 50502c51d8e12aa89d3f898b0d834aeb
BLAKE2b-256 a2c4ff6a166e1d1d1987339548a19d0b1d52ec3ead8b3a8a2247a0d96e56013c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 3139ec1f4450a4b253386035c5ecd2722582ae3320a456df5021ffe3f174260a
MD5 5de22ee9461f4f69819ebfb55a2459e7
BLAKE2b-256 07f83401e89b5d2970e30e02f9beb29ad59e2a8f19ef2c68c978de2b764cacb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee1ea367835eb441d246164c09d1f9703197af4425fc6865cefcde9e2ca81f85
MD5 1bd8dadc93de0c48feaba682c24c74ed
BLAKE2b-256 39d68ea9b5dcef6b566cde034aa2b68743f7b0a19fa0fba9ea01a4f98b8a57fb

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2d5cac829da91ade70ce1af97dad448c6cd4778b48facbce1b015e16ced93642
MD5 3d20e6567a86481720a2caff11634543
BLAKE2b-256 b9969be4d838a9348dd2e72a90c34d186b918b66d499af5be79afa18a6ba2808

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp312-cp312-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 97d971b3a88a803bb95ff8a40ea4d68da59319eb8b59e924e318e2560af8c16d
MD5 fe0be4efa40fb9ab83b988192a083846
BLAKE2b-256 cb8dc5c578fdd335d7b1dcaea88fae3497390095b5b05a1ba34a29f62d037abb

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp312-cp312-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 30ceed06f3bf5eff865a34d21562c25a7f3dad0ed336b9dd415330e03a6c50c4
MD5 76bc6353b03f288e4e08968328ddc0ff
BLAKE2b-256 bba45ca7e316d0edb714d78974cb34f4883f63fe9f580644c2db99fb62b05f56

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 84fde689557361764f052850a2d68916050adbfd9321f6105aca1d8f1a9bd49b
MD5 bf72464609f4bfcf8f4ef5bfad428ef7
BLAKE2b-256 7dd676994c8b21316e48ea6c3ce3298574c28f90c9c41428a3349a57104621c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 775d99966e28c8abd9910ddef2de0f1e173afc5a11cea9f184613c747373ab80
MD5 c1c9e74484a23625fe7672ccbe669fe8
BLAKE2b-256 e88193a505dcbb7533254b0ce1da519591dcda889d6a66dcdfa5737e3280e18a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b93d624560ba52287873bacff70b42c99943821ecbc810b959b0953560f53c36
MD5 0c0e27b6f93f4a54cbcba66320901271
BLAKE2b-256 e24e4821b66feefaaa8ec03494c1a11614c430983572e54ff062b4589441e199

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 dc54a21586c096df73f06f9bdf594e8d86d7be84e5d4266358ce81c04c3cc88c
MD5 1c8e69603885b883bba189896edb50bb
BLAKE2b-256 7a3bf783b8fed44eb5c8a32a675613e5ac566dba149e58e3ab3097b9bfeb209e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f4695153333607e63068580f2979b377b641a03bc36e02813659ffbea2b76fe2
MD5 e45fbfd6093d94210369e7b57498d46a
BLAKE2b-256 70b1d7ce974454eafc6c81f87ae512f3dc2917c6e57af60c57aaef34b3729ce3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ff3d25883b7865ea34c00084dd22a7be7c58fd3131db6b25c35eafae84398f9d
MD5 6c5f91fc21bc5e37cf30348a528e1b4c
BLAKE2b-256 5959f87c36aba61cc1a94c739a83cd55fdb73075739929e0a5a7bcc2ce880aa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35ff1ec260372c97ed688efd5b3c6e5481f2274dea08f6c4ea864c195a9673c6
MD5 a872051c68655505888dcc19284f22db
BLAKE2b-256 b5abdd42b95634edcb26bdf0abde579f78d5ede3377fb46e3947ec223b2fbba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 d5fe089be67bc5927f0c0bd60c082c79f22cf299635ee3ddd370ae2a6e8b4ae0
MD5 96a027af246b3730556f504b5b755c50
BLAKE2b-256 1c51bc12de8ab3b36c0352a2b157d556dbdae942652d88f6db83034fa3b5cdaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 c2af7a9d3afb63da31df1456d38b91555a6c147710a116d5cc70ab1e9f457a4f
MD5 47dc32a911151d31fe523cd7353c2df6
BLAKE2b-256 6108d9d2d4b15fcb6bd703306fa5ad426df22d5c7076e689b62bfbcb884b8a87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7aba9a312a620052133437f2363aae90ae4695ee61cb2ee07cbb9951d4c69ddd
MD5 50f2a6fa6a965755495041b8fae094ce
BLAKE2b-256 f90ea3a24b205a725e51eebf3d766e512ccca07462da60211a238d906535105c

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb711a66246561f1cae51244deef700eef75481a70d99611fd3c8ab5bd69ab49
MD5 468297335a8759c28cfcf263943262c1
BLAKE2b-256 51373c065239229e5ca57f2f46bac2cedaf32b26a22dae5d728751e8623efb4d

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp311-cp311-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 30d197180af626bb56f17e1fa54640838d7d12ed0f74665a3014f7155435b199
MD5 d911822d012a23868c4ad9c90baa8c9c
BLAKE2b-256 3de6e5e5e96821bb98106222fb8f617ba3e0c8828e75e74c67685f0044c77907

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp311-cp311-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 0aed0974eab3131d832e7e84a73ddb0dddbc57393cd8c0788d68a759a78c4a7b
MD5 a021c1ebdf97a5f0c2c2c8cbf3daf22b
BLAKE2b-256 c54461550e684035e71c894752e074b3722e5f1d40739840ca8b0b295209def7

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bd81ad69f607803f531ff5cfa1262391fa06e78488c13495cee0f70d02e0287
MD5 ebb3ae10a051c7a2beda618bdfff985e
BLAKE2b-256 6c72f285b4944e69f611d1f4fadae63675edfb4380a980e6b6e99acca9d7e731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d69e2034160e1219665decb8140e439afc7a7afcfd4adff08eb0f6142405c3e
MD5 bc158d1d6d66e5f7e3f248222df1ca78
BLAKE2b-256 a23c3c0ddeed957667438dd6151e9c41f21b54b49a3c16159807ca5d52eff621

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c2971af3a4094280f7c24293ff4d361689c175c1ebcbea6b3c1560eaff7cb240
MD5 65f38b90496c78daef290cf372bae559
BLAKE2b-256 5f0f2e68eb38244b5bbd68cd8d21e82d5f937353b563fd2f1aae28987e38a93d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9518514e3e85646bac798d94d34bf5b8741ee0cb580512e8450ce884f526b7cf
MD5 28595d8ba94d50eb9bca9b4ac958ec2d
BLAKE2b-256 d364698fdab3e176cae8f755b6bf071b0a3fd0fb257c8f01c14183f86ca78a54

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dde02314eefb85dce3cfdd747e8b44c69a94d442c0d7221b7de151ee4c93f0f5
MD5 7912b1581a65787aef5cb82644a44c75
BLAKE2b-256 10ceb5f541f01162775d043d985a87750383111081a4478fd5e29fdfc42e6585

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1dbbf0cfb39be63598b4cdc2522960627bf2f523e49c4349fb64b0499902ec7c
MD5 cdef66066dca921cad72ec5e69065891
BLAKE2b-256 109c4a048c9ecd030cacf2565db4b46624bd2b21582888a840d37594fa3446f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 95bc81f83fadb67f7f87914f216a0e141555ee17fd7f56e25aa0cc165e99e53b
MD5 7a6c94f7d9ae5d44edf4c499050fafcf
BLAKE2b-256 971d3d961dacbf7b132fbbfa76fdbb19e5b9a109b3b53761d87c09dde9f9a832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 66c310773abe42479302abf064832f4a37c8d7f788f4d5ee0d43cbad35cf5ff4
MD5 6aae9e6a81f8fdad6b9ae95d6f09ebde
BLAKE2b-256 3351902a965d771ccb899fd7ed8ae4bde5cd4ba2cac8e4a7e41ee131837416f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 83a7401d7520fa14b00d85d68bcca47a0676c69996e8515d53733972286f9739
MD5 b8dbca496dd5973cb663f334774bedd2
BLAKE2b-256 cdf1c7c0f9d23621bb192c29481e10d4f76b7d1194943bc220ae9584d14d9f49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcd4a7761fdfb5aaac88adad0a734dd065c038f5982a8c4b0dd28efa0bd9cc7c
MD5 64b3196d9915f2cfa45d698bc0c86785
BLAKE2b-256 e3c0de6d9bb2fb917f669c2834d7e00ae593c1b8d84c850cb4a6fa5096ea0612

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 066f3caa07c85e1a094aebd9e7a7bb3f3b2d97cff2276665693dd5c0cc81cf84
MD5 6bec06b57ebb4941f68bef0d4cc805cc
BLAKE2b-256 2730291338fa5e745dba3cee06969343ae55334fa1692afce3851901f2025712

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp310-cp310-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 3d5300a598ad48bbf169fba1f2b2e4cf7ab229e7c1a48d8c1166f9ccf1755cb3
MD5 6eb60b1644c7109c793cd36f256aaa44
BLAKE2b-256 3b18b7f967d745f401f7d1b0f964a9102b3dfd1a86b4ac385d41a2032ab23015

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp310-cp310-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d2a3526dbf6cb01b355e8867079c9356a8df48706b4b099ac0bf59d4656e610d
MD5 6fac279b74b57d91f454fe17a65cd215
BLAKE2b-256 a1b3cb38188b232f6e41f14d9c157fe4f92a45b8cd3e0d117d70df281dcf4d5a

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 742fbaa44b418237dbd6bf8cdab205c98b3edb334436a972ad341b0ea296fb47
MD5 b663cf3d2d5cd3e735bbb2e939588b34
BLAKE2b-256 0088ec6e72982d9c51867e35570d970ee83c223d9b5df0128c9f995bf3270e2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3db6b6439e378115572fa317053f3ee6eecb39097baafe9292320ff1a9df73e3
MD5 cc93abf4a3f98361d4f6a0eb6c7e3233
BLAKE2b-256 beb27fd2d2e9bb58a0ab2813ae4fb83679bc00855f4763c12dd40da88801a137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 87dab618fe116f1936f8461df5970fcf0befeba7531a36b0a86321332ff9c20b
MD5 8dca4723ca28d87ecc12a845780bcf76
BLAKE2b-256 3b6c54ea6c4dbfa7a225124672c7892ef005f4836238c7342af341eeedeb316b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 f6c602c5e3615abbf43dbdf3c6c64c65e76e5aa23cb74e18466b55d4a2095468
MD5 f03ccf722e64ced16cfc9b8c7d5278f2
BLAKE2b-256 f2d00e6e843d7057aa26bd72a48cec40b88fdb0ae8d14bac2f028fe5ee33886e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f751f5a0e4913b2787f237c2c69c11a53f599269012feaa9fb86d7cef3aec26
MD5 1a0c9f2ccc3d1aa877f511f2dc964513
BLAKE2b-256 43ae09438092d3e470ed1ab19a89f06231ba5cdda355b41791db2265f80b44a3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.11.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 910ce19a549f493fb55cfd1d7d70960706a03de6bfc896c1429fc5d6216df77e
MD5 2abebf11dd7e20e6d7459687948069b7
BLAKE2b-256 98171c4044e21b9b3a4c4eddaa3a17b3a47b95d171d488818df7d0db6d36db38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a00408105901ede92e318eecb46d0e661d7d093d0a9b1224c71b5dd94f79e83
MD5 9bd7eb9ff4720cb0507fe1e11e7b7f56
BLAKE2b-256 81ecaf662143800c6994b7736e34c18ae0aeaf15bfffd59cf101dc3b533526f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 96e07d5a8b733d753e37d1f7138e7321d2316bb3f0f663ab4e3d500fabc82807
MD5 b99866f672dd05a67cbbf68614133002
BLAKE2b-256 2501e22d5207af4ea0534f20ca86ac42284243884f70d832105e997081e61ed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 aca981fc00c8af8d5b9254ea5c2f276df8ece089b081af1ef4856fbcfc7c698a
MD5 c13dcbc616cdd28157ff5071ea4172a8
BLAKE2b-256 2b8e6a677a390975713fce04c114d686c64e9f0054210ecb9decf148dd53b132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 77bf82dc0beb81262bf1c7f546e1c1fde4992e5c8a2343b867ca201b85f9e1aa
MD5 d1e798db53a1c373ba97096703cbca4d
BLAKE2b-256 581a5e288e4885c7ff7e5f8cc7076c173bddc28f889c77e08fafbf0cd0b61892

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6195208b16cce1a7b121727710a6f78e8403878c1017ab5a3f92158b048cec34
MD5 d41648cb835242923b563a340eaae495
BLAKE2b-256 4ae79230c4bf852cf0651a2b55ba63cdd0a256a857aa10ef5d6307f4fa135fcb

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp39-cp39-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 30feeab492ac609f38a0d30fab3dc1789bd19c48f725b2955bcaaef516e32a21
MD5 4c6b6c1357f6e3631e55fe035706624f
BLAKE2b-256 1053e1966c7da8923506cb8a724f03c7b7ecc4bf7f908cb19a23a0b08de181c5

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp39-cp39-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b50ca218a3e2e23cbda395fd002d030385202fbb8182aa87e11bea0a568bd0b8
MD5 ee357008302881be115c731365775784
BLAKE2b-256 5229ef44ba3f50e371a5ef59d1111c5bd016e20f882b893193c60079c5e5a9d7

See more details on using hashes here.

File details

Details for the file pycares-4.11.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5344d52efa37df74728505a81dd52c15df639adffd166f7ddca7a6318ecdb605
MD5 025e14be1d6299a90dcb3bab3576af49
BLAKE2b-256 14bd8d5168c4261a826a6b56c9b112c3f2befeeee344d7e516438e7eb36ca890

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d0c543bdeefa4794582ef48f3c59e5e7a43d672a4bfad9cbbd531e897911690
MD5 6c079308ca2731f25bbd72cde7ccacff
BLAKE2b-256 a8b65d78a6fa81259eabff095cdd58a6d44a188a5617ef5dd2b4cbb49947d815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.11.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e1ab899bb0763dea5d6569300aab3a205572e6e2d0ef1a33b8cf2b86d1312a4
MD5 0fd6009fcd2c795bc9fe26884367eb61
BLAKE2b-256 5e1e010c82503165f6b3d9e4dbfe5e0d70563a262fe0dda0ccf8fe067877e09e

See more details on using hashes here.

Supported by

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