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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.11-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.20.11-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.20.11-cp310-cp310-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.20.11-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.20.11-cp39-cp39-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.20.11-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.11-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.20.11-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.20.11-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.20.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.20.11-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.20.11-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.11-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.20.11-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.20.11-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.20.11-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.20.11-cp38-cp38-macosx_10_9_x86_64.whl (778.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.20.11-cp37-cp37m-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

awscrt-0.20.11-cp37-cp37m-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.11-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.20.11-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.20.11-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.20.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.20.11-cp37-cp37m-macosx_10_9_x86_64.whl (778.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.11.tar.gz
  • Upload date:
  • Size: 32.7 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.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.20.11.tar.gz
Algorithm Hash digest
SHA256 c3dbfb7f1909457952e645373e72b69f90c50c465ee6a46d9bbdc12acb79803c
MD5 3e41e5e8237182355238bfca13414824
BLAKE2b-256 c9959faca9e404fd3cd72fa8f75d4f33f16032f3598a841e83dc81c687b4b80a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 106ff16bce775917d4e9a8c93649b4f272c32a91336ae6ca97596dcb2faf2d44
MD5 4a1b039df369281412bed9ca7f36f5f6
BLAKE2b-256 24c8746bcee1796e49d0ca7fbd500c502af7244b0cebd1eac5585c68b96790e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 fc7a8eecfc51503afd24764033a2061a5f39017ed6e825b6594490e04fd56297
MD5 ce813c8d21c953c2cfd5b9c66a305b40
BLAKE2b-256 d96fe8fd2b2d973937c0ebafe7edda481a0d34bd938e30e74f55f6f06c60218d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f10af50b747c2b237836ab1ed57dc1be0c2553e0fb485374f0d3be470a861e4a
MD5 4be4d75a7743738f4f8c0067be2fa159
BLAKE2b-256 9f7f4c06974f6ec9f4f37e85911ead03ac0c17b220ebeeb5b06f47e85908ac97

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 624322e103e62bffecf97731691e05ef0d7a50970d8e3b1872433dcf00c5595a
MD5 67341b8633f2212b3820226741af20fd
BLAKE2b-256 9e3ca70e1de1cf6d42fbbd30905775b7d9602faab08fb3e22c5b817837ce4cab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c94917cce1df62fc40f53e19f5dcfbd036acfbdb1a88cba217ad6caaeab0d57
MD5 159b4e12ee66da4efec5b30a2a7e459b
BLAKE2b-256 7cb2b3dc7adaa0885565ad2bb433d41c066719260ddc7d857e96f1b02b20d150

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 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.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.20.11-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45db07c2f0f7c83d8a4cb91a51869b22f1f44c1053db7266486733aca2d2ac41
MD5 a470c649b240ed22ba66f5f20cb91fc0
BLAKE2b-256 fa056a76d4a5a0795955303d4bc0cc8a333db9d39a39f71142bab4a47634d0d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 86554f8042dea649b7d63a2e4de593864753aad736a7ca592e72b2f8a94535bb
MD5 5d4b83edc145fc32f48fef367da87af4
BLAKE2b-256 7e9cd6e0769171aa3ae6bd6af2aad6f89004d2b4539cc841ba67a8953b292522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ae4910e1f534e0d5bb8bade0ce2b1908bfd36007115ac0a700b9cda5c5655f0c
MD5 3aacba6d11ed613a34ca9856351e7bb2
BLAKE2b-256 06c3dae3ae9645c60def9b96297d2c9236885fa3cbc9db337c5cbca815b8dc58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fb316c27110a19917a45dc7b678349bc329c98ac1b95d5bd872f0ad37300e725
MD5 5e33de12c17e3ec5be4574ba4def9b77
BLAKE2b-256 28b374795f665bfe3bd388195ac0950f1a81f71f4328d9623fd21fa85d366c21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.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.20.11-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81167651ccd45af55fa659a09b415eba881a9892415e465b6432a4f336311711
MD5 8cb31d3f47b407983580e8d1efb8c8ce
BLAKE2b-256 4c59ddfa6c474cffd42ab356f3898bb418553540340420a184466e07deecd7a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.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.20.11-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0261ef47f5000d5ce069dec05edf9d803a3ff89c02bd574ec0585e2e4447aca6
MD5 8a4ef88517f1c034cafd402ce36d2d7a
BLAKE2b-256 c950b623264568da4d905e3f4e7276eb99592ae38ba602ef0ad77fccb0f65bec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6b91cac82abf9718657e0694f90334e4ef4b2ef32061938ff0ceed67e302469
MD5 db8b633f1c379b1ca5de852abcc7ef80
BLAKE2b-256 14b2c362a2bf78c89aea7c875219bb8a3a63810bb881f9d6d1b27c0276754fd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b4ec0b471cf7d6a7a0950553ddf97d58a0caf4a8350da9ca12250c7df6add94
MD5 6397cee87cd17ab5c51dace6a652cdfc
BLAKE2b-256 1fb8c270f7dd35ec9ea15a8e271d75a0428477c3d572bd72a9b52d618d4390db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3b50f70d85ecc2069029573bad8e5e06b9aabad283dd933bee6eb9dd694b9511
MD5 a4d7eccb02e68d426681755afc696ae8
BLAKE2b-256 3aa7d649d97f3f9cfd66e47a93e8a4cc202f3e3f4718ca48d9fedf66db841738

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 20b00d68a90575121cf04250c93aa4874f7d1f7d2d81f37511c12a157be7421c
MD5 b86f568d065bba502032205623fca662
BLAKE2b-256 e6457d3c2560a236bdf4955eebab682386164e07abe83b9ac278f81e2454cbbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8e95ce32b03006097f833b539d1bc3ea503379d880751ddbfd7bb0440e93c0c4
MD5 29c52c21a895713932ef7ffbd946b0e7
BLAKE2b-256 2952ed8f62cd5eaca29e758b731b7a111dbf70a93b44a85f533dead11798ba6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.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.20.11-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4404f6e517a5f0871943463fe59cec657586b2d0d1e6e2efbe9dbb0b42f5b3e8
MD5 dac832765390bb312f4fd6edd5f6d0db
BLAKE2b-256 51a43eee5975d83a00e4087ba3eca66d0263499d255e9fb28bebdee0028e7969

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.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.20.11-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7f68ce98ee54b634fbe48689aa4610965e3af0e5e1a11da82a791057c741fb99
MD5 499ec98bec162b8a65f1bdcc3b91b9e9
BLAKE2b-256 037f35b9c775af3b9a547741823c8ab2308218525fa49824831724d3f1f0e216

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8eb6d8c72485b0b14eb430ca9b1f280629277cd0a9d5d064ee02afffe787caa8
MD5 24610647addc8c4c632b7ce92d937941
BLAKE2b-256 9f2bd3cf75bf93b9b0a2db56a636a6d449f46393322251c13c926269763a7d82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dfead1d73754718f7c6bb03add095750535237ea14c8226cd36d6b88fe7b5342
MD5 4cb8f862be072f1a2a97bd67aeebe5f9
BLAKE2b-256 06c68220e8965273f2a11ee88ab220d4ff98763fea0c6481601017444fa296d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a2c4c1a577d55b98ae93af82bb96795a62661585d4560674b1daa034f41e6fb1
MD5 c8650a2952fa94ff7c26cca956704074
BLAKE2b-256 32f8fda68adcdd8a73208b37a026a5ceb9d80abca256b9c5618f35d5c1067411

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.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.20.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f3fb9cbc3403032f57006806229d2c11ab8c425cee1f47f05d83ca87c1b94b32
MD5 047af9df99af2b63c3d72e2634848575
BLAKE2b-256 4d1e47c4c1ccc78e69c02a21006a2880afb1bfa6b3199fb9b250d0dd23acefb4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 981df6f011086d30ee76e9476bf33b381bf3064cb3d02be1ea1aa46fec79110a
MD5 d7465c124aac91d9a551ccc3b2b0465d
BLAKE2b-256 3934c26cc85ad72345921b41a5a890440702e9115426c06fbaa707b5f3bf0ebf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8f1bf72ba5a3a38215b7487c5fb9421dece5b5f63b22ade8f63315acbf1c3842
MD5 dc8fa9440b06c0dfead2d8ac58cbb16f
BLAKE2b-256 7e4bdb8fdeaca5b5674c4fefd6ff514dc0bf3b264a4de31fa78d8615175c004c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2427d727494d48253e70c9e6a2135d91546524cf56e13b0a7c5c0713994281b0
MD5 1f6cc09087f4c348ca72cdc356cd4911
BLAKE2b-256 8ed0098adaede1d0d03dafda24378a47dd959353fb0600ebd75f71ace79c17d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a28f8d8e6b95a0007d80d07763f21dc2cea73b35586559d5b0635c2d06347efc
MD5 5ae885ba20232521570e51cd5195a19d
BLAKE2b-256 6bc2e4f28dce524570421f66f2c56656320874cfd7060730f45062efe7dbfab6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.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.20.11-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b022a21e8bda0d3403e6115ff15652f65dc7250b0d0c1b3125c2c3e095647940
MD5 dc882837cff644f21b6985e93b7c5233
BLAKE2b-256 48b4e79c6ae6df79d7c9a5b94ac7038b52c5a1d01d6c1e242845841a831a0fe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e28303eb399d4fa3f5df79cca277d4ae434112590c4c9b60a21c397c6ad9da6
MD5 af70a39874f49e589c6734369065f9a8
BLAKE2b-256 50a6ad9869d192e206b523619d450fd7eb9dba378c3c842fc75b8ec42f9a2a36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e323a779b8db858b3412a727c90dc9c058898fd7eb5e0f454ca94623007aa078
MD5 6cab0c18168c78980397345fba8c9cc8
BLAKE2b-256 80eb4dd130a4540554e98e9b915f7dcde030a87ab0f72847a7532670c140dc83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 07592b2f9dffcd12745da06c10bc1de1e9f38ebc8996b98689bfaa860d600382
MD5 412b7f77c4fe2c3e1596a6653d505430
BLAKE2b-256 e59947e480f4c4b2a6ab21118fe952e6f1f56e45ec8ed0abd52dbe1681db0e95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 73a8a255d60cdb96bd6a93bf606055c918dc88cd9cca57be860efc113cb256b0
MD5 a65029c1d43d9176a33aac4c107ee740
BLAKE2b-256 9fac12a68dac9163a3b8f8132aafd4e456ddd6e542bceec11dc9386d2ddd0f64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 778.9 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.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.20.11-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 58c4616343b9f4d6fc454816fb3459ac86489a242ade3c8126ec9d1aa8208ec0
MD5 3d0b333fa4fefda3aa0ce488984a5392
BLAKE2b-256 702f40b61147fe5dad23fe00fa8781479ce04ff19ad8d09e06cdc7cc05edaa07

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 56cc06725038d625365f9bdebd4b9e3c9f876ead1a26473cb124c6dfa4b39fd1
MD5 e8710e33e782dbebed2118ce7c95b23e
BLAKE2b-256 9c70927b5a55a7c4986617f3852939dfff8880beff90972ffcdad563b60a69bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8fbae85b2d5106dd470b349314b3bcceb8812904675c98a1dbd2fe1efe92eb35
MD5 9777ae3f88bbdf5da9f1970400de7b33
BLAKE2b-256 36f8475bd47ffff9b6673a8f3fca8353890ed2214d63249b9d80681cd171efff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.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.20.11-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb634f7fbf02b5aee95d619ec3066c7f7a4d7cd6a156203115bdf8cbc715c4f3
MD5 5df94d05572b45c3df245531e57e7b3a
BLAKE2b-256 856fcfe2482876090095c38e9ec313edd19d41a96868c7a1064a1fd53c6775f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.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.20.11-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d6d984eea9687555ca9d269ebbba8f090e1b7feab6f61d1b046548cd469cb2ab
MD5 63ad273351e79f11470ae1cbb0aa8bf4
BLAKE2b-256 6d1e1cfae54f7c2e97a87a43c15946627ee6b49d0d645d797b8cbd9285689bd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 583bff89758f0d2cd9540c2c9b301836df21b71548f0fabfdff7fb484c960bf0
MD5 6cd97239ac0b933482f6fd68f8f6262e
BLAKE2b-256 f772533b25cd8286d7800818552cea620f023f2db580104d1b9ca67e01134dd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.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.20.11-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82acde62286c7a1d7991b5bf92f192603ea9b3752b3bf28dae75300c05de1119
MD5 0aba2bcf8b57bfa03390e8669b78f9bc
BLAKE2b-256 34d6c855ae803d364259e67642bd087d8438ef390529277fde52e9b3444fbbe7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-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.10.0 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.20.11-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0101be8b6b40e252eaead36eb1c4c87d53f6f0cd54d40e1ef571f984a36efb79
MD5 fddfe8aebec3f146fbe93784ebd6d3f7
BLAKE2b-256 07a69f816701f4c6252a5e335b9743571823535188aa380c152af80d4340d845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.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.20.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6afdee4b204592eba1c75797407be976e9097682d27de6b0ec0c696ec0851758
MD5 036ee9c161b817f8f32e924db5aa12af
BLAKE2b-256 efc68b8844c9e3107e3186fc118007411c30fc2ad4628fc3fe72223830e1b1f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.11-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 778.3 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.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.20.11-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a7ba2227546522d5767308ff49876fbc0abd1771376710ce2cf4dd8b317b2b9
MD5 e5d0bb9c236117331ecc60ca550ec116
BLAKE2b-256 d00887e80d2046edd7072b6a353cf5d19e8f1c18142cf3e58963fc839c51c75b

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