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

Uploaded Source

Built Distributions

pycares-4.7.0-cp313-cp313-win_amd64.whl (124.1 kB view details)

Uploaded CPython 3.13Windows x86-64

pycares-4.7.0-cp313-cp313-win32.whl (100.3 kB view details)

Uploaded CPython 3.13Windows x86

pycares-4.7.0-cp313-cp313-musllinux_1_2_x86_64.whl (516.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pycares-4.7.0-cp313-cp313-musllinux_1_2_s390x.whl (541.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ s390x

pycares-4.7.0-cp313-cp313-musllinux_1_2_ppc64le.whl (553.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ppc64le

pycares-4.7.0-cp313-cp313-musllinux_1_2_i686.whl (488.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pycares-4.7.0-cp313-cp313-musllinux_1_2_aarch64.whl (512.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pycares-4.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (528.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pycares-4.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (543.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

pycares-4.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (559.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

pycares-4.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (528.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pycares-4.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.8 kB view details)

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

pycares-4.7.0-cp313-cp313-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pycares-4.7.0-cp313-cp313-macosx_10_13_x86_64.whl (121.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pycares-4.7.0-cp312-cp312-win_amd64.whl (124.1 kB view details)

Uploaded CPython 3.12Windows x86-64

pycares-4.7.0-cp312-cp312-win32.whl (100.3 kB view details)

Uploaded CPython 3.12Windows x86

pycares-4.7.0-cp312-cp312-musllinux_1_2_x86_64.whl (516.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pycares-4.7.0-cp312-cp312-musllinux_1_2_s390x.whl (541.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ s390x

pycares-4.7.0-cp312-cp312-musllinux_1_2_ppc64le.whl (553.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ppc64le

pycares-4.7.0-cp312-cp312-musllinux_1_2_i686.whl (488.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pycares-4.7.0-cp312-cp312-musllinux_1_2_aarch64.whl (512.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pycares-4.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (528.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pycares-4.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (543.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

pycares-4.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (559.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

pycares-4.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (528.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pycares-4.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.8 kB view details)

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

pycares-4.7.0-cp312-cp312-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pycares-4.7.0-cp312-cp312-macosx_10_13_x86_64.whl (121.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pycares-4.7.0-cp311-cp311-win_amd64.whl (124.0 kB view details)

Uploaded CPython 3.11Windows x86-64

pycares-4.7.0-cp311-cp311-win32.whl (100.3 kB view details)

Uploaded CPython 3.11Windows x86

pycares-4.7.0-cp311-cp311-musllinux_1_2_x86_64.whl (516.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pycares-4.7.0-cp311-cp311-musllinux_1_2_s390x.whl (542.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ s390x

pycares-4.7.0-cp311-cp311-musllinux_1_2_ppc64le.whl (556.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ppc64le

pycares-4.7.0-cp311-cp311-musllinux_1_2_i686.whl (489.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pycares-4.7.0-cp311-cp311-musllinux_1_2_aarch64.whl (513.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pycares-4.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (526.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pycares-4.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (542.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

pycares-4.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (559.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

pycares-4.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (527.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pycares-4.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.2 kB view details)

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

pycares-4.7.0-cp311-cp311-macosx_11_0_arm64.whl (117.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pycares-4.7.0-cp311-cp311-macosx_10_9_x86_64.whl (121.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pycares-4.7.0-cp310-cp310-win_amd64.whl (124.0 kB view details)

Uploaded CPython 3.10Windows x86-64

pycares-4.7.0-cp310-cp310-win32.whl (100.3 kB view details)

Uploaded CPython 3.10Windows x86

pycares-4.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (516.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pycares-4.7.0-cp310-cp310-musllinux_1_2_s390x.whl (542.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ s390x

pycares-4.7.0-cp310-cp310-musllinux_1_2_ppc64le.whl (555.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ppc64le

pycares-4.7.0-cp310-cp310-musllinux_1_2_i686.whl (489.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pycares-4.7.0-cp310-cp310-musllinux_1_2_aarch64.whl (513.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pycares-4.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (526.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pycares-4.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (542.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

pycares-4.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (559.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

pycares-4.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (527.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pycares-4.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.2 kB view details)

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

pycares-4.7.0-cp310-cp310-macosx_11_0_arm64.whl (117.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pycares-4.7.0-cp310-cp310-macosx_10_9_x86_64.whl (121.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pycares-4.7.0-cp39-cp39-win_amd64.whl (124.0 kB view details)

Uploaded CPython 3.9Windows x86-64

pycares-4.7.0-cp39-cp39-win32.whl (100.3 kB view details)

Uploaded CPython 3.9Windows x86

pycares-4.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (516.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pycares-4.7.0-cp39-cp39-musllinux_1_2_s390x.whl (542.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ s390x

pycares-4.7.0-cp39-cp39-musllinux_1_2_ppc64le.whl (555.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ppc64le

pycares-4.7.0-cp39-cp39-musllinux_1_2_i686.whl (489.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pycares-4.7.0-cp39-cp39-musllinux_1_2_aarch64.whl (513.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pycares-4.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (526.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pycares-4.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (542.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

pycares-4.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (559.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

pycares-4.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (527.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pycares-4.7.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.2 kB view details)

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

pycares-4.7.0-cp39-cp39-macosx_11_0_arm64.whl (117.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pycares-4.7.0-cp39-cp39-macosx_10_9_x86_64.whl (121.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0.tar.gz
Algorithm Hash digest
SHA256 0e96749fca221264c83af3310e13974faf3dd58911cc809502723cfb967874fc
MD5 5484cfd157ca9bd0b137767ad0995f39
BLAKE2b-256 9dcddabe7fb5fd0089a1a37ae94e30b2fb094bff098492f1fbdfd8e2969d69a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 50773ceafecfd66f6285c8df9fb109daf252dbfa1712a24d9cda174710c4c134
MD5 183940fbb999ca45929547b44185ac52
BLAKE2b-256 aa38d2864386498e2ce22766de35e98bfb1a7ab64c24436c95fc1cd03ffdc8ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 2ac7a87e31552a06a90f5f4403b916b448fa84ece4d6427c9dd883a31ec38964
MD5 ceda873732c5539d7ccd1787a768ba82
BLAKE2b-256 7144fc6225fd2147a2c7cab37c886bd0522ae22acdab89b1ee5a8503134ed5df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a49d12d94835485a4ad68401b18d51b837e1f1be796d7796db4265ea5a0e293b
MD5 0c75e06671f610bda17aa2162a73c3db
BLAKE2b-256 50194bb6571d2c4502154f868cc15f0351c5b5072b2f905c4eaf627647c2dccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 a45de5e46e354d1b2bdd1bc41b992c422704230f5b2d536c8f69a20b8ba80c57
MD5 f0729846beafd4bdd4e7d6d09d3e790e
BLAKE2b-256 8d18ab5aa5de8009c5afb843c253de910d531c024778f484032499fb59a25b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 4f1edb4345b7481f397446ad35dddb59c4730586311ed3f9586541c3f0f3f37f
MD5 5fd157366d02bbedf607e57875db6db4
BLAKE2b-256 70f39682a1276f037706c064e6df1bbfa9afc85c1bba20baab2e13e516e7185d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fcbf24c29f17a32ce67ef2774f2b923fff19b105bcfad60242374e977dc6cfe5
MD5 d922f407c6ef3a5fd660a52ca7efdda0
BLAKE2b-256 503028eb18ae808eb0fdd78faa5fea0321fcb2357626d7ca38e02c6d6a278430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 147cb874572b7ab5eb1b2020e62729e3a4972662edfbbc3cbb1b7dee4988caf3
MD5 5b9effc788cd83d6baf5795d6d738f84
BLAKE2b-256 c8e8641794fecaf2cdfd8931f98311c44a721e568e197d01cb3c2a751801e38f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b6d731f625a44e237abefcfeba0c2ce27bb44c1cf93394182cb7cd35266a202
MD5 eb63f39cf4a9be10e5a2d593e3cfb3f0
BLAKE2b-256 b8d6774f455f6b84192b6741e1ab7985ba09519483452c3ac39e79f8c0b1dfc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 320bf6a68e9a2fb618429054193f0ba1efbea96f4ede61c66fa4c2d6dce4074b
MD5 5d3662171d8eaa7d262912b5710ce73d
BLAKE2b-256 975f79e9e1f4bb6895093b612e67266986ff34ce90db96bd8e599c0c50ff8470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 891b39765f7d0fb1a2f7e39ba28c8b3142ff15e8d48e96462c70a022cc301040
MD5 721a06d3cdbb5ebf908dabd65e00bd03
BLAKE2b-256 aa02ed81a4c848864923bdf1de9018ac3db7f0b82dea2afcba8c1bba6760c5a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa3553bcf2b7cb4b6147f5b38be646b9b04877e6229d1c324139233effdf2983
MD5 94353374c74165f1a36af79476b54495
BLAKE2b-256 4266adaf2e0d1f513cde2f44eec5a2521e5cb17a59dc15e69b17cc4bcd9e6511

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e1a2021729f243301a721c1fbeeb8bd409b7b90a15e0240feab2e823fc00f91
MD5 f2d18be0e3d1c178c8f8e5c1fbede1b8
BLAKE2b-256 f67908e9f55c2d0af10a3756c3c5aba95a060dd6fbbb64ad66269a616a047cdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3666d8181fe18582a90618de8c1e387873201f45680155f8165f1d5c0bfc97c8
MD5 3d4ea4620edda55ad657cc51e33cd35c
BLAKE2b-256 a13b15de3bf0274de7c35168ffaf37a676f33dea7292da2bb6c2d6bfe48ba62a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 afb1728ea0a50dc6be17f87393e427c78f08ac49ea36a440e6db60499dc959c3
MD5 dd97e8b3a12e0eae1869770d853936a0
BLAKE2b-256 fa9eafaf580567aededa3d01ac2c4752cbb37730b51703a645d463fe9dfff349

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a4e78674b2d3adadba41856b684f704debb7ee6ae710f0d10af4d900366a79d7
MD5 7ddb792058f331cc3849d7f1b2fa5320
BLAKE2b-256 9fb31621ed99dc98f23a2a64de0a444b5f86ec57de14b7082e83a08a19d2a6bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c83b313ac0e3152f316499d0a4348e9303b44febf46d94aae25abcfa91d1a0be
MD5 dd2688b81d66d54f3cb7e372af701860
BLAKE2b-256 ef52fe3cb18941eadda3aec44f32c10d300db3974e032fa59518a8a64c0aec26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a7f31bcac61c4f3956c881ebe71db50385bffdcc47d7dc126b1bf406a8790b7
MD5 a11f399b19472dfb6f35e69b7210bb8a
BLAKE2b-256 3c29421b9c976f0d1889f53c0245bce3a871765c540b3f566a8f2656b379453a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 75b6cbab6520ca8cdc24e9aed3b3c0d5583119876e6babadf3a709b0bf32673e
MD5 20fca13bdd52e328354644002226a147
BLAKE2b-256 bc54ea0b88125906b3e82e5740342f44fd86763110cbd1a2b3fd4068bee4ef90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 139df68b53dcd16872b069f8108388651ae03594abf917151ab8f2886a3c7c59
MD5 92125b8639b8f914c6e4b63d1002f1c9
BLAKE2b-256 d354009a7db8cba6eac7bfaa06100470f9989e831a3bb6ef932f61b5ab58e07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31fde6f54215939f234f15ee321210a52e58c7e134012a1ffbcc7581331be701
MD5 614bc604ca3ede85f1cbc7b5e815541b
BLAKE2b-256 3e5bfbbafd60962fb7695b88357307294b5149c0342c97c28516ac7f8a453670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 496e28c4a949a382e28b204a8b3c798dd2b853a91e7525ad9b532b8a18c4e4fb
MD5 53552567577f52ac4ee4f52b27c8aff5
BLAKE2b-256 b7d28ea990d876fce21c888b51444e12e178b6e0edf680ab988dfd9890dec809

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 196ca99d6692526b360fd304f721adae64038631910a7078c942f1a02c2d369c
MD5 442bf6f613047f9ffb4510f1c5edb8fe
BLAKE2b-256 828c949256675fdde761bd01010f10fdd495d2ca76cb4ae2f651a5f0ce703cd1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d6a7a00316ea216996dc752e1caaeadf4987edc2ce29a2aac80a1730a5711897
MD5 4e7f141370a68eb6c45d086ba463cddb
BLAKE2b-256 6c0f0f10a3c89f8d74e9a5b4d804080bc9e58cc4075772af5237631ff99f54af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53d48efae69f162f29f56669a928a7d5db6e88c907172d9c57ff04f5be757e54
MD5 ee2facc923a34c7760dab7880151886a
BLAKE2b-256 031c5312090e60496dbbe1fd4916d23eb1fd8cf201220a9aedf874d79a63647c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 139e57f52a03b2f2ab6c9efea04cf2025f194a17b975a322809194e746c6403d
MD5 32ac81dc0c09b60e02afd9343aa9b196
BLAKE2b-256 c480c650859e0c43970aa81921b8ec470f27f6510423c81381ffc37712cb5b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d6034beb3d89c9db2ab08728b99c0587209b837a749ffce94636c5c5f7ed71ff
MD5 cda2d6696a5fecf278debeda2a1c7be3
BLAKE2b-256 11b16a0690f75322078d220569fcc0254829ed545f9467b7d689b9a2901f93dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 852216f34c63012c453f6d2ab747cd30e16093b2cf84d2e7e5e8ef6bac09adb3
MD5 16ffe696640a44483fb968cc337b5dfd
BLAKE2b-256 bad60649c3a98fa00ffacdff5c6bda710c2ca8945d4ec64f4eabe6c1cb99e04f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9793c98572ffacd13b75b23ea3f5b99efb3e1a19bbfb5953efa0bc2db20f88b3
MD5 11996987b8c855a39883e2737a206066
BLAKE2b-256 c85f2dac774e6de9d84858a58664ea9e74f6c8a8361cd9d3b2589fd7d7486c30

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ac3b3580a7d69d5a5d74b9cb43ad0eded64159c553e9c2c37f0704e272c5ff2f
MD5 40e01f4024be32e078e9a8fd59f2eed3
BLAKE2b-256 06be313bd7700f572215d3ed0064ab643086c0d90d4547b355219051ca8b6b11

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0491a32e0586b090bab99cac999a4dada16845fbea5fbda3f4e0715d5d4eaa10
MD5 d29ebd2564ed6a27becd5245b8135b1e
BLAKE2b-256 3d4819e3b0870b0a0cd7b89c047bebf35df2dc880e6be48376e477eacf0e2f84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aec19a50fa553c7fd66b1c3ff20d53dfc06f6f84ac439d499947e0f3bfaac3f0
MD5 41df39f8c6db3b19637156f3c6d7ad04
BLAKE2b-256 816de21f4e4d4fce673c0566dfd66cd21181de66a98835700ab6df77f947f189

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c3dc350465b0dc76d72f3046fe5c0f9f671d8c927bf2a129b074e7f800b014af
MD5 d99aab140c51b89343eea713db0718dd
BLAKE2b-256 9298b7e5c4d7d244c67b47931b90c477e054eeac6b6b212d9719ff3a8e4b1916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 756df29094993902b1723f6e781bcde5fd0000fa8f47ab17bc8e3de7c45d83d9
MD5 3408e0ff8c34ef2b25cb4108688672d6
BLAKE2b-256 0302be8a053ae280aba5f93531e47997d9c0d44811b7e0e8410e7c3d8f511fc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4773455633678c743536e2ce1f00c6ef480d237be6283cb1845ef1e7a42976e2
MD5 37f53e680efad225cc2d4ab5a38f3afc
BLAKE2b-256 497ab42696b9163baf029fa94c5d1316114a0b87f3deda06252b21132356cf11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cbfddf81f67a8c75cd793cef7d7d3ef173c54f0d91d5aa9a9f9b739b29367ce
MD5 8b7bfb4f0659d4e98f4087e77600f55b
BLAKE2b-256 37a350a7755eabcb62892b9d38fa3b34b9186e59c451d8557f3e7b49c0252ea1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de26db5508398bc2a9f432b4b89aa11b4c5690eb61f52e089aa42ff2fc0dc9b1
MD5 2623e64f81fe41ead0bad6843567f82d
BLAKE2b-256 3c85a85736ce2393ec19897011877ca4099c3be60e09d188cbe30287540d07a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 abeae6ce10047f2361926a659f4f77702bf425a32ca21209fa4746a346a88cc6
MD5 c4215045201854aca1f80a0afecaf5fd
BLAKE2b-256 0fccb719c0e070d1a775e3b44ccc50576b8abeb0c7211a1c6761bce250ed1606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 24130a32e0d6c13c6eb9c78e6cf25d19e3b25cb66e4bb35fba70e2aac1c67678
MD5 2daaac2230cce8fa7219b1258af90dff
BLAKE2b-256 d560a35acc2db0d6a79ed100d94e64a81c80dd52e35d0aafcdf50fa73aa5cc64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4df50689f450af8c8b276546da36e3e5d60a52738b62ef7b9e2c618c16b2b6a0
MD5 58fbc86edf1ad9d79a2a387eb538f94f
BLAKE2b-256 4d55430f0b977878eef6150db5ad74ae5f3d421b5636d2a1390a4eefd460e011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7e8f9b6d68ec17c9ab8327f7bb0e9dff6c0fc174a7ba5406e74e9feccf8f81f3
MD5 e0886d2b554a3fef6f45bcb959e4f461
BLAKE2b-256 99d2e87326ce1be5793574a080ad8ed30a0e256af1da86ab6659f18b069b0a6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36baef00d84818b9994bc7ad748af3900ccaac64fe20f62bb628470276a09cc4
MD5 73b4ab36839bc78c24f12f4ec8dde4a5
BLAKE2b-256 34c55643c9766916dbbc34896c90533d314811cb0118d8d49c22dca78024124a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3639c55816b9f1448eed10c10819cbcff52a61afbad2d708d6ab8fec42ebdcaf
MD5 0da7b86465644ea9e4286079efd892af
BLAKE2b-256 a5cf8538741a6e1bfef358918315200d3d3178d0237164a8eba6916cabc8c525

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fbd8d4c0d3f10add940ca8f6e3845fae60779a58fc3a02b093365ceee892a6af
MD5 c0b9bd33c8d53400ee6e7c8058e28dea
BLAKE2b-256 37d0aab9b942de5cafe12fbf698dcc87fcc79840963e7ed16b254db8bb0edcd6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 daebad1b79c5d97cb79126f5f8b4704f33a179b74fffc3ace3feceea2e1fd3e1
MD5 6f0974bd9108983bd2957a368c182c79
BLAKE2b-256 68399f5878e9e0e1d1b7aaf00d32b321f72e80bdda778e7d534c80d5402031c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bc7d6ee7f2e21764164fec3eeba525f273a273d13f865c94dbfeeb96386422a
MD5 bbcdba419881ce9208ee89ab3d47a6c0
BLAKE2b-256 ab356e11689a4558d91763ade4fb1b695d55002eb614e01d7f21448d1469b5a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 198961f3e7138f1b87e7a42168dd2a6c68d0f0206ded4e1e785eff586d8a7252
MD5 798abe4db77b8443429dfebf031beca5
BLAKE2b-256 7c826bb0ff19f0b222155c1851dc3781bd69fdbcc33cf68632ab85131847b914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 f68eab3e8388cef264c6f7e11a6e37a8e1f7a765bae20c1ac1987d4c5d56e4ff
MD5 40444d7bc29b484bc72055ca723fa124
BLAKE2b-256 e82a724bdba173632c75624df960ff1c68d3f21a7ecf8ccd91858b39430c26e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e6bddedc047f7cbf1019e847810b9adaf9a5e220ec4b24667b32a7c256600729
MD5 4840f6f51977a0fefb7a4efbe4497306
BLAKE2b-256 1698ca8f8a610bfeea5c223568b5d6eb9fd6cccaf07935139404f9baf7ce5929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f7cae4aff875ab905b370b9c6d963b371e71b428ebbd1488372d7cd7f998f06c
MD5 f324aef1f4249b14c8eeb04d6a846b19
BLAKE2b-256 ab22c657416d029e3402f84de2fa04ace29cbf0d3508de88f21d304d669f7736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba02d82df958ddc7eaa9d9d0db343267a02da11fa117870e1004a00316c1e28b
MD5 bdc23ab33bea27ce9190dd097cc41585
BLAKE2b-256 a8dfc3562540d41a8e7d8188d2fcbaf72b261f09b078e72d6ef6545028978a43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 68c553542a1e3f778e454c3113c45e4583af1bc22c89b73447f4657a38af2340
MD5 3b6cb15cca57f50dd4554936c5822900
BLAKE2b-256 c7b6e3d1e6cecdb2443aca345672b6cb7a820dd007a3509ebf3147fe077a5293

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c95dd886aa1972b7743b16efa9083dcb94d60f6c2780dd9600fdb2c1e6cacdf
MD5 daa5560db1eff9e5318a9af3adb171de
BLAKE2b-256 3aa49870ba971d20f4b4e61d5f1dc2053b8589c6935582bd9d06c14a1ca6ad3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 58449e299f663cdfbfa4bbc785103e3d8ef75bf06c02ff893893fea2a70ac56b
MD5 c89ff43be55f594af18aacffb8d54d58
BLAKE2b-256 6fb00f54927d9ad68464f8ddcdb863041f1567dafc74770824ade50aec39db4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7606063f5ed856479920574d741e71929720006aa5d9c50db2dd6ce83c9e7dc
MD5 abb973b5b59dd557f2fbb25d28590996
BLAKE2b-256 0b2ab460129c005265eb12f18447ed5537d65ec2a93dc6291b294e78ccad7811

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 10c6b34054c65ea4ad492288c0f333af233773239176e9e4da8fbf64c23d6b73
MD5 c1a44cb908ab252a164dfef2fd116771
BLAKE2b-256 51258b85896438456f1bd8b93f5757ce0cee5058bd2532642d89391ead0c4ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa117bf575bc5da853dbfd7e37bf90542bf7eae13b36562f8623f848d12f4b24
MD5 f52119d68a516f729c8eba3ddd636fa7
BLAKE2b-256 47c4d60cec1990f4046df49a9184b2f23506ec27f60be622e29ab59f823b708f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 98294d318a1cf57b8871a4b5c6581b7824a549378aece0393bc7613ed827b8aa
MD5 15c26dd582fad85f16f0183cdd2b768f
BLAKE2b-256 ada17fa7e5e9b13541b98d2776c106b85d55c5a732184aad40102571d85c2502

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycares-4.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f56924cd3154e5d30f3b747bd6ce20f91e039a603bbe648ec0d297a6bbdd19ce
MD5 36696ec112d89ec7dfbfdac053a20f40
BLAKE2b-256 d9b91e1306d2fedb243372b0fc5d14cec699ec239cb4811a7c1bb4e188c11a56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c8767f515621601e12f0f536d40d3e8bf6aa1d2f8ad889a7a0b42f033d627de
MD5 a03eb04b88e96f42e0a8de526898cad9
BLAKE2b-256 a2455579e0c1e445c22d6daa9c626ba88b6327c874161eacd2444fc59e756f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-musllinux_1_2_s390x.whl
Algorithm Hash digest
SHA256 c7caddd52c49c7d46f1c2827c34b3fe4aec0060a3ec90d5910b13cce846b27c1
MD5 039b44e14e75e6aeedb4eb52d00a7374
BLAKE2b-256 b997c8fa5027af791b079613a6c362bbaa7da5825335df977f37e2f0de17c0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-musllinux_1_2_ppc64le.whl
Algorithm Hash digest
SHA256 6fd6177c161054064e67e9eb8005ea2cff9dff6f353439427ddc0cc71369b72e
MD5 00e5797922f41b4eb0927e40e16a1b93
BLAKE2b-256 934a2a389cfcd1fa81ec4e174fd2a5469e1e8450db0fe8256624d1b4d1a88f68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 82b5d9f12c1a22fb46b873a213a3baf91a2d2099fc14037e109c7e23f30433c2
MD5 18931ff61ec653e53b0a59e31c83b5e4
BLAKE2b-256 d0c46a35da2f1aa2fdeb089b1db3c48dd3bba5a07fbbbfda50b859b00daea831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 02fa1631fd9f5f2358018b442fada5eda936a833e1f6ac91c40dae8c58353293
MD5 52ba9e4479940ce6d6a09acf0a2eafb4
BLAKE2b-256 bca4eb24b735d9f8ee807e15f287cda8c36c428b8046f177938ad766ffc9cdf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a773afacb7e8d265b99acbc428822d3abff5b826571fad3c2b05c0d19bdef40
MD5 9fdcd0de5c7fffc2645270dd2275fed4
BLAKE2b-256 2427a44194e84a05f95095e5e5663357fe17279980bad831ba36a3d7766f0516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 49b639f3d62f8b4501d88ff18bade5b2665ef6a054a982a6d0104c5c4d027896
MD5 4bff20dc5999609a14f898602716d82f
BLAKE2b-256 a6db88faf16288f6e607966288c59b8ce077ecec4e3d0c577ce4fdfe0f6519fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 19cfba2e5ccd9234dd976dcb9827627ddbad3cf88164a42436fb7e4c20d82d11
MD5 761dc4d5a7b71c8a09034243db1d0a7e
BLAKE2b-256 d5381c0154ccf90fe706ee94134a969f98555d7773ddf4036e19457bff2e4693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ba96f3faaa1b5f7153f7f7fb66632e57f7d6f19995937db1fab2dd0193c8544
MD5 9c58fa8b2804be237c0a24d5c22816d6
BLAKE2b-256 37e988eae6678ba83d4692fbfc267ac39a3eced60196bdaf70166c96d7f7d4c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 42fe32e07dead77873c60e48dd037039ce5e8407547e331c021a598ef00a3cea
MD5 5e8979e1d3a42d4a8074e6975a1df7e4
BLAKE2b-256 75f479e68b748af51e6095061ada26cceedfbba3d51a388f82687f3f263aaead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3e912db8641a4ecb333ba59559d9a73f9ca006541a0a173bdb6b7b18a9e04f83
MD5 42020fe318a557ab5c8bf4cc11aedcaa
BLAKE2b-256 b77de633db6c2476bd483a8991081dd3f5f05d31167f1276d4b1dc28e4a8fb49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pycares-4.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fc59720fb47e5cf52c02163ecdfef7b63ba4e48d0ab510980c57a8b19c325f9
MD5 3099105e0c335abd6c592c8a0ca586fc
BLAKE2b-256 d04e2f8f25e82a42829a0747ce810601a5f8da904d151e2c66a06ce9fb8962c6

See more details on using hashes here.

Supported by

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