Skip to main content

A common runtime for AWS Python projects

Project description

AWS CRT Python

Version

Python 3 bindings for the AWS Common Runtime.

License

This library is licensed under the Apache 2.0 License.

Minimum Requirements:

  • Python 3.7+

Installation

To install from pip:

python3 -m pip install awscrt

To install from Github:

git clone https://github.com/awslabs/aws-crt-python.git
cd aws-crt-python
git submodule update --init
python3 -m pip install .

To use from your Python application, declare awscrt as a dependency in your setup.py file.

OpenSSL and LibCrypto (Unix only)

aws-crt-python does not use OpenSSL for TLS. On Apple and Windows devices, the OS's default TLS library is used. On Unix devices, s2n-tls is used. But s2n-tls uses libcrypto, the cryptography math library bundled with OpenSSL.

To simplify installation, aws-crt-python has its own copy of libcrypto. This lets you install a wheel from PyPI without having OpenSSL installed. Unix wheels on PyPI come with libcrypto statically compiled in. Code to build libcrypto comes from AWS-LC. AWS-LC's code is included in the PyPI source package, and the git repository includes it as a submodule.

If you need aws-crt-python to use the libcrypto included on your system, set environment variable AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 while building from source:

AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 python3 -m pip install --no-binary :all: --verbose awscrt

( --no-binary :all: ensures you do not use the precompiled wheel from PyPI)

You can ignore all this on Windows and Apple platforms, where aws-crt-python uses the OS's default libraries for TLS and cryptography math.

Mac-Only TLS Behavior

Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v0.6.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:

static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.

Crash Handler

You can enable the crash handler by setting the environment variable AWS_CRT_CRASH_HANDLER=1. This will print the callstack to stderr in the event of a fatal error.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awscrt-0.19.12.tar.gz (31.6 MB view details)

Uploaded Source

Built Distributions

awscrt-0.19.12-cp311-abi3-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.19.12-cp311-abi3-win32.whl (2.4 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.12-cp311-abi3-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ x86-64

awscrt-0.19.12-cp311-abi3-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.12-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ x86-64

awscrt-0.19.12-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.19.12-cp311-abi3-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.11+ macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.19.12-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.19.12-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.19.12-cp310-cp310-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.19.12-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.19.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.19.12-cp310-cp310-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.19.12-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.19.12-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.19.12-cp39-cp39-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.19.12-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.19.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.19.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.19.12-cp39-cp39-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.19.12-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.19.12-cp38-cp38-win32.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.19.12-cp38-cp38-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.19.12-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.19.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.19.12-cp38-cp38-macosx_10_9_x86_64.whl (753.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.19.12-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.19.12-cp37-cp37m-win32.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.19.12-cp37-cp37m-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

awscrt-0.19.12-cp37-cp37m-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

awscrt-0.19.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

awscrt-0.19.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.19.12-cp37-cp37m-macosx_10_9_x86_64.whl (753.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file awscrt-0.19.12.tar.gz.

File metadata

  • Download URL: awscrt-0.19.12.tar.gz
  • Upload date:
  • Size: 31.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12.tar.gz
Algorithm Hash digest
SHA256 b24924c2d9926c6255e8c44124c7cd86efa958406e32407ba334e1f708b26153
MD5 267dfeff103db82b05f71f0a65692980
BLAKE2b-256 aaff119c38e5481570d636611957ccba7656e5dfe65f87d67dc9592b25a66724

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fd122a21c83f64eada33b9924d85094ed1e74d8f8a86218c024dc0adbc861bc9
MD5 15b758612f2c13890090ffb49d89bf78
BLAKE2b-256 36d2cc7ffe4492aeb54979e0d99659ec46b01892f67fd599382a947719a32855

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-win32.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 fdd72c3fdcedffb20876a6ba2177069d8933a87a3fee50ce7c27a5dfaf3b3e35
MD5 41a208c19f59ab7dc8adcf90bbc8ac29
BLAKE2b-256 29f3bbaf29925df9ae32994324c53eaba9d372b5525f4c0a05d1f10d9930a8d6

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae22f386e5b520ae312cf5871e00aa3df4951fc1113adcdd4eac7ce6705d8a47
MD5 7a8a38e9b6f12f120ba1d5a9a992e9f0
BLAKE2b-256 343cde59f35df26ad183606b77735f3ba1263d101e3611589db950c4cd4f23e7

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 142a7b388f9f7b1b9e42c7b7384bf2b42af20e22245247fb6744e4bdbd8cad6e
MD5 b47199a917130211027f4e20690b0f8e
BLAKE2b-256 fcf2ef3206fe815cecacc126a28e12c83a0eadb2466a2a2b8c2c57035fc28dd4

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a3e655edb58b5a96d66809a0d4b93a34e8846da33216cfe0a3664ee7d288079
MD5 930fc0be6a1b15b8f0950159349390c5
BLAKE2b-256 a7948dc27703777488d222621219f014dfade45f6c48aa353420ae21fd294092

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69d0a13f57b3b75b7a5318bbe3669560add559632ef8c899bfa467e0e902d111
MD5 df0ede1c22f72fa424e5e388ab53394f
BLAKE2b-256 4272d40aaed322ab4e027b73bcb6bb9b354acd4b40120237efa624a132221851

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp311-abi3-macosx_10_9_universal2.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d94ef0cfe42e233722f79599024c319947bd52906821303095ba592cd502e32b
MD5 652fedfe1de568aef47ac2a46e2586f8
BLAKE2b-256 9363bc0e6b3cd6e637577568fa08536a7e84bfc9dff9bbf5094b271dd9ba5f69

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 423df2c139d4dd234edd0d7989534af1c616da0f37be97347f3962f621d2da0a
MD5 bba31ec12db5dea8c918dc6b876e3ea5
BLAKE2b-256 c844c159992dca78391069268fd7275d35c45d26b842b1d61744a3f499f653dc

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-win32.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 39a86f3884a00575aeb859d6bd2826f5b988f6c739acfc868983b705c4eba728
MD5 bc2cfd50a8394864053325efe3a4ecaa
BLAKE2b-256 a04293f334dffb13eed8de726e4cd263c64f380a952c16e01f4bc9ac1b9dbbed

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 35431416d9ad3f55d5cf300ceddc80ab4478fce5d9d9ed230c52aab8940eb447
MD5 1c03673e860e384349c9228a401dc71f
BLAKE2b-256 22549b6d303bf2ee0af0b25a2a31ae9bf6fdeb607320afde7aa8d77125f5267b

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ca4b3bb16b69d65304da157c30122b59baa43944da02bca937fb0108f6d159cb
MD5 5443bffd2cdaaecebd643707f2451fa1
BLAKE2b-256 78b7920b8aad6cbfa9d6549bb216b8aba74005fc9059e1c02f176f6c34c95904

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7619b1d268b3d9b817a3d13f8188c1b84a9073b86a6fa73cd427e85b5569a3bc
MD5 233a56e156fb2a5c0a007afe954a0be8
BLAKE2b-256 41914e10b6a1cd4b37ae56c1f9db0f87c5d0b43eb858a80bc556c2c2049ba63b

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c7e00d3a29d01e7b61441a928ffb2db6ce0dd481fb29b342f8a96433dfa1312
MD5 89327d5a59a3fdf2304efca79f9298cf
BLAKE2b-256 72dbcb12d3ef6198de698dae2df38ffa80f747761543da4a6c6c34a751e9ba92

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 092764733629834d81f0908a8b5754c603b01738b89e9e7b6a2c6c8eeb7aee00
MD5 4f691d8d69a7e30a24dc6005ac3dcecf
BLAKE2b-256 0fbcce8d3d7897c28f913789385041e7f35d244518a73e34c8474206a3169844

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 575b574daa716afa3bc07eed6808461fb987cba84009cae9353503c8782189c6
MD5 fe3501ace8c7e6f288d90f6a72e08fa4
BLAKE2b-256 062c8f7af10df41f86301f5c624258433717c557e0b6a55c917faa36118648fa

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-win32.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 602c27f06cd1370da9a7345956ffdd43acd79c9348e05b43b32917aafae46754
MD5 4aff1a22a89489802f87cde4f7a95a2f
BLAKE2b-256 1d4bba685f3d2657d50dbe3dabede2b517784735eac346e509d3ea7d1297724b

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f3af9f5d188431d7df20fa80905c3556b3e81ba93e7bc8d0b69875399162c488
MD5 71be6243e4a771b6e9456d61412e5238
BLAKE2b-256 a4c4802d4b7a03e9fd51cde162a98492f1287c044f50f1af21611c7b5279cfab

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 14f2e1b82e4d1128f888e85b1ca4bdefe2c250496b1e73bb6253fafa15c85852
MD5 946d0b71b5bf31dfa7142a3ac11ce0e0
BLAKE2b-256 4de8adf1f9e783fae82f2a9c792755b8b06fcbdc2d279f02a4ca58fec19a18f1

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d00a7a528bed2291ac16213c23dcfea0c35e7f189ce17fd62aa58f0b68d8678c
MD5 f5e1ba2ed1c58ac7df7cea77781c7b5f
BLAKE2b-256 8f4dbb512d0b11f48ef53180f09d54e05d4b6e694537a5c592e83de903d61f51

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd65e27fc046915b2cd097b1828e34674369956483dfedcf15af59a8187c6dd6
MD5 2b0fa07a3cce0f779e6e4e9e8df7a9e3
BLAKE2b-256 5863b392122343def2c15c4990c49207a79d404efdd510fedb342f83f76f7abe

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bf5f909932b1a8cacd455e55f8811b0ecb2f8530795b56e6cbc40c26107e34f5
MD5 ab2dde94902da38deb76e7246abadc65
BLAKE2b-256 c7a911636916a6e6438e091888d66e2f19fb011d0b051cab3189e1366b98e142

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c13ae2c0ba3aa5b4d33e8cc8674aa06c19544cfcfcd38c29e2f736d8628b2e4b
MD5 d6aec4c2b37fa03285c9f28cedf8cda7
BLAKE2b-256 6f9c923ffc5961b49ee023e19212b27184a8629b4ac7343bd3c2ce16a74bd065

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c158887b918a22c0836a9b1426d7323cfdc530e6347b67380d998cbc262d3daa
MD5 109c0fafd16fc66d47473b456c63c74f
BLAKE2b-256 c14ba9b7b80e706f3a692495bcbd5b8efb5e534b847aa45a8a4d3334d8555132

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eaf94a0f61c51b65f82e9973dbcf5323cb3aa81532c688db4b6fb634138806b4
MD5 f529db302c8b79b5d663d8084ec85bb2
BLAKE2b-256 82bf6563fc60ffb00c29ee37c7548e163f95a69d17153fbaccc879301b97c49a

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-win32.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a5dd7ec68807612d8c962c60250402c321d6c776453ed9bb261549b766b828cb
MD5 7d987e0c31b825c4bb40ac214cabe429
BLAKE2b-256 695f3ab145765f0de43ea6d306a4c256ad8c00eeaa6eadd07cf29805022a2808

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c81f538d21c4a5f8077f08092473a31b33c46570be98684129860bdc0910f1f
MD5 01527a3f79b2c607f696e38763eec5a5
BLAKE2b-256 48454ed5aebe8fd6c51c87eebc15f78ddae263ae30b0880f0eeaba04e6b2af96

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c80c6d4fa8949ca58e735a240d09c969fbbac4463348a4341bfb38d55f3704f6
MD5 f18f849758ea15bb29cdba39c9ca0876
BLAKE2b-256 fd8e049498f2379fa343563b9e0a6959cc86c6ce70b4c43aef399489c4431aee

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5816756d4c6e324b8bbc51dc1d5c95c49bb06ebaffc1bb0d46d87486e1a04def
MD5 36520140cc7138738e80ba64f5b40d51
BLAKE2b-256 71908b773fba1399170171cc37b26e7623ff99e64b13ceb7e7f59039d868ee7d

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 461de050d06f89b78a6044a0708f875649c4617a8cd33efbf01da724bdeb6e2e
MD5 40da7506cf204c5e6efdec684d241d78
BLAKE2b-256 7dacfedfdf3bd7391df4c10655110732b313d26f7b12e8064b2239c29f05795c

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 30a25914af83bac95f7d45511db50fea1de18f2e20ba724835d718c1390ade70
MD5 4d77da39f010e499175e259b209cd829
BLAKE2b-256 9f5768f2eb3f473cdfffa2df09a12cf257eae13a8f48b6c1c56a16d4f929c922

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2701a4fa06b2b064512c2d495767cc00cf04b4bc947094a4d588e0207ac84db0
MD5 529ccedd2a1149288c561307be26f1db
BLAKE2b-256 5af6757821c51e1677f761a9ab4824d24f0dd92ed3f39253e1f3c413cdb5b5e1

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 753.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9db926acb56a1caf9758814ae81f37ab4071d705da3e385bdaf401b10a64370c
MD5 eb558f8674a97f01790416f62c2a2c43
BLAKE2b-256 0c49eb1f2385d7153f7e56028a2c14674f7269dd8928249ea50e3dd33619a7e1

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 dbd795ed7731a010b532e43a6f4f83f898281cdfe3be7bdbe896869768c0f023
MD5 f46b3632a25b38a680cbc7405e9d1238
BLAKE2b-256 6613780019f9ecfbea8c7b47a8a4240b853cf69880c7a02dcc6e7b3933fb974a

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-win32.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8c6bb70b72f3a1998e20b58a61df2dd66a7f7d7d8fd0b5165cfbe91669c19ae8
MD5 4a3fab552006d5343d4b34673789b3d9
BLAKE2b-256 272b0fa60a2f3082a65e6c9d1ae1e1cfd190232334c8a189f8de68034214de70

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d969248473469862a8ab7734d08a1f30b3dfb49c199545759d3b1cacd4d6abf4
MD5 a3fd72ab977484225c3791d7191f4d78
BLAKE2b-256 12cb0f00eb112d1df069f66b4b9c158ff0154255230d5bd2d7641f8a3c597600

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d436a2e1423b236d97861fedf0d79330b32dd8dc601ad12e46676501d9d5322
MD5 55779d67cf664f2f2e7272975d7404bd
BLAKE2b-256 97ab30e7fff5829301559a5bcfd92f6297a2a7c3cf2c90f2c9c3855d85d44be5

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17990ec3e20f256a920500a0d1096bc868a269975fb5442e08644e218ae6e221
MD5 c50b1a6c130e17438314981acd59bcf8
BLAKE2b-256 06e34dc9d905f93e4b8014170421c07f9dfb52e0434a247fa828e094a049132f

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f82fc48ff11587d8265cdc70098ac4cdb3f730974fbff249287d9ff887796fea
MD5 fba3e0f402be9d83b96a9d787673bc2d
BLAKE2b-256 edc4022ae3a8f12c9b73e9216a8b1a9e3af63abe382b174b99d67c6523208abd

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f2c2c4827b7a32b4ea1579bce596a223e860567bd134eb47d94fa65c5519f33f
MD5 54ec9b6718bd86ef7842563e11645e15
BLAKE2b-256 03de1de66f3da4b19cdf0554739badc05b901f848a39dbed70fc263675a18e20

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aec080db6ebabb9bee6f54aa0da45836a253a4a90e4726c5be84400f5737cec0
MD5 da78e1d19b647eb7bf9393c893ad5fdf
BLAKE2b-256 24f6ae669fe8d0128c0b1c6f640b97281654673661637a6ff8af3f7de6316f27

See more details on using hashes here.

File details

Details for the file awscrt-0.19.12-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: awscrt-0.19.12-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 753.2 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b77eddc64a698546a91d33760e02ed548a5dcfcf5bc1efa2afca4607f607cd30
MD5 b215f7bb5b87e9a493babc51bc7a5e01
BLAKE2b-256 2b9b245c30a1378a318769e5a843e0aa37aa49ef1e540530984974336a277a0e

See more details on using hashes here.

Supported by

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