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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.16-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.16-cp311-abi3-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.16-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.16-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.16-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.16-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.16-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.16-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.16-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.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.19.16-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.16-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.16-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.16-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.19.16-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.16-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.16-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.16-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.16-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.16-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.16-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.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.16-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.16-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.16-cp38-cp38-macosx_10_9_x86_64.whl (757.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.19.16-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.16-cp37-cp37m-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.19.16-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.16-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.16-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.16-cp37-cp37m-macosx_10_9_x86_64.whl (757.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.16.tar.gz
  • Upload date:
  • Size: 31.7 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.16.tar.gz
Algorithm Hash digest
SHA256 ea80f988a11ea950070e34d4ba29e3db559182836255698669c4bda1168814a0
MD5 a6b40d56a2a66f6bfc5a29e24a22a043
BLAKE2b-256 c93dbf8dbdee7245407a72ac6a19afcd9b6049d7fe5ed84a2a51751e975e01ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 db3a26960d7ff1a0a71c90e089c65fdf53a6114c64ba13cd6c091b88990ddd1d
MD5 bc022d1ff5d522c448b326194c99b61d
BLAKE2b-256 ca32173558691a7d8de4a7589384feec613757f0ff8d47072f1cdddfc5667d5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 b0a300cb444277bec8d386f6a30ef01649bacb95b22a0001807b97f1143d59b3
MD5 e5ff658cfc811987b62137caa26f16cc
BLAKE2b-256 9e41a685c6d0575d32c54670299c7c9bc9505719424d4abe0d0272758de8117d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6a33b634d75cbce6529c184bf22d4d8664083095873d9fdac55f943e08d90954
MD5 0111733dc939a0676661bb84f1bf2220
BLAKE2b-256 68a8460542d439dc6b74ce48ef8cab2e57cf3ffa787af17c22ab341a2c8129ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6b743daffb89c227e900bbaa85757a72b1e03902ae24d16ea80ce2f6ec21dcf9
MD5 4df6e82fb6b6c460b21d119f50cf51d8
BLAKE2b-256 eee886bea45cd226bf70e098966afb3cf7baa10c5a589be4cb6e7d00c9b10ea8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 907df24134be5729deeb9aaac8a68a7ab60f5e7fa22cf4658fa0d2e46006a231
MD5 bcda12fdeb517779574143357bac2754
BLAKE2b-256 9536b5fc5cfa60c01bf24e17b35cf2b88871acad139636cc71cb22c0c2c4afba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 467ad6f1c69cc26899599fcc91300863f53bfe818183f2be68aff3e0dd96293c
MD5 5b592bf4303ac573de4a4f6f59a6fcee
BLAKE2b-256 b42caf91b5a44cd86dec8684bbb870fadc6e5391a622103f5981ecbab73437f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0256124f42dba6d2406828871b2f4d2b8239eb82428025a749252b473b31e103
MD5 12c74c9505d90fda3441687095eb6911
BLAKE2b-256 9f27129badad198f44e349df2729ae074718369a5a45d549864ff94055c6d9a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bfb6810a99550b9dfa8b607e87ca7ecb69a94e4c6e6ee480c11c1512fc4007f8
MD5 fb6ce0be1170d6ec01927f8b8a82e6e4
BLAKE2b-256 cfe7fe3c87e1c0d0e22ceec7f95966ca8f6c31952fac7262409e108fdecfc598

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 74f4a29a908ada6c3912c5d0d642e13525d95e6670504e40c1d7129d13923984
MD5 50109b0fafbfb9769a303cb4719031d6
BLAKE2b-256 13b828bc75321f7d6705ab30ccf4148166d57a1ad5955aade054382f58cb74b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 05f5fdbbfe762b78ca0e39972650488ce749f0ce60494f04c5dea16c465bb812
MD5 2cb6d6f7be33b33b3ee53f6789105464
BLAKE2b-256 7991211028c180f463661f92a82e25dd9a9515fdc948d402c1061baf63c47bc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6224258b19c64bd84167d54f6fe4ee76be3a6c985c105fbf3af937cfee728fec
MD5 e8f6518db0998fc2d60f7b3c288f3bd7
BLAKE2b-256 1709a7f8b7ea6be956a4943a51cf208fd9c98367879679157a7317b57eeff3a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc7020c8e22ea2d96da1ef02acd3e17c5f0620128d2b0f062a1f8fa2a04138a8
MD5 3c8804c7a2e320ef8a2e686c0aab48ad
BLAKE2b-256 f3a5f44a2bc8fb62b9703c8a3cd8e4d0f6523c0aa5b82cc8954769fce94a3c87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec48624e3907c375b111b53b6c8636ef3717376700f596013452800732dec075
MD5 3f63de2ac1ecba67fa4390425bad131b
BLAKE2b-256 bf7e8eddd0172d99cfdd056a27517b02a02807e0d91423228854a6d60813d9c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 eb0a555ee5ac4eab5b019cd224adbae8d87a1256fec0a19aadcf449309ef3a16
MD5 0caae4235e415644962462c517b10ace
BLAKE2b-256 f1f4a0447985d0e6e0d35981dc38e5c2965339bb405ef64763c3275073581b19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 46440a8647da26027711e8b4850875fa7d712099feeb229e394a172a1041b770
MD5 2fcd0912f2970477a6cacff92567a9f7
BLAKE2b-256 f4821704730a137a5d6a7537dab17998f195b1ca3c63ef551aa8a233545e16ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 656822d6b15fecb22b2b0180e2d3a6f30d0af703b1aa12cccf9f8f7adfef7281
MD5 32a2a1a08550596dedbbbc496ad91f1c
BLAKE2b-256 7d27e5d1fb6581a001f3ea9fe98076d0878a35a675694273f706248cf464e21d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 616849302760232b8493718dbdecb05b02650164f46fae87d954245c20205621
MD5 145f3fdd013c6d224373e994cbf47846
BLAKE2b-256 24a5d06705f7293273086691759ff90f4d0c5d2ddb3cffe0ff4deae4f58dda72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f30d9d062f1d642ccb72f3f877ecdd15be02cda1036c8bbfc1d4245c2f99f419
MD5 fa457ce65222dd4814e130cd574fc729
BLAKE2b-256 dca1e600b24acbdb40abc8ae024f8faad73de649cf6cb75147597afdff39685a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a31ef176ee02f8fccc8351c5f57245ef55030907ff9f05a8103d4e46bd53fe73
MD5 51e1b368348674f8d3920f25411007fb
BLAKE2b-256 260306e3f23517935a37f062f3fd36048f7d7565c93454538b4dd40cf0123d9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da2d9ed3261eb8fda909f68185f55a2aef46652c66194486938d1b4b8d4340d2
MD5 6f7702aeb700c4bd4b103a48aa002cec
BLAKE2b-256 682c59db7991e91517687b5582e01c7e2dd8e4374c2f6cd00dbba08b6dc06d74

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 24f8470d91da49ef15e066f7e982af98b6ecc6b0ffbc66db3a5135967689edfc
MD5 86c09518a3e879816f1e4bfedb15c520
BLAKE2b-256 aa9b78118c29fe7de5a1d7747dc634b0c668488df9644ec651e70b799ac26bde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 eb3a0f4e85545b14ef70f130a71cdc6cccc640f34dddceaecbbc50ede531c0f9
MD5 1b77c99ce548419c25e4cf42b3736ebf
BLAKE2b-256 aec91a018c82ff72721111bfb69f6c9b5200a53538dc5cac174d1aa94bfcf275

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d49e918f51d3d2b8693d707dd9ee98e1aab42e27f4754f44b069ef8d9c9732a5
MD5 ce4de41a06915c2de2f9d3dc944babb8
BLAKE2b-256 707a0e59305bd19e3c28d73c63f8658c434b9314d54cf31678a02aa76c58b78b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 340d741d600740cfef9c09a2577703f0e8f808fee078acf3b687251181cff3b5
MD5 fb685d98512304e42dfb2047edf77cc2
BLAKE2b-256 207bc7d8173c787f5affb7f6e2db02e780c9843b9b0988dc70c3e10169a96411

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0014fc2d1b54a7a69453301209dcf92b5a3a85019c0189297da3e75d9f50e48e
MD5 b3e3cc4e4253e4535ff166daa4bc9e30
BLAKE2b-256 6690c5f68f5ced478381a8ca3ab28a746c5d7df0fc424cbc90f343c3c98200e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0850da54eede65f77bb4407080e6100f849d1b4ee0fcd302c502fcfbf0a80b65
MD5 cef7962a4bb5514029dc37dbc556e450
BLAKE2b-256 b9972b34971b6c9edb8c5211c2f5370069325c51bbc9e974f08d278212d0da1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b91a914f8573a54531c30cb7b79bfa123656ec647f43ecffffe9be16879eb55a
MD5 a09f6aa3ca43aa871b7a88ec21b402ac
BLAKE2b-256 17e7829889c23a96a1b030076eca5351c15458da01af6083e5b115d1cbd1475a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7dd4b71d0dd0fd26677d84f50857d915281034c71a5d42fbc52bc3aa0aa2b0b7
MD5 2c3f19ff7f900133c305fa657d63e80c
BLAKE2b-256 974eedea71030cb845c71a58044009c983af07be4528d681daf3f8b0b5fdd667

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0beeab8abc0a3aad577d48630d6de242477e26732fa8dfa1cf4eb5edde3ce25b
MD5 516aee6c97c4e68b60642dae8b8dcfb1
BLAKE2b-256 2cee45894f56424b4c33262be4fb3ac1e2599d07a5c742b92941606b0b93e1e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 db9f8b6aa4f69423ad3e91c60167c64d138cf11ebc76334fbe669a4f6919f3e9
MD5 2bfd76f9056810afb1b4870a6e5c4a2f
BLAKE2b-256 21cc6c7d331511ce088c42de7af5b7d65b8460a5b2eec58cb8e04897acb4f273

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 00563c58f495c92a7982a0900c7a6faed63acd783bbcb2ee1a42ff879cf5c8c1
MD5 89520f47640cd2ec30071c6fdbb484a5
BLAKE2b-256 803993aae81d548ef5a5a68a7813a2c61b863b71e8f5bd3be406fbbde834e510

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 757.9 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.16-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a4c25cfe6c2e3d0b621815acaff8743263f5b464f3efe7c48e2b15d90b91755c
MD5 1b56aa4bf024c3da12b994ca5dcd6acc
BLAKE2b-256 7fbaae84317d46d3044fc364316551399bf0513c3fe1797838f26a90558c2215

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9d2009926f1cfe4705bb3d04b386d22ebf66912212d7f7da999a37a5619da421
MD5 0f8d409e4656cec55fbb6e210eed9703
BLAKE2b-256 852c1125f48c55f903677d9811f4ae07d6b8b058bc4d86165dc0fe5ce1a4bcb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 102002a58f4d0c72f9aee671d4096ad9e047676ddd04b9fe553679c313577e2a
MD5 eed3d7915a5ca0accbf8f083148ffeb0
BLAKE2b-256 82792419f7fdac433fa580bd7f2dc076e946dd5e2fda7dcb859372b09caa48ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 66715cf409bd48d9bee6684c24c19535b6e5109014e557ed3e2d67a7685d34f1
MD5 e9961cb89dff721263079a0994963ffc
BLAKE2b-256 56292af538602aa4c2babdddbcf1115267144bb30009af166c946ff5f49a108f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b1be7b448e17e3af1e2a07f56619a4814b1e5c57174e86773fb22a96b159123a
MD5 573b7ff657ffcd10601100b613b37b78
BLAKE2b-256 eb193b423f110897b8ec2bf0968bcb0556306eb5923024ab82e94e03f52274d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01e45369a3f106221ab0aa573e1f4674404a2bf4ace9f7bc6f2ae0511734e379
MD5 256e48844112b43af9db29ce0846d782
BLAKE2b-256 273b5067613dee485623e5acf5a2c0a4f0239fae35105e52f91829b50e103da6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a709546a71a40d05f661afbfc83c0eac43aae58e3a4098215466912aa13a22c
MD5 d9a62de8feeb6f1d448fdaf2d144ed5a
BLAKE2b-256 e5e88c0caf60f2ce694d608350a617309fa9975cac8d30e5510131f5dffff62d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3fc94cd350cf012ae11f82c73c2d6f8143dd94b65d3756ce01a2cc14b87544f9
MD5 5dec39d2194eb3325dddc7aefec55270
BLAKE2b-256 216a1c4fa02e4e731b62f7ef9726dd9c7109b29c04e3baad1f3daa1d44835197

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-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.16-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8f9b7b9af5cf3a67531df5f9305c68650b0d5b6bdc1858611fbe16d46a06f188
MD5 b5e65237bcd08557fa532a2157f7dd5e
BLAKE2b-256 1cd8fc6d4acb64e7ff207998c31945a0823b7ab93238b6bb5297edcb3cca3f94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.16-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 757.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.16-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d22cce0846f01afda2025327cb4f856fa7ea71c525f24623c4437a0f583519b
MD5 7d69bed71713ac1efb19be6084dc4bb7
BLAKE2b-256 ac9eca3caa17668601e88b3b4a5f7772f7edf91bbe5133b93f327f88043f34f0

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