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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.20.4-cp311-abi3-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.4-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.4-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.4-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.20.4-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.20.4-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.4-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.20.4-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.20.4-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.4-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.4-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.20.4-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.4-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.4-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.20.4-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.20.4-cp38-cp38-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.4-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.4-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.20.4-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.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.20.4-cp38-cp38-macosx_10_9_x86_64.whl (774.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.4-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.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.20.4-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.20.4-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.4-cp37-cp37m-macosx_10_9_x86_64.whl (773.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.4.tar.gz
  • Upload date:
  • Size: 32.4 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.20.4.tar.gz
Algorithm Hash digest
SHA256 4b06cc21e9c1f1aa192b3c6af318d0de1997f4fcda71c1b8fb2f9fb6dabc34bf
MD5 92d3df0ea7037e91088fcb223951e0ed
BLAKE2b-256 d42685dcf6daa533d942dc7cd60152b664440f23aeefaaee27800e2e192af6dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5814117c42a3706a414318271ec6159abc389e553d7e05ee36650ae0909a741e
MD5 ea1a367995b2aa287a5f79928f9c57f9
BLAKE2b-256 b216b70f9cebb11fb6f24a1d9f66f241c94112e4475c07473f2d5475f8d5488d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 aa3323983aadc311cd2b69bc8e572dec931c2055326d9b31343d597497eb2396
MD5 a868b9640638f7850cce7de16d6c15be
BLAKE2b-256 98e35224e0aefe2c308febea8be268eec7f9cdc432158c5fba5a20484824b22c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.20.4-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bfb6cebca6048a8385309fbab13fa5c891a2472a718be5e7be5659857cabca9e
MD5 a2971378a0a1915d378a99b65dc90b91
BLAKE2b-256 7b2cfb4a192e846d4e6306174694fe42c0a0767a354c0135bf11e74776271757

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7845ed837c6bb621cf631cef3c37d3c327e9ce15fe3500e5cc604ccae5521a11
MD5 ac24f383871d8d1c347c894c090603bb
BLAKE2b-256 68c531d3e4de69df5a231f2e08dcf3ac470287fb2803b1072f56014ebc77dee5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 872c9ca19bc8ab8880e03e410df984fbd9a8ab7c1ec9d42c7c372a7a7fb5f0be
MD5 8cf8b8fc7cb8aad3999b459ab49c514c
BLAKE2b-256 1ecf77581713682650beb66772fa067e98a81a3094b0f605a6514b97ef3a43f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 301c2ded9b9b608980efd8d696f4f8ae4ddfe510e47714bf3b79485f2f9b0ea9
MD5 45a691bb9e13dca18c835eea455cb100
BLAKE2b-256 33511599d74e2dde6c507fca68ce4c5eb1c35e4b147861315bf8fe13f7fe3431

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 75c27aba13d4e88515098ed2fff28ca5160b59a04f6bd99e93ac068a7ef25a97
MD5 1615d8ea05aa93f341b320d55d504039
BLAKE2b-256 17be09b6093989efdaa7802702cbc9279f0fa53dda6fadfb532a1105afe440bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 95d9e1a69dbd75d3643a145b4cd81c25f7625b5a5a60ea33f47b6bbd2c8cada6
MD5 9b97949d9590be2e64558fccbd8891c8
BLAKE2b-256 3867dadcaace5cd3bda968a02b52afaf1092bac86d9b1a3b93768e9a240f7f16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 222b942606d813efad8532c49f3bd9f8684a1514540599bd1df8440ae402ce5f
MD5 8266455afffd9d3f58255698a5b15f88
BLAKE2b-256 cd1e101ebaaea1b88c09aebbd694cf74d748c39a5d049c175148f61b1aa0aeb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 19901c940a1e4e9d306b583ba922cbd6cdbfa808b3da33ac542d1e4eb63805e2
MD5 a3d900a42a327ced80b6a8e6e6fb515b
BLAKE2b-256 aa792ac30ef194d7c3999df8c9cdddf2712b1b24f0ecf979eeb2dd79b069e585

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 473c4aa3be59f1766234011a38878401e94e94e78c93598a97d9a0e5fdb16c29
MD5 3881587246df06788597ee9b6211938b
BLAKE2b-256 20efa6722a9066607d89b46df26a326b31d0f1daf594bdc2192b1a82f449488d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e75a61b6564bfb5d7accf89aef31d59463b2749f3512e2113034f207d46795ef
MD5 66a08759467cc69561c0c2c7ff6d2a24
BLAKE2b-256 39566f7e6e7aef3fa79e80e67e2ea318299c29a6845cb8c4c4840178dcdb506f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 053305b8e8412c428f20239bfa6429420dd66b922005faca250c1a129a498604
MD5 7692095376a36dad48a16663d8078703
BLAKE2b-256 fefa60bed7f26979aa03657c5459259f7b95e30f40e11a118fc4f80b8d37dd06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7ad091ee725cf696f34723c0b591511bb5b9d7ddf5836f1089eabfbc6bf35f89
MD5 a8d16db4c560038b2b5bfb7df30b1788
BLAKE2b-256 a8a00f2377c081efda9183309b804f0cce98029ffc7b275c0f952ee6f0dbfc02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 46153a25e1a8f4f4414b9e94a83aae7ce3c40304a32b2bf3f292a4972dfb023e
MD5 5f1395e4fb1a1fa6b18a5ae6de2c7974
BLAKE2b-256 2ad20919fe415dfd06a301b809ef4c674db365f009fd01e67c25d182f5400c41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9aa38d9adfde56d822c33142608f51b020580e2296e6e60a781eb82ff880dba2
MD5 d0c91433e5143762f5278f59f5608258
BLAKE2b-256 77d58106c4723f40867c98ccb20d0b3da9592e3c86128513bbd0ccfb29731156

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e32ac72ebaf21b5597616bb5abdca8a2c947280688d9dae1523a57fc8d2f69a3
MD5 c05c0252121c22a4217ac83576b4633f
BLAKE2b-256 6a7c91cc47a8b44f719e82b2574d2ce4f79fca424f045870393914289149e878

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 82094f152d4328f31c54d7fa3d510097f98a1119517852e471a41571f716b305
MD5 3887121324c29d36e8d105f6bd37acea
BLAKE2b-256 55a27fa3381f638371c09e998ec25932d39f89a4fc8279be16864750b7b1d7b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb161bb4b21ee717c957bb1f3db8e54eafd202aace875ce689b7d5c341d6906a
MD5 f1760cd3d2ed5d6ee3fe6318e85ef53a
BLAKE2b-256 94b1bff53d2124ea2ac2ca1bc9f79b2f0b446d4daa6b5b3853f9db20e09d43be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6922eb53d8930c366e32acc3d7f6f075c2027c2853368410c381d9913168009
MD5 e4a470c2f24e192c354329a47eb29914
BLAKE2b-256 ed70cbc7026ee14b036c947ffb491b91b10d5384e0c7859bd5b7095c651c57b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 417ac93015ecf1a0191ab503aaffa3873c9dcf7c087ef38e31a78913f70c702f
MD5 32a97f59912220a5a644daeae574459c
BLAKE2b-256 a999963f961e96eccd5f0f57eb07304d619b1531e2ff8746e9fc9e73ec688723

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af199b2a42bab776262598251b1297b6af13918f025f7900f91bc22d64d7ba6c
MD5 02da6d83a5a4e95209d527daa0ee1be0
BLAKE2b-256 856feb5178d046804984c31d33f95cd27cb26fb2f93923a2f6fb23d881501bdf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f06d09175be602938a2432736d37212596793c9fad122484cea7f68249041ee8
MD5 008200489751bbdf3d5f027236b50419
BLAKE2b-256 089e5367044cf9f7a0f7e2f73efbeeae5a85cd1a345afc438e8c7ab162ba224e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9d5d23b5721930a8a603e523b9a3a5fb6b0eda9e5988f424d6ef9a3fdc89347c
MD5 6d4cb14fd0c849dc5910fff3e541d521
BLAKE2b-256 ee441ba2de0eeb661957931c9b3e0873b8e72e92923109d1f70054e0a949e219

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fc5bf762def848f450af3bd6758c94fd0fd39c4131871ed8640852170b4b74e0
MD5 96b36e49bff6fbb80db6dde8b467b2ae
BLAKE2b-256 6c2658e74063e79e459db0fa4c71b2741b8bc79a4b5aa3978181d49d501fa5a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.20.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bc501ea8e145c06ce5f8880488c677c8191d6b2634c86714a5cdb48de80bb96c
MD5 d42c0b26ed53bd581afe4202601f8392
BLAKE2b-256 fed4c18931ae5371f12b4bee45cb09126bf50252f5802e723a71ea33c514c28e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d018afaf5c114c598379113f889c2794239520caeda4fb2d249af5993bcc8f06
MD5 3bec15af00ea96addaf13d5e37d434e9
BLAKE2b-256 121e39d3355a3bd33fb0ae492dffa186795543c2f5d8c6ec017412bb5c9c76dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d3aed20621cd31cf5c11c0685e1628259cccad22a06c38926d98e64c6109d50f
MD5 33172a96fd09057db9d173a1f892673d
BLAKE2b-256 816ac21f3bc8be6a8e483e0a547637240c875dd941ff4bbb4c96cb15a2680526

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9ab277ce14bba4be0afe928d9cc050f4bacfc7d30099386d2d9685b44f18e03b
MD5 3204924d373f291e9339d84609e12a3c
BLAKE2b-256 5b5b05c31440b13941175e43273db9e162bf127c6dd09d9afee996e5c8b85b29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e26d0290d414a28cf779e530a40172a203d359c10fae5e9d79cb980c88284eb
MD5 aabbafa19fbf22607d3e258c0a6ec2ed
BLAKE2b-256 2096739c7c858d5910efedd1687b57636dac9cc9f1d5123e529e85cf150bed94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.20.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 349627af7b56e2d3420953322e690f2d0a9b5a0e991c1d7b24450114e3a5833c
MD5 1c4ff41fbff7334fdb04eec7bb527383
BLAKE2b-256 34d513d7445a6f5bb01444fc19353ee3687e4abfd75f603b39041962c5193e1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 774.0 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.20.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e51cb21516052a0836730cdb6b0053018550dc052684531f71c88d49529e228
MD5 8ae4bfb6cdc624f5e3a73b3be90ae2d4
BLAKE2b-256 89d5ded1a222e43f1aca55f81319258443b3c9bb1c78b707917dfafbba6251ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 063d62de513aae15d51edded45e664db26845e3c9f8386c4e47882b46fa63ce9
MD5 03c7fa70a7b29db9e454750ddcead679
BLAKE2b-256 2f6f6eb05f46887fa09b8e27da20db6d566d4c4bf24143ed4565f75263c14c51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ea2b26a339d6c0323f175e11a92e8ecd119449cef1590467d9b4d8b26fe82b75
MD5 21d71cc467b7dc50c53f2389a5a924e9
BLAKE2b-256 ee3193da7de50fb8abc730e00a9af5eadef8b155f5821aafb5712457dfa210aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9a12c926843d76b82e076716482a5a29a362e0c3c35e2a74d71c18f2dd289260
MD5 6913bcc31bf63f44505984ba644f5c0b
BLAKE2b-256 8c9baf45bc99649c2df9dbc2a47525d13fb346759caf51238f5596a5c3110aba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8509109c1e02d49deff3c8d0161c09f973ea51147f13ac7d6bdbc593f2e6f2e6
MD5 471445973f7a2f5a277c076332d2225f
BLAKE2b-256 a48049ec642fae7c4e6f009362fb2d4c1b501d45dea1a810c8c7a86cf5fa1595

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.20.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18850cfd8547b55259fb1e3ec158aa172a02ee3c1a825023c68472a413d30006
MD5 8a956e42959d95a3e663e87a5fdcd09c
BLAKE2b-256 6ac3a18accbabbb150e4cbd26626ef9d25ef3deac4e78d4c7223624bfcf08591

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 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.20.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1cdcac521514cc62224e46174113b7f1992a182afa334654db60c4ec1006674d
MD5 22f8fccefb05f5db0b977a10587268f5
BLAKE2b-256 24b24aea8f5a3c576d385559b9e44103782ab7f6f61daf55225dedef4e93426f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4c3f4c618fd8741ed1a7faa28ce9543acc286db7100f8aa8dc732ab16807bf06
MD5 a69ec694da787d64112e83f7cddc2afd
BLAKE2b-256 9b861103b7a849218f325e1fe7dc8752a08bd46322ec33d24b91df662fe16cd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-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.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.20.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f59562c7b4487159c1aa03c3eb539dfe4b99565f72dc4abec010d794873f1377
MD5 660215c21f579f635f43a099c292b785
BLAKE2b-256 610faaa905045bb68267e167c000126835b10a9baf47e4dda7a955d333fe2a79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 773.4 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.20.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7873b11132e8523711c939c3511b45e08e07f0ae22da567a9ddc80240c00bfa
MD5 f7378225f99653654d8da324b2cee8b4
BLAKE2b-256 97bc37cf4597e8984153a7b77802f3519be39f25f90c8a835574872aa3118d77

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