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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.21.2-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.2-cp311-abi3-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.21.2-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.2-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.2-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.2-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.21.2-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.2-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.2-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.2-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.21.2-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.2-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.2-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.2-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.2-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.2-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.21.2-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.2-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.2-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.2-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.2-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.2-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.21.2-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.2-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.2-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.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: awscrt-0.21.2.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.2.tar.gz
Algorithm Hash digest
SHA256 37ace28d0d7a91f90862dd2994872a15962b7b4f1376e0b7b01a821954611507
MD5 22f970c0164fc25e02f663208032f480
BLAKE2b-256 7f747789c268de69be3f6179abdba36a5e7c079997a8de73aea13e70a98d4494

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 56e64ea067a482bc9418472a611a205a7ecb79475ab5abc9ca1b09d0cda398c5
MD5 e737045bd293d13c346556d0a05442aa
BLAKE2b-256 800c100535a87430d7d9497d8df179ec107a6ad7bc2217efe4ea36fe143101df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 889649bdfac1f2dde1c0e69c4ee0521641d167d95ca100273d805e87badd001e
MD5 c13a906adcd7b8f1430d903662319f21
BLAKE2b-256 93db0c563bbda2990e4e6c5ea100f47e301134be43f4ec181c24193957e95023

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c9ceef0f824b0cc96b90f025a54a79960f42a48d8af75ce7cd965a7c27f8df47
MD5 ef206d5f3c03517a4409430f9fdf0689
BLAKE2b-256 c20f17a2fa38336cc2709f1cfb0967dfddb0b960ee39f8843bba66eec62845c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 085c03407681ae571db23dabeae77d0e28f3382237facf0816e30619ed815ae5
MD5 7c0bbf4badea276e586751341f62dce6
BLAKE2b-256 bd9c93ae9ceb894e635fc3a4fb41f2757536e17893b4ba77e8363242fd087b14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 381f8f6912f31bef15394b3d6ece0a38edfeed3da98e8c207a01399b278b9dc2
MD5 e43fee2cb97d5486a6154d058d655250
BLAKE2b-256 5fd0d53cf6ec85855e41ff816d2656a6261d755c447108757bf60bfc263dd1e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29914013d02c0d4ab4a863f4b86fb7cfac43e216948446dc5b3437bea0250c30
MD5 277b1f280d284439797f28ff39808095
BLAKE2b-256 db8bf21afa2d2327d93bd4af61878b5c9f381b1329cadade1f5c79fb8b78095f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5599b82fff266ff5443018e02ec9a6f695a75c8773c14047a6d6c7f5efaa5525
MD5 714452ee14f34265710b35ddc3afdf11
BLAKE2b-256 e388dba84bc524d837708f9a98ee1becefe4b87afb6c5f82278bcabc85102d46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c483591e0f061a95139f6604edf06c3a169224b86489d154bfe8b7cb3790c136
MD5 fbf37d434ea62b8361aa127d2f0bc53e
BLAKE2b-256 06bc39a4fb33505acf9b7b9773f0f15b3ba756bde3e7cb52d2794d3c8ce104d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b15a9dc3dcdc6df653ee106a483a34d7e94cfc19561e8f61cad92a9c4e0b9f6b
MD5 da7fa2b12f6aaad7093a092a3fa5dc33
BLAKE2b-256 2ab5cfae3f67d79e9dfe1e5e428e0226a04d91241539d1d4b35ed3e69a9c4c01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e514180af93fb211ca3072ae6d7d4e8f4c6771f38e3c4a8ce2ef1981251bc807
MD5 cc6bbb8d5c303dfb8b522895843cb496
BLAKE2b-256 8fe59ab1518d7c3f00fe3abeec5891e31d2cc6bd99bc835a3c97db1a755dd363

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce8932c00d43fc1a6421dfab5ad8c6a518b8bad9a977c0717f42667a8980ffa3
MD5 b789e3a494d7496557b5319f0f517a33
BLAKE2b-256 3512aa7b71e045b4f0330efbe86af701afcf79bb18bb5685cdff47fd5fe0e1c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bec0cc35505768cf7c0de6e21dd250b0a6c1ef14825cfe0671f620f59d93b3d1
MD5 5ffa8e24f872c7056b79fe801fd9e196
BLAKE2b-256 1d776af206745070064309c990b111a077de28a55e1a0c7e20caf1f065bead13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 056a8997f8fa2d4eb4c24384bf228f47a9ab4204f321e746e14bc5906462706d
MD5 d5065cd469b043ac6918bb4b04f9dd9b
BLAKE2b-256 4d52d8a70b0b8f8efee651265f2a72e8c08febfe6450c9cab9b280a43d0101f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5606a4503a20356e216e8bb8a4134da9ea114d04324914e7c896db063108a350
MD5 09260166ec6e0b21181bf976b2e546d0
BLAKE2b-256 1d4f826dd8565ebddc5f89340a45fcbe811fbf079d51b96f5e2965edc77a0154

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c71270afbe31007c194c5643a25b45bc194a0e8c45f683a5199079313fd78f13
MD5 054bb5fc8bda97c5eb4b2fc83312e761
BLAKE2b-256 0a61c15bfade9bd2dded5f10df970ff86773fdba8799717dcba33fa71032e48e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 b8cd3d8b0caa5436667aa5115ec59db92b5fa57e2bbf0f8f26203091d2639f9f
MD5 0b8329bf657eb515aebed8a33f1ffe79
BLAKE2b-256 b160743b2a729153086b765c1f99b01232b8845382dcbca14843dacc0bc23eee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d35919e1e2068e14777facd0e07ccacf1af8f747381412dfd893b106db3910f5
MD5 dc749a89b6a13c48407d0b7a79df9c62
BLAKE2b-256 65044210153a3d5e8d817d12fadca9026afe05be4669cc32fbc0ae54cececcda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9e163979f12c8ae62c01725f91c52522ea0d0e8176dd8f256954f0708f4f5f08
MD5 dcc63d5a8c31bf96a1b225ae8a30f23e
BLAKE2b-256 a4afede2bb3463380442ae140800aa98f7c078d332ed984e0b639aa0994ae0cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd33a7b6fd38026390160534ec51746c460cc05e83ff7620d3b38f75f69d2f0b
MD5 bf564ac622248c3c2a6d71430715c91e
BLAKE2b-256 694f51953c3670159436efcd3ce82dce60dc66f29b275cb6edcac48097808933

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c654bfbf6c9c66b9ba6b11af4e99975283e9e93dae2db6df43ca382e99eeb954
MD5 6d61511be92cd77dd220e85e39e06524
BLAKE2b-256 e87a88876a0cbeb513357fd8fa7593789d9dd5e7d349fce66da8c5eee8070759

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8dda7a468d769af6ede1978394aaaf48ad22d37b356c94537e4f912d90487b63
MD5 daea324dae7f222e3d31b6c1d79a59f0
BLAKE2b-256 d0da3466b63ca45f81a164131ac9631e9959f50a9a933934b74d69fe1c6611e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ce1b9ede730717b0f55509597f6be79c612339b019527e9ed32785ee0173eaac
MD5 4e16b44c75d20f8e1a00c272d6c7e823
BLAKE2b-256 7e147e1a168cf7cc3a372eea56dd1412fe7f76c2949973392cbd6dc2ca81e094

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 63804b23964076799dad70e60ef805bce2314874e27f4c4b877b1aa7aa78a68c
MD5 73b4f9b4fa303acd2101640b2e7d9176
BLAKE2b-256 a2c382aac47ef0d509919147445a5a1f0ffdab01bb3fac49c7b0d39c6f24bb0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45cb9ed77716c72a54c5464de6cb6fbef8408c6d27afdba3a17e9ef8ef741703
MD5 344a61cd550368b0bfe715fac47fd896
BLAKE2b-256 8b73cc306e7b401a927a25b2497fee7522fb2097da20f18132c375371e29d3a5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3dc057cbdae0b75f622bf4348ef00ea9252fd9b2f5cb07e64ab9f3d59aebb85e
MD5 980aa5f1a3d0d97c58eb934effc029e3
BLAKE2b-256 e2b48fa2e9b6ce1d531f21b72fa10815fb69196a431374342cfc1f0c531a9ed8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9fa40d099595a7a22170ab2a515b5d9a5d88676bd4dd5d1febf2a343966c802e
MD5 f9e582e182f2e66bab2b210bdb097e48
BLAKE2b-256 9b1de98817cf2b508c24ea3baa70de7d182648bbfe4f48e803a7eed466ed91c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 965b95e60bf1170e16d6a6bce696e5b7d5e96d817d85221e340b4969d64fa9a1
MD5 961ba5c68fa02093f0aeea145c1f3fb7
BLAKE2b-256 fd0dd08a24a2448419fbe677627b598a0380c07c4f98cc3d8a9aeff92bac25b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 163e70b07f3802af315dcc2d3a2807f2962dbf6c23a2cf28ced85c6d9e60e739
MD5 026f74e91a1e24a96900abbaa0e8ddba
BLAKE2b-256 d2a703121c98a8b1dd8e5a3390edbb6ba3341e971b6fc67e2df4226c2229225f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50a41ee8c155ff3c24ebe774b9ed1715a657cb9649634bfdb3f8c18600aad174
MD5 fe66fe4cb99ac6015190689991077d23
BLAKE2b-256 a41984994ed9f8ca53c4594211bfe711c5e0a6ea36baf2798b7e9c85ebf85592

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 272017fe76878f246dfa3af44da14962694290b024ea1672e012eaf7725a008c
MD5 143c788807fee66d5faef00ab65c5965
BLAKE2b-256 02855cd077c7b7ce703dd71ac04e8aac5269fa745ea839f367d79ee439246b77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89b315bc58f409b39eb1f6668834629f3a9239c37326fd5640a526a990c4a764
MD5 19553203b90b37506a9c5b019c6f0104
BLAKE2b-256 b8b0b17b71cd9a947f3acd72739d0c89b4554f0548e4911af230ad8ebc7f7cc9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ab580a03139e4c9f701b68500adce1f447926765a880e2fc96e024491adacd15
MD5 198d6d7ba4257729bc0e8c6bb55512cb
BLAKE2b-256 657857c3996ca96200fc83ebcc9fa28e450f9030d418b8f09a2f2409ae5ce8dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b139ae80082e874b946ac5a1eb5f693caa0b112246559d442d1294a9f9c4b93e
MD5 131e6da057d7baaef0c9117be2288a49
BLAKE2b-256 5674c3eee028b9124a3bd7ca80c7db48509988c0738fe1e6a793e0adf8334a1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e1b62dddb52861c21ba754bbb246e7ca8d136f702bf754477da8a342ea4bd928
MD5 1f1ef37cc76b31ffcea898a0dd0c0968
BLAKE2b-256 1155b13786565a81dd8f8203f17368c9779090421ea9b7b17e56f6fef8cb5640

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9edc379a274ba83165f64674a93eb4f313188e076dbadc20bff66967f8024d9e
MD5 72d2c14f3b891d4df0b73ea9dba1eb74
BLAKE2b-256 ac14c72cec3e68b458dab4253f4e0fbd4b9f0d863df12826e51099f8ac137814

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28417efe50572b411aea20d094433783c54d510b6955c0f52bb9c6181b5f5420
MD5 2091a609d6a83e803fc8aaf4c3dfd830
BLAKE2b-256 cd3b082f0dcbb6addf5c5ff83d05ba83a24719832ed2a4fe7d8688d05c3063ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bd2509819d9394af76ee783d78dbe1f71e7504c0706ea5450921896152f041a
MD5 d5fede9e430dfa08641a7faabae4fbf7
BLAKE2b-256 3dfb87392317ed788418b905aa316712e8bc04c77d6373cc4d906900c0785c2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6b4da13512e712c7568f58c5901814eaf1ae60a269be02fbb612b9e2efe89442
MD5 d1428c4f7a095cbb1498c552bd503ffa
BLAKE2b-256 45cbe0fba6ef736fdeee41256e876927aa7a887bab99a64eecb7b9ebc9a24da1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ebe48abc2518e7226f5bcd1cc6bb87a2e796c5f0d4cc1b2ea7be85e4a6b4984b
MD5 0a23c687c0471e82c7a06bbfc2900670
BLAKE2b-256 1a9d653d52f142a8701afdf5310226019500bf60874494a4b10f11e413a4511e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cf5ce592e5133c3d9982021eae9cb7e3df28aec59686e807c1b2bfd93c948f11
MD5 b89db0d2c5d8462d8a9714845cd423a2
BLAKE2b-256 ba46b266edf55f162dcac135939dd09ca695b093d0c45b4b0b085bfd306b6476

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 665756574b4c9300b33058f3fc0015ff7edd7a72e6fa9d6c438c1fe2aec238d7
MD5 ff32f7b7691a1dddfa5002b9f2e78b78
BLAKE2b-256 578b43cc72e993260303e0ec17900c779fc8df5b36829ed767edca70703d39d7

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