Skip to main content

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.7 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 4.3.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pycares 4.3.0
File Size Uploaded
pycares-4.3.0.tar.gz 821.6 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pycares 4.3.0
File
pycares-4.3.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
pycares-4.3.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
pycares-4.3.0-cp311-cp311-musllinux_1_1_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-64 Details
pycares-4.3.0-cp311-cp311-musllinux_1_1_i686.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ x86-32 Details
pycares-4.3.0-cp311-cp311-musllinux_1_1_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.1+ ARM64 Details
pycares-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
pycares-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
pycares-4.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pycares-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
pycares-4.3.0-cp311-cp311-macosx_10_9_universal2.whl CPython 3.11 CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) Details
pycares-4.3.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
pycares-4.3.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
pycares-4.3.0-cp310-cp310-musllinux_1_1_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-64 Details
pycares-4.3.0-cp310-cp310-musllinux_1_1_i686.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ x86-32 Details
pycares-4.3.0-cp310-cp310-musllinux_1_1_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.1+ ARM64 Details
pycares-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
pycares-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
pycares-4.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.10 CPython 3.10 Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pycares-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
pycares-4.3.0-cp310-cp310-macosx_10_9_universal2.whl CPython 3.10 CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64) Details
pycares-4.3.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pycares-4.3.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pycares-4.3.0-cp39-cp39-musllinux_1_1_x86_64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-64 Details
pycares-4.3.0-cp39-cp39-musllinux_1_1_i686.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ x86-32 Details
pycares-4.3.0-cp39-cp39-musllinux_1_1_aarch64.whl CPython 3.9 CPython 3.9 Linux musl 1.1+ ARM64 Details
pycares-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pycares-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
pycares-4.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pycares-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
pycares-4.3.0-cp39-cp39-macosx_10_9_universal2.whl CPython 3.9 CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64) Details
pycares-4.3.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pycares-4.3.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pycares-4.3.0-cp38-cp38-musllinux_1_1_x86_64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-64 Details
pycares-4.3.0-cp38-cp38-musllinux_1_1_i686.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ x86-32 Details
pycares-4.3.0-cp38-cp38-musllinux_1_1_aarch64.whl CPython 3.8 CPython 3.8 Linux musl 1.1+ ARM64 Details
pycares-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pycares-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
pycares-4.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32, Linux glibc 2.5+ x86-32 Details
pycares-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
pycares-4.3.0-cp38-cp38-macosx_10_9_universal2.whl CPython 3.8 CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64) Details
pycares-4.3.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pycares-4.3.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pycares-4.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 Details
pycares-4.3.0-cp37-cp37m-musllinux_1_1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 Details
pycares-4.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 Details
pycares-4.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pycares-4.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
pycares-4.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32, Linux glibc 2.17+ x86-32 Details
pycares-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
pycares-4.3.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
pycares-4.3.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details

Total release size: 10.9 MB

Release files / pycares-4.3.0.tar.gz

Download URL pycares-4.3.0.tar.gz
Size 821.6 kB
Tags Source
SHA-256 checksum
How to use checksums
c542696f6dac978e9d99192384745a65f80a7d9450501151e4a7563e06010d45
BLAKE2b-256 checksum
How to use checksums
0150e3015e6e03a3cf64113f509e8b86b71af37169b59ccedfcb182f3d031329
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-win_amd64.whl

Download URL pycares-4.3.0-cp311-cp311-win_amd64.whl
Size 76.3 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
995cb37cc39bd40ca87bb16555a0f7724f3be30d9f9059a4caab2fde45b1b903
BLAKE2b-256 checksum
How to use checksums
08ca317ea81c207ab180fe0f965f3035c746dfe0965f0c365b8b5c9c7a4af438
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-win32.whl

Download URL pycares-4.3.0-cp311-cp311-win32.whl
Size 61.6 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
6a0c0c3a0adf490bba9dbb37dbd07ec81e4a6584f095036ac34f06a633710ffe
BLAKE2b-256 checksum
How to use checksums
8e4f5b0a65226c36e4c606398a4d72332c83e92669258659254e784da74462d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-musllinux_1_1_x86_64.whl

Download URL pycares-4.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Size 282.1 kB
Tags CPython 3.11 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
3215445396c74103e2054e6b349d9e85883ceda2006d0039fc2d58c9b11818a2
BLAKE2b-256 checksum
How to use checksums
4a3740f5d5a1301b71cce15299780565794803511f020af868ebe5a562bcae2f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-musllinux_1_1_i686.whl

Download URL pycares-4.3.0-cp311-cp311-musllinux_1_1_i686.whl
Size 260.1 kB
Tags CPython 3.11 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
5c4cb6cc7fe8e0606d30b60367f59fe26d1472e88555d61e202db70dea5c8edb
BLAKE2b-256 checksum
How to use checksums
fe6e77f5145a5d681d0c65c7805c1daec316a592d37356c0fe56b031d94c9826
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-musllinux_1_1_aarch64.whl

Download URL pycares-4.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Size 280.8 kB
Tags CPython 3.11 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
3692179ce5fb96908ba342e1e5303608d0c976f0d5d4619fa9d3d6d9d5a9a1b4
BLAKE2b-256 checksum
How to use checksums
2f42757a47ad0d28052ab1dfa793b15f95d5b418a12cb1267b92b371e7d5fb20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pycares-4.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 288.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2c9335175af0c64a1e0ba67bdd349eb62d4eea0ad02c235ccdf0d535fd20f323
BLAKE2b-256 checksum
How to use checksums
45d4af668b05b39383a1d697946a3f752811c71622fb5496f35d0a049d0e3e0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pycares-4.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 289.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
531fed46c5ed798a914c3207be4ae7b297c4d09e4183d3cf8fd9ee59a55d5080
BLAKE2b-256 checksum
How to use checksums
5d9e998afa79053d1204d9efd26c10cb5530f5acafbd9aba5fcba09423a21c9f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pycares-4.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 270.0 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
c5f0e95535027d2dcd51e780410632b0d3ed7e9e5ceb25dc0fe937f2c2960079
BLAKE2b-256 checksum
How to use checksums
83170245eeb8f541a1928885a66029b1f9a24eed162c488664527cf63ba04a88
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL pycares-4.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 75.5 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e7abccc2aa4771c06994e4d9ed596453061e2b8846f887d9c98a64ccdaf4790a
BLAKE2b-256 checksum
How to use checksums
4a0ad452ac2bbf1972491a174ea255396880d44dbdfde545deb80479b2a16662
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp311-cp311-macosx_10_9_universal2.whl

Download URL pycares-4.3.0-cp311-cp311-macosx_10_9_universal2.whl
Size 136.8 kB
Tags CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
4e7a24ecef0b1933f2a3fdbf328d1b529a76cda113f8364fa0742e5b3bd76566
BLAKE2b-256 checksum
How to use checksums
1357404be51f54e6b89504283b2e28e5df89c343bfbff50f81d9cf8d3d8c9f0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-win_amd64.whl

Download URL pycares-4.3.0-cp310-cp310-win_amd64.whl
Size 76.3 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
7106dc683db30e1d851283b7b9df7a5ea4964d6bdd000d918d91d4b1f9bed329
BLAKE2b-256 checksum
How to use checksums
895ec822127a6c60b7040ea081e15bb3756e28e4373cc4e949c7bf3e7c495cd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-win32.whl

Download URL pycares-4.3.0-cp310-cp310-win32.whl
Size 61.6 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
da7c7089ae617317d2cbe38baefd3821387b3bfef7b3ee5b797b871cb1257974
BLAKE2b-256 checksum
How to use checksums
21eaeef69629b8ee96aaa8c7f9dc25d2085f1967a27dfb0cb85b3dbeb12f1058
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-musllinux_1_1_x86_64.whl

Download URL pycares-4.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Size 282.2 kB
Tags CPython 3.10 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
326c5b9d7fe52eb3d243f5ead58d5c0011884226d961df8360a34618c38c7515
BLAKE2b-256 checksum
How to use checksums
b241faf55af8b6cb7da98b2488dc83a2840788d6b534929a5900725276ab573d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-musllinux_1_1_i686.whl

Download URL pycares-4.3.0-cp310-cp310-musllinux_1_1_i686.whl
Size 260.0 kB
Tags CPython 3.10 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
978d10da7ee74b9979c494afa8b646411119ad0186a29c7f13c72bb4295630c6
BLAKE2b-256 checksum
How to use checksums
557b43cb57779600c2a1435dad60a3cc8081aa9879a289f07d0aa280eced79a8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-musllinux_1_1_aarch64.whl

Download URL pycares-4.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Size 280.7 kB
Tags CPython 3.10 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
84daf560962763c0359fd79c750ef480f0fda40c08b57765088dbe362e8dc452
BLAKE2b-256 checksum
How to use checksums
a0b694e2c023f546ff88754a5b3f9684ea0f5c6249e222493a4370cc04fc76b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pycares-4.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 288.7 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
24d8654fac3742791b8bef59d1fbb3e19ae6a5c48876a6d98659f7c66ee546c4
BLAKE2b-256 checksum
How to use checksums
282f57f0e7d5a5b5edb4bf99843191ff3aa5942c812d2944914db57b39c1be50
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pycares-4.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 289.3 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
1c75a6241c79b935048272cb77df498da64b8defc8c4b29fdf9870e43ba4cbb4
BLAKE2b-256 checksum
How to use checksums
544b2c57db72d3a1a91e6a598faafe208a4b754f27a8e255835ba4e60a4d993f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pycares-4.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 270.1 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
ebf50b049a245880f1aa16a6f72c4408e0a65b49ea1d3bf13383a44a2cabd2bf
BLAKE2b-256 checksum
How to use checksums
6ff4c5ba9238926842a3fe7aedb8c3abba4dc77a78ad9c6a66ef930f841354c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL pycares-4.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 75.5 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9e56e9cdf46a092970dc4b75bbabddea9f480be5eeadc3fcae3eb5c6807c4136
BLAKE2b-256 checksum
How to use checksums
ad2e5cfb9d70c37c3d67ae60c988df0227277bf2d2e65f125c212211c472f060
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp310-cp310-macosx_10_9_universal2.whl

Download URL pycares-4.3.0-cp310-cp310-macosx_10_9_universal2.whl
Size 136.8 kB
Tags CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
19c9cdd3322d422931982939773e453e491dfc5c0b2e23d7266959315c7a0824
BLAKE2b-256 checksum
How to use checksums
9b86e2b4601ac9f33c6663e214c78a69ec91a2d5eb4e28c6f598817bad12da18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-win_amd64.whl

Download URL pycares-4.3.0-cp39-cp39-win_amd64.whl
Size 76.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
36f2251ad0f99a5ce13df45c94c3161d9734c9e9fa2b9b4cc163b853ca170dc5
BLAKE2b-256 checksum
How to use checksums
5948811e868665626997909aac57e281278fddbdc075c77728611014134ea381
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-win32.whl

Download URL pycares-4.3.0-cp39-cp39-win32.whl
Size 61.6 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
655cf0df862ce3847a60e1a106dafa2ba2c14e6636bac49e874347acdc7312dc
BLAKE2b-256 checksum
How to use checksums
6726f598b9557ee6d4cc2a91d0c6e1860a20400de363f6b09d9b008b0a4cc0e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-musllinux_1_1_x86_64.whl

Download URL pycares-4.3.0-cp39-cp39-musllinux_1_1_x86_64.whl
Size 282.1 kB
Tags CPython 3.9 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
6c979512fa51c7ccef5204fe10ed4e5c44c2bce5f335fe98a3e423f1672bd7d4
BLAKE2b-256 checksum
How to use checksums
0dbcee460a97f3f62b68e0d69c98e2ae8060a682c55326fe5829ce661ad9b3d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-musllinux_1_1_i686.whl

Download URL pycares-4.3.0-cp39-cp39-musllinux_1_1_i686.whl
Size 260.1 kB
Tags CPython 3.9 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
231962bb46274c52632469a1e686fab065dbd106dbef586de4f7fb101e297587
BLAKE2b-256 checksum
How to use checksums
d9c255353254df7b7558e3ffba0ad0334c70a789f94de5d273a1511d5c46fcfe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-musllinux_1_1_aarch64.whl

Download URL pycares-4.3.0-cp39-cp39-musllinux_1_1_aarch64.whl
Size 280.8 kB
Tags CPython 3.9 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
61019151130557c1788cae52e4f2f388a7520c9d92574f3a0d61c974c6740db0
BLAKE2b-256 checksum
How to use checksums
fcced161baf7b8fd9b7f72124c27895a10f4917109e7ecb75fce5b39e1dd1046
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pycares-4.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 288.7 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
c9fd5d6012f3ee8c8038cbfe16e988bbd17b2f21eea86650874bf63757ee6161
BLAKE2b-256 checksum
How to use checksums
ca6c8669afca95c791382394d2f83bc43efa6252b4d5d7a8263679a060019838
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pycares-4.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 289.3 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
c01465a191dc78e923884bb45cd63c7e012623e520cf7ed67e542413ee334804
BLAKE2b-256 checksum
How to use checksums
c4436dc5797ace46235a01515c9bdc5bcc448f2e8b19a54527045d620fa012ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pycares-4.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 270.1 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
aa36b8ea91eae20b5c7205f3e6654423f066af24a1df02b274770a96cbcafaa7
BLAKE2b-256 checksum
How to use checksums
2097116872edabde2b9d0e737accd3111978cb0c576ebdef09109da0f8848f62
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL pycares-4.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 75.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
86112cce01655b9f63c5e53b74722084e88e784a7a8ad138d373440337c591c9
BLAKE2b-256 checksum
How to use checksums
25a7e04cf2622a72f16cc24874c76ca6efbd53521686a75287a44c63c6a49928
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp39-cp39-macosx_10_9_universal2.whl

Download URL pycares-4.3.0-cp39-cp39-macosx_10_9_universal2.whl
Size 136.8 kB
Tags CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
5a26b3f1684557025da26ce65d076619890c82b95e38cc7284ce51c3539a1ce8
BLAKE2b-256 checksum
How to use checksums
cf99b874d9801ab1f427456c59a8c4a457cd086e17a4d1c7f9174b0f59db9954
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-win_amd64.whl

Download URL pycares-4.3.0-cp38-cp38-win_amd64.whl
Size 76.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
1730ef93e33e4682fbbf0e7fb19df2ed9822779d17de8ea6e20d5b0d71c1d2be
BLAKE2b-256 checksum
How to use checksums
f7d92803d586a71a5958ac31701c9bcdc00ff9a20c43fad3a9029c511e6f0844
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-win32.whl

Download URL pycares-4.3.0-cp38-cp38-win32.whl
Size 61.6 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
a2f3c4f49f43162f7e684419d9834c2c8ec165e54cb8dc47aa9dc0c2132701c0
BLAKE2b-256 checksum
How to use checksums
cf1138c8c2aa013ded78c5622f5dc002c7a2ec3407256cd0bd8928a78fec9d11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-musllinux_1_1_x86_64.whl

Download URL pycares-4.3.0-cp38-cp38-musllinux_1_1_x86_64.whl
Size 282.6 kB
Tags CPython 3.8 Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
98568c30cfab6b327d94ae1acdf85bbba4cffd415980804985d34ca07e6f4791
BLAKE2b-256 checksum
How to use checksums
efdafae569bd84b2b18940ee883aaa508dca5730dc8872c5bd56f20d4125c21c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-musllinux_1_1_i686.whl

Download URL pycares-4.3.0-cp38-cp38-musllinux_1_1_i686.whl
Size 260.5 kB
Tags CPython 3.8 Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
976249b39037dbfb709ccf7e1c40d2785905a0065536385d501b94570cfed96d
BLAKE2b-256 checksum
How to use checksums
5de588dcd738f2c3d4b28f69e24ad3c828327d670d8662bbad41255d9e9196f1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-musllinux_1_1_aarch64.whl

Download URL pycares-4.3.0-cp38-cp38-musllinux_1_1_aarch64.whl
Size 281.3 kB
Tags CPython 3.8 Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
c28d481efae26936ec08cb6beea305f4b145503b152cf2c4dc68cc4ad9644f0e
BLAKE2b-256 checksum
How to use checksums
606f1673d9ceddd2e2d352ad87af9c8a0507229b995726cfcd4c28eac9db4b23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pycares-4.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 289.0 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
2aae02d97d77dcff840ab55f86cb8b99bf644acbca17e1edb7048408b9782088
BLAKE2b-256 checksum
How to use checksums
a956f5e4fe4d32441acc3c882fa38d6c7732a324095cb3d0644a7103c14e6e57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pycares-4.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 289.5 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
008531733f9c7a976b59c7760a3672b191159fd69ae76c01ca051f20b5e44164
BLAKE2b-256 checksum
How to use checksums
6c83be3c2eb9dbba307278bcf56a7061d258dbb7fb23539adf6dbe3f7d03289a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pycares-4.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 270.3 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
257953ae6d400a934fd9193aeb20990ac84a78648bdf5978e998bd007a4045cd
BLAKE2b-256 checksum
How to use checksums
3d1c31fd52d934d8e1d094bc6e9398a9196d1891240f221105a3eeeb53c5e1aa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL pycares-4.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 75.5 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
c072dbaf73cb5434279578dc35322867d8d5df053e14fdcdcc589994ba4804ae
BLAKE2b-256 checksum
How to use checksums
4b13e45e5b4dbcc54a69a4e1653abd12f3e6be61a8423bf4c12e07039f31a1b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp38-cp38-macosx_10_9_universal2.whl

Download URL pycares-4.3.0-cp38-cp38-macosx_10_9_universal2.whl
Size 136.8 kB
Tags CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
9103649bd29d84bc6bcfaf09def9c0592bbc766018fad19d76d09989608b915d
BLAKE2b-256 checksum
How to use checksums
19c33782bb8dde9b97028a65d0a96ec233abe9f962270e40b8e8243c34ab95eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-win_amd64.whl

Download URL pycares-4.3.0-cp37-cp37m-win_amd64.whl
Size 76.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
710120c97b9afdba443564350c3f5f72fd9aae74d95b73dc062ca8ac3d7f36d7
BLAKE2b-256 checksum
How to use checksums
a91892bc36524deaeaa3e0b3fe907d12c3a83654da54dabd5cf796e3d8e3dcc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-win32.whl

Download URL pycares-4.3.0-cp37-cp37m-win32.whl
Size 61.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
1b6cd3161851499b6894d1e23bfd633e7b775472f5af35ae35409c4a47a2d45e
BLAKE2b-256 checksum
How to use checksums
f505653a67f11c7ecdc1514a26114aa6390aa389c0f260c7b8412fa9d58c208d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl

Download URL pycares-4.3.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Size 281.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64
SHA-256 checksum
How to use checksums
674486ecf2afb25ee219171b07cdaba481a1aaa2dabb155779c7be9ded03eaa9
BLAKE2b-256 checksum
How to use checksums
67943648c39473817fad88c5ca2f4676f947fdb8f1b9bf228155de033d7bab7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-musllinux_1_1_i686.whl

Download URL pycares-4.3.0-cp37-cp37m-musllinux_1_1_i686.whl
Size 259.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32
SHA-256 checksum
How to use checksums
e8e9195f869120e44e0aa0a6098bb5c19947f4753054365891f592e6f9eab3ef
BLAKE2b-256 checksum
How to use checksums
bad25fcf9b75f470480d83823a39e9235593b2f9d9b00c7a90f560d25608d06b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl

Download URL pycares-4.3.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Size 279.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64
SHA-256 checksum
How to use checksums
3a9fd2665b053afb39226ac6f8137a60910ca7729358456df2fb94866f4297de
BLAKE2b-256 checksum
How to use checksums
41354faf4b9f75bf1eb0fd27dcd9f8ca2b25602c3a0b18d432f33ffa4ead4474
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pycares-4.3.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 288.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
35886dba7aa5b73affca8729aeb5a1f5e94d3d9a764adb1b7e75bafca44eeca5
BLAKE2b-256 checksum
How to use checksums
e24348ed8dbd3847cf670c2287760393592343544658e4527b7a332ffb820e11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL pycares-4.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 288.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
4972cac24b66c5997f3a3e2cb608e408066d80103d443e36d626a88a287b9ae7
BLAKE2b-256 checksum
How to use checksums
ade6995af87df8d865e5dc6508c7a7ce5ce509cd3ca06ec4b87ed622ca3a4ab9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pycares-4.3.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Size 269.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5cea6e1f3be016f155d60f27f16c1074d58b4d6e123228fdbc3326d076016af8
BLAKE2b-256 checksum
How to use checksums
b389d05ba310665267b98e7164acacabf65e3a63fa86cafbc6f9fc635d49695a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL pycares-4.3.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 75.5 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
40aaa12081495f879f11f4cfc95edfec1ea14711188563102f9e33fe98728fac
BLAKE2b-256 checksum
How to use checksums
dbf11225d01e2b595d840ffa65678cc3e685214682a3d93bfe720e065fc1a84f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp36-cp36m-win_amd64.whl

Download URL pycares-4.3.0-cp36-cp36m-win_amd64.whl
Size 84.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d7405ba10a2903a58b8b0faedcb54994c9ee002ad01963587fabf93e7e479783
BLAKE2b-256 checksum
How to use checksums
1d6949473675deeab03332e38e88bd19b600cdd303f8fa6c971495a85fa249e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release files / pycares-4.3.0-cp36-cp36m-win32.whl

Download URL pycares-4.3.0-cp36-cp36m-win32.whl
Size 67.2 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
4c9187be72449c975c11daa1d94d7ddcc494f8a4c37a6c18f977cd7024a531d9
BLAKE2b-256 checksum
How to use checksums
af205f1471a7b480069ec9c4c3f78c12a967d2ddac46efd68c73367fdf2017d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.2 CPython/3.9.16

Release history Release notifications | RSS feed

5.0.0

85 release files

4.9.0

76 release files

4.6.1

71 release files

4.5.0

71 release files

This release

4.3.0 This release

52 release files

4.2.1

31 release files

4.2.0

31 release files

4.1.2

31 release files

4.1.1

31 release files

4.0.0

33 release files

3.2.3

33 release files

3.2.0

29 release files

3.1.0

29 release files

2.3.0

21 release files

2.1.1

9 release files

2.1.0

9 release files

2.0.1

9 release files

2.0.0

9 release files

1.0.0

7 release files

0.7.0

1 release file

0.6.3

1 release file

0.6.2

1 release file

0.6.1

1 release file

0.6.0

1 release file

0.5.0

1 release file

0.4.0

1 release file

0.3.0

1 release file

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page