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.21.1.tar.gz (33.6 MB view details)

Uploaded Source

Built Distributions

awscrt-0.21.1-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.21.1-cp311-abi3-win32.whl (2.5 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.21.1-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.21.1-cp311-abi3-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.21.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.21.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.21.1-cp311-abi3-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.1-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.21.1-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.21.1-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.21.1-cp310-cp310-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.21.1-cp310-cp310-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.1-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.21.1-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.21.1-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.21.1-cp39-cp39-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.21.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.21.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.21.1-cp39-cp39-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.1-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.21.1-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.21.1-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.21.1-cp38-cp38-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.21.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.21.1-cp38-cp38-macosx_10_9_x86_64.whl (789.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.21.1-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.21.1-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.21.1-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.21.1-cp37-cp37m-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.21.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

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

awscrt-0.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

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

awscrt-0.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.21.1-cp37-cp37m-macosx_10_9_x86_64.whl (789.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.21.1.tar.gz
  • Upload date:
  • Size: 33.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1.tar.gz
Algorithm Hash digest
SHA256 abb9c5efd4f3388b5c5d0b164000c5f5280b2cacfbd88e458525528e412825bc
MD5 11b01b06ba11cfb4ea34f79deeb42a63
BLAKE2b-256 2f01a7b0c0fd7003add9a4fa1f0ee43ba62aca0b8095f2e1a63831e93b94669f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9fc67a7f3f0114c0a4d02a1d05cce04b05ea1766f723e96d02dc0d1212461811
MD5 344e4368332b10c9d5517da10741700e
BLAKE2b-256 4bed02c1100ae213a9e19b7f015acaeda611bc1b3c7cf9dfea53f8fb41e51e26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 723a4f475feca6cfde2751c72ff15c8d9924dcb54efb53cd8ad2048507ac2de3
MD5 cca6f1c05a59cec619eaae9f0a0b046c
BLAKE2b-256 147fbe48044f5623d0a9864440f17887185afc5d9a5dbf006faf337835dd617a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2687fd53eb4e429a7c9ddf40f9c812fb4f184282cbd8e8f908d26cb6e5d067af
MD5 e23b7ede566839106c03cf1de9ce6955
BLAKE2b-256 34ed6abb946418c42e5e92c5ba47e84b821390fe7ebd9d70132615cf7ce5ccad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c2aec7e2b33fc96927ebe56db09d39fd40da93e389e81496e485bd3f4a29371f
MD5 7c4c6fb492b1f93fad07fb4ecd0a27ba
BLAKE2b-256 4cd6dd141f203d7ff475bb10983b53a392b30b4e3cd9fa6a182fadf133d82643

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85bf00aab461dfee8ed8e1ec435881b270219480d40b54cefe969723a44707f9
MD5 5a64cf71f6a3c85e1d35fa177336b38c
BLAKE2b-256 52a70ef406fb3ba7629c87cb1a5174a43ea51ea065a45380b4a2336f5b321298

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d20d372c7afdf9b47bbcf37d6869ecf25d50431e7555d7a908fd1ced43e12b74
MD5 2d382f942faf110ac140c4d43b717134
BLAKE2b-256 3bd3498a86fdd79676fbf7c79e5e638dee7dc95b325344f3fc3d5447ce172c8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b1fdc66149552b703b3e6e2e2c74cee884960d965466979278c8556d276f40d4
MD5 67f90ed7b359b646142ba346550b0c6d
BLAKE2b-256 2b3752654f40fb1b4392465c2d9509568a20d71b51247f48ecb1995fc92fa9c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9f75b283ea2ef57af5d5368b356219e3043b65a84d3b92e4a82e8925b6140af6
MD5 4e5798158383b1ca97896a449184b09f
BLAKE2b-256 a7b9747e03cab7828b6648f5308375ccb79045905d67fdaa76bdbbd74e4252a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1235b738f1c74b4a0f664a704fc22a61a5b5d0dc98e6e120d5afe110cd528ae6
MD5 3243aa7b68647422ecc21e6952e48d8f
BLAKE2b-256 8b685db05911649351dee4714b9f7292710f4e0ae500fe11b5f6e023612d65a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f990948837e4a07e02888bc8f25acc0ed6dee70c3c342babeee20ba66e6dc203
MD5 43c867482888f188c1ce282111fb499c
BLAKE2b-256 6fcafa5d32c73a1a3c3df5aee752cdbc929a5e6e22791903d3dba1a221ac90d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 885bef0f9115f898d5eed23aeaf6d4f2441d321c9aeab8cc1653d4e82ecf34b7
MD5 4b7d91518ada5c59a18857555db96497
BLAKE2b-256 fc2b9121150dd0750a41f72ea8d579e9e2d476e6e4bba0c55023cbaa2d9a113c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 591e7129f6d5c5960006898d122f05faee50fb0568ebad535674748c0cd6f6d7
MD5 a470b3693d56397559231e7613595f1a
BLAKE2b-256 c7e5e3225c2870078e647a73ce06704565768630d3ccaffe283cc13a76e6f433

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fbb9e1c8290471b79219d08650bc51310e6480fc23f7f22f715a1be563cfb9c6
MD5 5231864dea5cc156e67bfce3484c4434
BLAKE2b-256 ac1e521993b83c3cbb66a9f4e8e3525d1989fabc961fcb9b9edddadfd3a298d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efd06f9a0c744f6d25197a0c3fa1a395deaf3d1bbbc4741f8dd25f7c8c8c8f81
MD5 bf0cfb0c81d3f4bc2eaa8276689b8a9e
BLAKE2b-256 00d416c5d6f5006ef4e9d3106b19b7b1f504c128c92be9ff648c1d89a3da404e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 afbe19a6e37e6b53c95d15f3755aff30021f6d35ff789310b145695ad3966fb7
MD5 b83f72a51666d5a17a0b18fadf946c28
BLAKE2b-256 a8d7f9d720177a197fcbca8f17cc24940cfc57e58c3305f23957e0457fbe8fa0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 bf4ad77a1c3bbd475df0e091a78a3388eaf7be8caa50908d6d591889a6a45a5a
MD5 ed0a3119f8e78f2f41e1338a06fa9e95
BLAKE2b-256 a6d4acf450c80a276ae4301f7392bae173eb1df305a531f28e337edd0941b155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7f015a25a1fe8b1bbfc3bbde4b39e42e8c9bcc70edadfd84c2044ee9121eeb66
MD5 c9c95f63ddadb41c789df41d218850eb
BLAKE2b-256 f0b61bc427f643adbfe1cc4566fe8e69b1b4ce97cfd7632cd0e26e4328025184

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9df6635d28c7860e588d3165bca952074e9e18b737cf2baf9f58d3b9a2546f7b
MD5 dfc58125f98a45ed5e1ae0802efad6b6
BLAKE2b-256 d9ca3906b06702c1d8def8757ab2d200fdd36dd2e63aadaf013e4f30a50c12d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6e3d1a416e2c8b8326f824728f73103ab74b5c7757b37346bcd470403cba94a
MD5 76971f01721c369f1d44f99e343c6f16
BLAKE2b-256 0eff9fa521cb46a6bc71aefdfc74dedeccdd673399f0db16c23581ed14915966

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ce191e6a44204f77ef5ff59c36abf199ca7738e0f533e049d755fcf89c673f68
MD5 a2839b73ce0abc75e1fcc92498ac1d30
BLAKE2b-256 fce0cba1775261975c2d28b87c47446be076579e3dfb051b1031e6fc086f74d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0642ce3359cb3f80d75a42bb167ce3f37e83d0a88682949131be71d4050aa4da
MD5 1299291b141b227f3d504bcb513bcdf3
BLAKE2b-256 dee54e56b3967136e24bd5342182761c9401dea655810f2fd4c5cf22c2fff216

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 45945bde58a0c96b1d05a313306e7220d7c8867f643dac31c732257f93edeb08
MD5 41fb4e0172d68b91c1e92b96b8e25d5c
BLAKE2b-256 635ee3374f83cbd0c139f1f38d00c4b9736789226c4919a3537582c9383924f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6386192f3565ee97ff43558f4a9d4d6cf1980a7377ed976241169642f73fec40
MD5 51960b67f064e08784a07a8024704ef9
BLAKE2b-256 66ab0c5110c68c5a6a1265a3157049d2e520f7d7a2e4e4ebac103f8e7f923940

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 25d7ae65bb0877c25413de8d45ffeb3d85c4f4e29a684e391d967bbc44bade49
MD5 672937750176c00737eb31aaf005d710
BLAKE2b-256 cf404a1b5d1d715f10fcec7fdb6662107c028ca08c75dd82eed7a2de67426158

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5d0a4cf19be05783823d6acd6b54d7918d36a09d7259a7560277f8ce81005aa8
MD5 a8e11399dfe153240a385a7f53b42cea
BLAKE2b-256 cc84b8e9ca41e4903c30a4814e62b09dfb6145e949f740878c31a42bfbd46298

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c35f0523bff3cbbc0d6de82c794da22876b0936d142c4aabbd606a3323be2098
MD5 3d522251be20b85cd1d02286b7bbefc6
BLAKE2b-256 cba4003ee2e30f475e02b772ea056df7bd2f31eba8c2fdef49473163df18321a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 723217aa0f197d41e9e391c778e4796826edcb53fb793a8212e98e5b7b290518
MD5 4f804da1d417e81fb9cf60cc7a6e8129
BLAKE2b-256 18b7deb07fb9bce57f2e2879bcaa371b5b54ed917f726e2dd761a3ccd4fab034

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4786bdd33faed09cd0ae28cff6830b669d2471b2862d70c79cc386d60840bfa7
MD5 461b18d83036f4a377c030b7b153ae44
BLAKE2b-256 cf445ef84e062b53771f8fd9366f3267980816f51639d6bf427583ef437d2157

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 660356609eaa705f5c3fd7bf4963b51d72562d9dfff301e48fe70a706a1b7c9e
MD5 61d0b7792d2b0a60f9460714559a7f5a
BLAKE2b-256 c3411807f01992662d6f98e1bcba9398894df511079df1aab271e77c6136d7e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 abac6da5ef896da4639dd58fab1f763f2595de0a22a80bffad64f850aa347d81
MD5 6aa980fb3a3cf773ca00addba9506ad2
BLAKE2b-256 17714af1625de33837c48475de4388e6eff12163c9133996a7a332293e88d342

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1fec51ac631c25c0de8d35d72da0ca5c68687123701748082bbeaaa9bda41cb
MD5 740c9da50bf79957d0549aafce2d6f31
BLAKE2b-256 e9ffdec8f3c20c7f98146b814ba71206e3ea9463cfa204684f0a173e2e50c0c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0bc5e34aeed4f498441262c3081d5a2b2da89c022634b526b66164d00a2ef212
MD5 4d59b25d0a9aead087fd344c7330f14a
BLAKE2b-256 c0bcca02f695d626583b832e251d8dbaf80fdd784dab93d109b865c09b2f1ef2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 42510757dfead2a3d4a451950351bc0c53fb81b4badf85f9854de269feeb9d0d
MD5 464a46c1df9d38575eba5053c7057b64
BLAKE2b-256 2dc212cf75444b2b0e3c20c3acf0268b6ee2c00db273dba835c8b7bb6aec37c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 82e625191a4cdcda18c97841992486862698b6cd70e51e1c04aac221ad319834
MD5 525a6ee394c6dc84c139108f60d94d73
BLAKE2b-256 491a899448d6bc72e2e1e73b61849aa91c8c60171433568b9167491f5e641cc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9a07d6f0fd1e537d2a0beba51b5d3c048063f87963d90cd84d25ed4961efdcf2
MD5 7cd5bc7287e44fba7e1b6069057aad99
BLAKE2b-256 6581eba9f84853ccfda61f3033089c7d9e95fd93d12fe50a29041fed23839915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 106d8d4fcc626f04a2b05aa46c842b30205b267f580e485fac16b937e6c0bdc9
MD5 fea85845f5920da819d8af1d2d0b6735
BLAKE2b-256 03da095cb4fa28f85096efb6bc2d615aab6d08e31a7e7a6a237db7ba3c474c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f4d28cce9caeba9938ca8854bd27040baa5455cfeb3f500c04b0a6f7443f2d1
MD5 1d134990a5fb74e494253c84cd1a28ca
BLAKE2b-256 e1b64be060c4ba605c6f8de33f5addaa095a65702ed08b8b2aca49dce77d60d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b1a1cb0ed4b22bcf495c8800c47036bd37720083d4a1c7d51437ce3bf2cbfbdd
MD5 0e8504958bf1b113351924be27e50af9
BLAKE2b-256 df23aae583c3314e647905010ede8ebdfb92b7b5a5417c79be0fbbef9069db23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f2391cd2f50dc889601803dd6501c41e1de0cbb4b747e2811d0927ef53954e9
MD5 ecd7f2868da94aa228c099dcaed2b8e9
BLAKE2b-256 165531dce7f9125499a65e1821731e86f8ae47e2e52ac7a059153bb8d093b401

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fb686081fc9138a2be4e5bab7e6df122538c56bc006f49ce0d7ec6654dd7be15
MD5 ceb36d08d5b8a14256986bf340cd69c1
BLAKE2b-256 84a0b92f62070724489701eb160bda44b039c610acbe55edaadbdee92f7ea663

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 789.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e8e6d5b9f52dc795f92e63aa37d7fa4ad977c896abca3f0bd9fc4029098036e3
MD5 05da2479227fabda3e6c53f0a84d5b85
BLAKE2b-256 7dd8c2e4340d579c8daec2a87783fd4fd9c66c3e79854ef78a06da91bd0029af

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