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
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 queries 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
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.
Release files for pycares 5.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycares-5.0.1.tar.gz | 652.2 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| pycares-5.0.1-cp314-cp314t-win_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows ARM64 | Details |
| pycares-5.0.1-cp314-cp314t-win_amd64.whl | CPython 3.14 | CPython 3.14 free-threading | Windows x86-64 | Details |
| pycares-5.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp314-cp314t-musllinux_1_2_s390x.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314t-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 free-threading | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314t-macosx_10_15_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | macOS 10.15+ x86-64 | Details |
| pycares-5.0.1-cp314-cp314-win_arm64.whl | CPython 3.14 | CPython 3.14 | Windows ARM64 | Details |
| pycares-5.0.1-cp314-cp314-win_amd64.whl | CPython 3.14 | CPython 3.14 | Windows x86-64 | Details |
| pycares-5.0.1-cp314-cp314-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp314-cp314-musllinux_1_2_s390x.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp314-cp314-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314-macosx_11_0_arm64.whl | CPython 3.14 | CPython 3.14 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp314-cp314-macosx_10_15_x86_64.whl | CPython 3.14 | CPython 3.14 | macOS 10.15+ x86-64 | Details |
| pycares-5.0.1-cp313-cp313-win_arm64.whl | CPython 3.13 | CPython 3.13 | Windows ARM64 | Details |
| pycares-5.0.1-cp313-cp313-win_amd64.whl | CPython 3.13 | CPython 3.13 | Windows x86-64 | Details |
| pycares-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp313-cp313-musllinux_1_2_s390x.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp313-cp313-musllinux_1_2_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.26+ x86-64, Linux glibc 2.28+ x86-64 | Details |
| pycares-5.0.1-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pycares-5.0.1-cp313-cp313-macosx_11_0_arm64.whl | CPython 3.13 | CPython 3.13 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp313-cp313-macosx_10_13_x86_64.whl | CPython 3.13 | CPython 3.13 | macOS 10.13+ x86-64 | Details |
| pycares-5.0.1-cp312-cp312-win_arm64.whl | CPython 3.12 | CPython 3.12 | Windows ARM64 | Details |
| pycares-5.0.1-cp312-cp312-win_amd64.whl | CPython 3.12 | CPython 3.12 | Windows x86-64 | Details |
| pycares-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp312-cp312-musllinux_1_2_s390x.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp312-cp312-musllinux_1_2_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pycares-5.0.1-cp312-cp312-macosx_11_0_arm64.whl | CPython 3.12 | CPython 3.12 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp312-cp312-macosx_10_13_x86_64.whl | CPython 3.12 | CPython 3.12 | macOS 10.13+ x86-64 | Details |
| pycares-5.0.1-cp311-cp311-win_arm64.whl | CPython 3.11 | CPython 3.11 | Windows ARM64 | Details |
| pycares-5.0.1-cp311-cp311-win_amd64.whl | CPython 3.11 | CPython 3.11 | Windows x86-64 | Details |
| pycares-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp311-cp311-musllinux_1_2_s390x.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp311-cp311-musllinux_1_2_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.28+ IBM System/390x, Linux glibc 2.26+ IBM System/390x | Details |
| pycares-5.0.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.28+ PowerPC 64-le, Linux glibc 2.26+ PowerPC 64-le | Details |
| pycares-5.0.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 | Details |
| pycares-5.0.1-cp311-cp311-macosx_11_0_arm64.whl | CPython 3.11 | CPython 3.11 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl | CPython 3.11 | CPython 3.11 | macOS 10.9+ x86-64 | Details |
| pycares-5.0.1-cp310-cp310-win_arm64.whl | CPython 3.10 | CPython 3.10 | Windows ARM64 | Details |
| pycares-5.0.1-cp310-cp310-win_amd64.whl | CPython 3.10 | CPython 3.10 | Windows x86-64 | Details |
| pycares-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp310-cp310-musllinux_1_2_s390x.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp310-cp310-musllinux_1_2_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 | Details |
| pycares-5.0.1-cp310-cp310-macosx_11_0_arm64.whl | CPython 3.10 | CPython 3.10 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl | CPython 3.10 | CPython 3.10 | macOS 10.9+ x86-64 | Details |
| pycares-5.0.1-cp39-cp39-win_arm64.whl | CPython 3.9 | CPython 3.9 | Windows ARM64 | Details |
| pycares-5.0.1-cp39-cp39-win_amd64.whl | CPython 3.9 | CPython 3.9 | Windows x86-64 | Details |
| pycares-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ x86-64 | Details |
| pycares-5.0.1-cp39-cp39-musllinux_1_2_s390x.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ IBM System/390x | Details |
| pycares-5.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ PowerPC 64-le | Details |
| pycares-5.0.1-cp39-cp39-musllinux_1_2_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.2+ ARM64 | Details |
| pycares-5.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.28+ x86-64, Linux glibc 2.26+ x86-64 | Details |
| pycares-5.0.1-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.26+ IBM System/390x, Linux glibc 2.28+ IBM System/390x | Details |
| pycares-5.0.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.26+ PowerPC 64-le, Linux glibc 2.28+ PowerPC 64-le | Details |
| pycares-5.0.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 | Details |
| pycares-5.0.1-cp39-cp39-macosx_11_0_arm64.whl | CPython 3.9 | CPython 3.9 | macOS 11.0+ ARM64 | Details |
| pycares-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl | CPython 3.9 | CPython 3.9 | macOS 10.9+ x86-64 | Details |
Total release size: 17.3 MB
Release files / pycares-5.0.1.tar.gz
| Download URL | pycares-5.0.1.tar.gz |
|---|---|
| Size | 652.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5a3c249c830432631439815f9a818463416f2a8cbdb1e988e78757de9ae75081
|
|
BLAKE2b-256 checksum How to use checksums |
dfa09c823651872e6a0face3f0311de2a40c8bbcb9c8dcb15680bd019ac56ac7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-win_arm64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 113.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
e0a86eff6bf9e91d5dd8876b1b82ee45704f46b1104c24291d3dea2c1fc8ebcb
|
|
BLAKE2b-256 checksum How to use checksums |
b2c48bfffecd08b9b198113fcff5f0ab84bbe696f07dec46dd1ccae0e7b28c23
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-win_amd64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 121.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ebc9daba03c7ff3f62616c84c6cb37517445d15df00e1754852d6006039eb4a4
|
|
BLAKE2b-256 checksum How to use checksums |
7adec000a682757b84688722ac232a24a86b6f195f1f4732432ecf35d0a768a5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 232.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
145d8a20f7fd1d58a2e49b7ef4309ec9bdcab479ac65c2e49480e20d3f890c23
|
|
BLAKE2b-256 checksum How to use checksums |
06191603f51f0d73bf34017a9e6967540c2bc138f9541aa7cc1ef38990b3ce9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp314-cp314t-musllinux_1_2_s390x.whl |
|---|---|
| Size | 246.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
954a379055d6c66b2e878b52235b382168d1a3230793ff44454019394aecac5e
|
|
BLAKE2b-256 checksum How to use checksums |
4d4a4c6497b8ca9279b4038ee8c7e2c49504008d594d06a044e00678b30c10fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp314-cp314t-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 261.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
4d1713e602ab09882c3e65499b2cc763bff0371117327cad704cf524268c2604
|
|
BLAKE2b-256 checksum How to use checksums |
7aff170177bcc5dff31e735f209f5de63362f513ac18846c83d50e4e68f57866
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 232.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
97ceda969f5a5d5c6b15558b658c29e4301b3a2c4615523797b5f9d4ac74772e
|
|
BLAKE2b-256 checksum How to use checksums |
1dcd993b17e0c049a56b5af4df3fd053acc57b37e17e0dcd709b2d337c22d57d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 232.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
50e21f27a91be122e066ddd78c2d0d2769e547561481d8342a9d652a345b89f7
|
|
BLAKE2b-256 checksum How to use checksums |
faf07eb7fe44f0db55b9083725ab7a084874c2dc02806d9613e07e719838c2ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 248.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
9d0878edabfbecb48a29e8769284003d8dbc05936122fe361849cd5fa52722e0
|
|
BLAKE2b-256 checksum How to use checksums |
af4624f6ddc7a37ec6eaa1c38f617f39624211d8e7cdca49b644bfc5f467f275
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 261.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
57f6fd696213329d9a69b9664a68b1ff2a71ccbdc1fc928a42c9a92858c1ec5d
|
|
BLAKE2b-256 checksum How to use checksums |
5e9415d5cf7d8e7af4b4ce3e19ea117dfe565c08d60d82f043ad23843703a135
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 230.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
e63328df86d37150ce697fb5d9313d1d468dd4dddee1d09342cb2ed241ce6ad9
|
|
BLAKE2b-256 checksum How to use checksums |
34cdaee5d8070888d7be509d4f32a348e2821309ec67980498e5a974cd9e4990
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.6 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
a1c3736deef003f0c57bc4e7f94d54270d0824350a8f5ceaba3a20b2ce8fb427
|
|
BLAKE2b-256 checksum How to use checksums |
298c559cea98a8a5d0f38b50b4b812a07fdbcdb1a961bed9e2e9d5d343e53c6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314t-macosx_10_15_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 137.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
602f3eac4b880a2527d21f52b2319cb10fde9225d103d338c4d0b2b07f136849
|
|
BLAKE2b-256 checksum How to use checksums |
56124f1d418fed957fc96089c69d9ec82314b3b91c48c7f9463385842acad9c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-win_arm64.whl
| Download URL | pycares-5.0.1-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 112.6 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
45fb3b07231120e8cb5b75be7f15f16115003e9251991dc37a3e5c63733d63b5
|
|
BLAKE2b-256 checksum How to use checksums |
8117758e9af7ee8589ac6deddf7ea56d75b982f155bc2052ef61c45d5f371389
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-win_amd64.whl
| Download URL | pycares-5.0.1-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 120.8 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
206ce9f3cb9d51f5065c81b23c22996230fbc2cf58ae22834c623631b2b473aa
|
|
BLAKE2b-256 checksum How to use checksums |
b5fee77738366e00dc0918bbeb0c8fc63579e5d9cec748a2b838e207e548b5d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 223.7 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
9de80997de7538619b7dd28ec4371e5172e3f9480e4fc648726d3d5ba661ca05
|
|
BLAKE2b-256 checksum How to use checksums |
5d7fbd5ff5a460e50433f993560e4e5d229559a8bf271dbdf6be832faf1973b5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp314-cp314-musllinux_1_2_s390x.whl |
|---|---|
| Size | 238.3 kB |
| Tags | CPython 3.14 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
f444ab7f318e9b2c209b45496fb07bff5e7ada606e15d5253a162964aa078527
|
|
BLAKE2b-256 checksum How to use checksums |
431c1c85c6355cf7bc3ae86a1024d60f9cabdc12af63306a5f59370ac8718a41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp314-cp314-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.8 kB |
| Tags | CPython 3.14 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
f78ab823732b050d658eb735d553726663c9bccdeeee0653247533a23eb2e255
|
|
BLAKE2b-256 checksum How to use checksums |
155763a6e9ef356c5149b8ec72a694e02207fd8ae643895aeb78a9f0c07f1502
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 223.7 kB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
a7d197835cdb4b202a3b12562b32799e27bb132262d4aa1ac3ee9d440e8ec22c
|
|
BLAKE2b-256 checksum How to use checksums |
690883084b67cbce08f44fd803b88816fc80d2fe2fb3d483d5432925df44371b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 223.5 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
f498a6606247bfe896c2a4d837db711eb7b0ba23e409e16e4b23def4bada4b9d
|
|
BLAKE2b-256 checksum How to use checksums |
3f6cd79c94809742b56b9180a9a9ec2937607db0b8eb34b8ca75d86d3114d6dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.8 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
3c4dfc80cc8b43dc79e02a15486c58eead5cae0a40906d6be64e2522285b5b39
|
|
BLAKE2b-256 checksum How to use checksums |
3bdf17a7c518c45bb994f76d9064d2519674e2a3950f895abbe6af123ead04ac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.3 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
ccc1b2df8a09ca20eefbe20b9f7a484d376525c0fb173cfadd692320013c6bc5
|
|
BLAKE2b-256 checksum How to use checksums |
2cccc5fbf6377e2d6b1f1618f147ad898e5d8ae1585fc726d6301f07aeda6cac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 221.1 kB |
| Tags | CPython 3.14 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
258c38aaa82ad1d565b4591cdb93d2c191be8e0a2c70926999c8e0b717a01f2a
|
|
BLAKE2b-256 checksum How to use checksums |
cd2a9cf2120cafc19e5c589d5252a9ddd3108cc87e9db09938d16317807de03b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.1 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
82bd37fec2a3fa62add30d4a3854720f7b051386e2f18e6e8f4ee94b89b5a7b0
|
|
BLAKE2b-256 checksum How to use checksums |
42dae2e1683811c427492ee0e86e8fae8d55eb5cca032220438599991fdad866
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | pycares-5.0.1-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 136.6 kB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
e330e3561be259ad7a1b7b0ce282c872938625f76587fae7ac8d6bc5af1d0c3d
|
|
BLAKE2b-256 checksum How to use checksums |
38b24af99ff17acb81377c971831520540d1859bf401dc85712eb4abc2e6751f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-win_arm64.whl
| Download URL | pycares-5.0.1-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 108.9 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
2a511c9f3b11b7ce9f159c956ea1b8f2de7f419d7ca9fa24528d582cb015dbf9
|
|
BLAKE2b-256 checksum How to use checksums |
57d0a99f97e9aa8c8404fc899540cf30be63cda0df5150e3c0837423917c7e4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-win_amd64.whl
| Download URL | pycares-5.0.1-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 117.5 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
0e99af0a1ce015ab6cc6bd85ce158d95ed89fb3b654515f1d0989d1afcf11026
|
|
BLAKE2b-256 checksum How to use checksums |
1e0a6e4afa4a2baffd1eba6c18a90cda17681d4838d3cab5a485e471386e04dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 223.6 kB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
5de9e7ce52d638d78723c24704eb032e60b96fbb6fe90c6b3110882987251377
|
|
BLAKE2b-256 checksum How to use checksums |
a7254f140518768d974af4221cfd574a30d99d40b3d5c54c479da2c1553be59e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp313-cp313-musllinux_1_2_s390x.whl |
|---|---|
| Size | 238.2 kB |
| Tags | CPython 3.13 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
efbe7f89425a14edbc94787042309be77cb3674415eb6079b356e1f9552ba747
|
|
BLAKE2b-256 checksum How to use checksums |
bea4fe4068abfadf3e06cc22333e87e4730de3c170075572041d5545926062a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.8 kB |
| Tags | CPython 3.13 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
30e5db1ae85cffb031dd8bc1b37903cd74c6d37eb737643bbca3ff2cd4bc6ae2
|
|
BLAKE2b-256 checksum How to use checksums |
e1a9c0ea15c871c77e8c20bcaab18f56ae83988ea4c302155d106cc6a1bd83a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 224.0 kB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
07711acb0ef75758f081fb7436acaccc91e8afd5ae34fd35d4edc44297e81f27
|
|
BLAKE2b-256 checksum How to use checksums |
cac79817f0fb954ab9926f88403f2b91a3e4984a277e2b7a4563e0118e4e1ffa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp313-cp313-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 223.8 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
c257c6e7bf310cdb5823aa9d9a28f1e370fed8c653a968d38a954a8f8e0375ce
|
|
BLAKE2b-256 checksum How to use checksums |
611ba056393fda383b2eda5dab20bd0dd034fd631bf5ae754aabb20da815bdfe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp313-cp313-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.4 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
35dd5858ee1246bd092a212b5e85a8ef70853f7cfaf16b99569bf4af3ae4695d
|
|
BLAKE2b-256 checksum How to use checksums |
14328afbc798bce26dfcc5bc1f6bf1560d31cdd0af837ff52cbede657bf9262e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp313-cp313-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.3 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
e380bf6eff42c260f829a0a14547e13375e949053a966c23ca204a13647ef265
|
|
BLAKE2b-256 checksum How to use checksums |
33d3d77ab0b33fb805d02896c385176c462e3386d94457a5e508245c39f41829
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 221.1 kB |
| Tags | CPython 3.13 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
b8efc38c2703e3530b823a4165a7b28d7ce0fdcf41960fb7a4ca834a0f8cfe79
|
|
BLAKE2b-256 checksum How to use checksums |
ec5b83b5aaf7b6ed102f63cd768a747b6cb5d4624f2eaecd84868d103b9dbf39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.1 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8c8ffcc9a48cfc296fe1aefc07d2c8e29a7f97e4bb366ce17effea6a38825f70
|
|
BLAKE2b-256 checksum How to use checksums |
182a2e9f888fc076cfe7a3493a3c4113e787cc4b4533f531dfb562ac9b04898f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | pycares-5.0.1-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 136.2 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
7d1b2c6b152c65f14d0e12d741fabb78a487f0f0d22773eede8d8cfc97af612b
|
|
BLAKE2b-256 checksum How to use checksums |
920a6bd9bdc2d0ee23ff3aabab7747212e2c5323a081b9b745624d62df88f7e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-win_arm64.whl
| Download URL | pycares-5.0.1-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 108.9 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
f8ef4c70c1edaf022875a8f9ff6c0c064f82831225acc91aa1b4f4d389e2e03a
|
|
BLAKE2b-256 checksum How to use checksums |
d3c33284061f18188d5085338e1f1fd4f03d9c135657acf16f8020b9dd3be5fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-win_amd64.whl
| Download URL | pycares-5.0.1-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 117.5 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bdc6bcafb72a97b3cdd529fc87210e59e67feb647a7e138110656023599b84da
|
|
BLAKE2b-256 checksum How to use checksums |
3ee214f3837e943d46ee12441fe6aaa418fdb2f698d42e179f368eaa9829744b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 223.6 kB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
3f323b0ddfd2c7896af6fba4f8851d34d3d13387566aa573d93330fb01cb1038
|
|
BLAKE2b-256 checksum How to use checksums |
662705467933e0e5c4e712302a2d7499797bc3029bf4d0d8ffbfe737254482b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp312-cp312-musllinux_1_2_s390x.whl |
|---|---|
| Size | 238.2 kB |
| Tags | CPython 3.12 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
5e40ea4a0ef0c01a02ef7f7390a58c62d237d5ad48d36bc3245e9c2ac181cc22
|
|
BLAKE2b-256 checksum How to use checksums |
9444ddab5fbc16ad0084a827167ae8628f54c7a55ce6b743585e6f47a5dd527e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.8 kB |
| Tags | CPython 3.12 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
36b9ff18ef231277f99a846feade50b417187a96f742689a9d08b9594e386de4
|
|
BLAKE2b-256 checksum How to use checksums |
e6e13666aab6fc5e7d0c669b981fe0407e6a4b67e4e6a37ac429d440274663d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 224.0 kB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
ce193ebd54f4c74538b751ebb0923a9208c234ff180589d4d3cec134c001840e
|
|
BLAKE2b-256 checksum How to use checksums |
4f9a94aacaf22a20b7d342c8f18bf006be57967beef6319adc668d4d86b627be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp312-cp312-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 223.8 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
09ef90da8da3026fcba4ed223bd71e8057608d5b3fec4f5990b52ae1e8c855cc
|
|
BLAKE2b-256 checksum How to use checksums |
a4d0c67967a10abd89529cb9aded9d73f43e5de00cf21243638ef529f6757262
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp312-cp312-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.5 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
4b9c4c8bb69bab863f677fa166653bb872bfa5d5a742f1f30bebc2d53b6e71db
|
|
BLAKE2b-256 checksum How to use checksums |
493d7f9fd20e97ee30c4b959f87ab26e47ddcef666e5e7717e45f2245fe9d70a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp312-cp312-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.2 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
db7c9c9f16e8311998667a7488e817f8cbeedec2447bac827c71804663f1437e
|
|
BLAKE2b-256 checksum How to use checksums |
6e4f0a7a6c8b3a64ee5149e935c167cd8ba5d1fdd766ec03e273dbc7502f7bea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 221.1 kB |
| Tags | CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
8c1aa549b8c2f2e224215c793d660270778dcba9abc3b85abbc7c41eabe4f1e5
|
|
BLAKE2b-256 checksum How to use checksums |
0eeaf431599f1ac42149ea4768e516db7cdae3a503a6646319ae63ab66da1486
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.1 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
252d4e5a52a68f825eaa90e16b595f9baee22c760f51e286ab612c6829b96de3
|
|
BLAKE2b-256 checksum How to use checksums |
ceae50fbb3b4e52b9f1d16a36ffabd051ef8b2106b3f0a0d1c1113904d187a9d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | pycares-5.0.1-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 136.2 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
2ee551be4f3f3ac814ac8547586c464c9035e914f5122a534d25de147fa745e1
|
|
BLAKE2b-256 checksum How to use checksums |
7567e84ba11d3fec3bf1322c3b302c4df13c85e0a1bc48f16d65cd0f59ad9853
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-win_arm64.whl
| Download URL | pycares-5.0.1-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 108.9 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
9528dc11749e5e098c996475b60f879e1db5a6cb3dd0cdc747530620bb1a8941
|
|
BLAKE2b-256 checksum How to use checksums |
fccaf322ddaa8b3414667de8faeea944ce9d3ddfaf1455839f499a21fcea4cec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-win_amd64.whl
| Download URL | pycares-5.0.1-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 117.4 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
cf2699883b88713670d3f9c0a1e44ac24c70aeace9f8c6aa7f0b9f222d5b08a5
|
|
BLAKE2b-256 checksum How to use checksums |
c9077db7977649b210092a7e02d550fcebdfa69bc995c684a3b960c88a5dc4ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 222.6 kB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
433b9a4b5a7e10ef8aef0b957e6cd0bfc1bb5bc730d2729f04e93c91c25979c0
|
|
BLAKE2b-256 checksum How to use checksums |
842f1fd794e6fca10d9e20569113d10a4f92cc2b4242d3eb45524419a37cca6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp311-cp311-musllinux_1_2_s390x.whl |
|---|---|
| Size | 237.7 kB |
| Tags | CPython 3.11 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
7d7c4f5d8b88b586ef2288142b806250020e6490b9f2bd8fd5f634a78fd20fcf
|
|
BLAKE2b-256 checksum How to use checksums |
26ceba2349413b5197b72ec19c46e07f6be3a324f80a7b1579c7cbb1b82d6dc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.6 kB |
| Tags | CPython 3.11 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
a2117dffbb78615bfdb41ad77b17038689e4e01c66f153649e80d268c6228b4f
|
|
BLAKE2b-256 checksum How to use checksums |
2a6b4c225a5b10a4c9f88891a20bfe363eca1b1ce7d5244b396e5683c6070998
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 223.5 kB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
71316f7a87c15a8d32127ff01374dc2c969c37410693cc0cf6532590b7f18e7a
|
|
BLAKE2b-256 checksum How to use checksums |
98fad85bfe663a9c292efd8e699779027612c0c65ff50dc4cc9eb7a143613460
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp311-cp311-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 222.9 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
5c63fb2498b05e9f5670a1bf3b900c5d09343b3b6d5001a9714d593f9eb54de1
|
|
BLAKE2b-256 checksum How to use checksums |
26ade59f173933f0e696a6afbbd63935114d1400524a72da4f2cbafc6002a398
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp311-cp311-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.1 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
ae9ec2aa3553d33e6220aeb1a05f4853fb83fce4cec3e0dea2dc970338ea47dc
|
|
BLAKE2b-256 checksum How to use checksums |
39a20ead3ba4228a490b52eb44d43514dae172c90421bb30a3659516e5b251a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp311-cp311-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.2 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
ea0d57ba5add4bfbcc40cbdfa92bbb8a5ef0c4c21881e26c7229d9bdc92a4533
|
|
BLAKE2b-256 checksum How to use checksums |
f674d82304297308f6c24a17961bf589b53eefa5f7f2724158c842c67fa0b302
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 220.6 kB |
| Tags | CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
d765afb52d579879f5c4f005763827d3b1eb86b23139e9614e6089c9f98db017
|
|
BLAKE2b-256 checksum How to use checksums |
0d845fce65cc058c5ab619c0dd1370d539667235a5565da72ca77f3f741cdc70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.0 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f11424bf5cf6226d0b136ed47daa58434e377c61b62d0100d1de7793f8e34a72
|
|
BLAKE2b-256 checksum How to use checksums |
1905194c0e039ff52b166b50e79ff166c61f931fbca2bf94fc0dbaaf39041518
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | pycares-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 136.2 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
c29ca77ff9712e20787201ca8e76ad89384771c0e058a0a4f3dc05afbc4b32de
|
|
BLAKE2b-256 checksum How to use checksums |
877843b09f4b8e5fb8a6024661b458b48987abdb39304c78117b106b10a029f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-win_arm64.whl
| Download URL | pycares-5.0.1-cp310-cp310-win_arm64.whl |
|---|---|
| Size | 108.9 kB |
| Tags | CPython 3.10 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
48ac858124728b8bac0591aa8361c683064fefe35794c29b3a954818c59f1e9b
|
|
BLAKE2b-256 checksum How to use checksums |
05d37e005c6b23c1f6f48402b3b41d1ba2b129c593bb13993d7e087e577b8389
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-win_amd64.whl
| Download URL | pycares-5.0.1-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 117.4 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
171182baa32951fffd1568ba9b934a76f36ed86c6248855ec6f82bbb3954d604
|
|
BLAKE2b-256 checksum How to use checksums |
1faeabb03c2620c4cc0e2eca0b42c751522d22087fe00d5a027c68c1ca0b5603
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 222.7 kB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
965ec648814829788233155ef3f6d4d7e7d6183460d10f9c71859c504f8f488b
|
|
BLAKE2b-256 checksum How to use checksums |
e6e547e75c421d8fb6c7de4bc020fda10401b0d7aa88e77dbb3c3606391d844e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp310-cp310-musllinux_1_2_s390x.whl |
|---|---|
| Size | 237.7 kB |
| Tags | CPython 3.10 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
fe9ce4361809903261c4b055284ba91d94adedfd2202e0257920b9085d505e37
|
|
BLAKE2b-256 checksum How to use checksums |
c91ee98efb49c11070dc41c32b1b5a2e1438431656c361d789efda35ccd9c9a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.7 kB |
| Tags | CPython 3.10 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
58634f83992c81f438987b572d371825dae187d3a09d6e213edbe71fbb4ba18c
|
|
BLAKE2b-256 checksum How to use checksums |
379ff1389f7fcec9f7e57c409a39d3dd8c5a8e6ad82b50ae95a2253e538a0eca
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 223.5 kB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d3eb5e6ba290efd8b543a2cb77ad938c3494250e6e0302ee2aa55c06bbe153cd
|
|
BLAKE2b-256 checksum How to use checksums |
a01c2d2ade510564abad2b47a9aa451d81ae503bddf4e0831097346aaa5fffe7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp310-cp310-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 222.9 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
dedd6d41bd09dbed7eeea84a30b4b6fd1cacf9523a3047e088b5e692cff13d84
|
|
BLAKE2b-256 checksum How to use checksums |
8471138c92209df02e30bf00819ee1a25c495bceacdfeb72e3fe5575fc974129
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp310-cp310-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.1 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
faa093af3bea365947325ec23ed24efe81dcb0efc1be7e19a36ba37108945237
|
|
BLAKE2b-256 checksum How to use checksums |
92ee11cf3d9b133874b7724562fea4a28c735fbfeede01b10748d0adf64f38ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp310-cp310-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.2 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
cc0cdeadb2892e7f0ab30b6a288a357441c21dcff2ce16e91fccbc9fae9d1e2a
|
|
BLAKE2b-256 checksum How to use checksums |
dd8ebb01efa0367230ff4876b19080aea7b41ae06ef0f33b5413037c0bd5b946
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 220.6 kB |
| Tags | CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
5003cbbae0a943f49089cc149996c3d078cef482971d834535032d53558f4d48
|
|
BLAKE2b-256 checksum How to use checksums |
a39a00a752e86bf4e2eb3bf0c6607ba3500c4d72fd1d2b55c59981a56f6e818e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.0 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
8848bbea6b5c2a0f7c9d0231ee455c3ce976c5c85904e014b2e9aa636a34140e
|
|
BLAKE2b-256 checksum How to use checksums |
ac4afb5ce224458033494de5ce4302281d70276c4700a2d130b05f8f033e6640
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | pycares-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 136.2 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
adc592534a10fe24fd1a801173c46769f75b97c440c9162f5d402ee1ba3eaf51
|
|
BLAKE2b-256 checksum How to use checksums |
a7d60c6b03ca9456682a582b52a9525664006b2e5041753a83a238209c705ea0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-win_arm64.whl
| Download URL | pycares-5.0.1-cp39-cp39-win_arm64.whl |
|---|---|
| Size | 108.9 kB |
| Tags | CPython 3.9 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
153239d8c51f9e051d37867287ee1b283a201076e4cd9f4624ead30c86dfd5c9
|
|
BLAKE2b-256 checksum How to use checksums |
0123a8183aea35fcaa3f6b407510b7d506ab9b8f8e62ba1fee1e44763f1df792
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-win_amd64.whl
| Download URL | pycares-5.0.1-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 117.4 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
52901b7a15a3b99631021a90fa3d1451d42b47b977208928012bf8238f70ba13
|
|
BLAKE2b-256 checksum How to use checksums |
bf7caea607290b6592e87e3a02e86ad4abbd88368f42f5fdfd8ff140deb474f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | pycares-5.0.1-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 222.6 kB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
534dd25083e7ba4c65fedbc94126bada53fe8de4466d9ca29b7aa2ab4eec36b4
|
|
BLAKE2b-256 checksum How to use checksums |
8b9f6e98c1307351c7d058195c93038635417084e980cd57ecbd1c7f278dfae8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-musllinux_1_2_s390x.whl
| Download URL | pycares-5.0.1-cp39-cp39-musllinux_1_2_s390x.whl |
|---|---|
| Size | 237.7 kB |
| Tags | CPython 3.9 Linux musl 1.2+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
eb93ea76094c46fd4a1294eb49affcf849d36d9b939322009d2bee7d507fcb20
|
|
BLAKE2b-256 checksum How to use checksums |
6cd7b9960a348611fe6a574a54cecb652adbdd8c0ae416cb1634ee800998dfb6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl
| Download URL | pycares-5.0.1-cp39-cp39-musllinux_1_2_ppc64le.whl |
|---|---|
| Size | 251.7 kB |
| Tags | CPython 3.9 Linux musl 1.2+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
83115177cc0f1c8e6fbeb4e483d676f91d0ce90aad2933d5f0c87feccdc05688
|
|
BLAKE2b-256 checksum How to use checksums |
c88e742af70ba44ae2d29d0e1d657ff9febc4c6919b42eea20981569cce20fcf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | pycares-5.0.1-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 223.5 kB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
8dc84c0bce595c572971c1a9c7a3b417465572382968faac9bfddebd60e946b4
|
|
BLAKE2b-256 checksum How to use checksums |
359e454087878d3a3bca212d6da668a029b0ed23f7413e7dea81bffafaba77bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl
| Download URL | pycares-5.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 222.9 kB |
| Tags | CPython 3.9 Linux glibc 2.26+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
4e1630844c695fc41e760d653d775d03c61bf8c5ac259e90784f7f270e8c440c
|
|
BLAKE2b-256 checksum How to use checksums |
2af5c5ac7a1bfeb6ca0ffee83c3700406a80de60c78b91b102d93154b34c6ae4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl
| Download URL | pycares-5.0.1-cp39-cp39-manylinux_2_26_s390x.manylinux_2_28_s390x.whl |
|---|---|
| Size | 239.1 kB |
| Tags | CPython 3.9 Linux glibc 2.26+ IBM System/390x Linux glibc 2.28+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
07260c6c0eff8aa809d6cd64010303098c7d0fe79176aba207d747c9ffc7a95a
|
|
BLAKE2b-256 checksum How to use checksums |
920adf11c9e0e4bef46d8c4b082525baa3b0dec3c2f01dfee23b5da90145ef99
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl
| Download URL | pycares-5.0.1-cp39-cp39-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl |
|---|---|
| Size | 252.2 kB |
| Tags | CPython 3.9 Linux glibc 2.26+ PowerPC 64-le Linux glibc 2.28+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
83da4b2e30bb80a424337376af0bce1216d787821b71c74d2f2bf3d40ea0bcf9
|
|
BLAKE2b-256 checksum How to use checksums |
39547b0d7ab1c1b33d494e6bc50c2a3417b8b634ac7a3fe50e333fb30f6d1344
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
| Download URL | pycares-5.0.1-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 220.6 kB |
| Tags | CPython 3.9 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
94cb140b78bde232f6eb64c95cdac08dac9ae1829bfee1c436932eea10aabd39
|
|
BLAKE2b-256 checksum How to use checksums |
71a0ce5b1f2565d89ab4b69b1fd3c6ba14fe48599302a4e37a47a3f408a852d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | pycares-5.0.1-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 131.0 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f760ed82ad8b7311ada58f9f68673e135ece3b1beb06d3ec8723a4f3d5dd824e
|
|
BLAKE2b-256 checksum How to use checksums |
ec3cbfd8c653e2b397ba3f528e46e7d0197e9dcb45889534725ae1c8e303efde
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / pycares-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | pycares-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 136.2 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
89fbb801bd7328d38025ab3576eee697cf9eca1f45774a0353b6a68a867e5516
|
|
BLAKE2b-256 checksum How to use checksums |
06864aa720217fa56fd0752feb812063d027c93cf5a4955447a80d47cb432de6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|