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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.3-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.3-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.3-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.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl (734.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.19.3-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.3-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.3-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.3-cp37-cp37m-macosx_10_9_x86_64.whl (734.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.3.tar.gz
  • Upload date:
  • Size: 31.6 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.17 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.3.tar.gz
Algorithm Hash digest
SHA256 50c233b866417dfffbb331b70ae3b7a0764e7d8e16718a96f665001850562ef0
MD5 8672426e585a72cf33da8b3514b598aa
BLAKE2b-256 f58d08889c99f67af794b898447da59accfe2fe9e1645984c3a68bfb8ceba29b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 56509fbd436008f8058a5c07f1a889266e18c813d183ae4785325d6f5b4d725e
MD5 172afc5cf786c80416fce3088d854472
BLAKE2b-256 214f784791e85479337887515340d0ea438d4f35906227a75cd9af6913a47938

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 d67ea335c94ec3a5f010df153ade953a011f2d75941092fd9dad0d7935e034a5
MD5 b4ce84c0c037bea941bd93fcb148adf4
BLAKE2b-256 a49e24c1f554710ef8c948d083c6395adfb8c29ea0c3ee0c9760d2004c3b8a1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 07ca114f36b3e76a74d4bef03b28dfd5f0555d5cbfaaa0057ed3569a4d04c728
MD5 aee943c7540bbdc4472acc4aede8dbc3
BLAKE2b-256 88a3b7575ed72e534d0eeb74dd81a626c01565f612e379c7e071caaf6a1c0941

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 988054e873c14feaeadd55fdec732edf7ce524ea935f39fdff3ca5c8b6d123b9
MD5 6f2b0ec3d77d5964c53a59d256f5cb7f
BLAKE2b-256 d3041660f29148f70b9e47c0bb9e2df987e52e7eb4f17e5569a4d4dda44e8536

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87c99e45abe05a7c79a1d5676c11ebf6aefd4072720e8a2125f8bab9dca34a96
MD5 f752d48205df6abaa836997a21c678ef
BLAKE2b-256 3881208cbe386c407b5f726f5ff69686077cd6b3a623164e6bc1bd652a2d4eec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 05760c2dd367a41183adae69a67636cc2b9a4d308d7da4c5abb6b9059d72a7d8
MD5 d7f859a13a0c0eaa50701320dce2538c
BLAKE2b-256 5328f1a58a332b669b1241fb5ba69c23b4b0dbd052ec0f9532a126f3740761d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 03098803ffd0e47e58d6716396f9b2345295137073be3548c98067e3c21e3508
MD5 29c3495d89dcb265584b68b149e88e75
BLAKE2b-256 eefab490eb2c05a1888d95441777ecc605664c0f449622ba605e3179f5c3cff8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1cdd3f5e990d9d6cdb295f5abc33673062c942ea89448b11ce8cc4d7a5b786e4
MD5 47af7c3a5b90e734aa5f4e7e0bcf37e0
BLAKE2b-256 189a3d829acfdad29a2c184f12d4703373eb109cd56f8973c0254b59add53e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1f8c4158ce0c3eefb699486a3c830a84796bcc376d98cf4fd6b976ecf8248fa1
MD5 7750d9a7dccecfd0efd6ce12c56836da
BLAKE2b-256 7a2ce79e50df648a5401f3f3d104419a575a1f17c045fcd24720e4fdf6d101e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7541d4698cd46dcd7d3c3cf676cb0e40bb7581a1af11d73879f4cc91d59eb55b
MD5 9783d3c31ae31046c4fe2bcc9b68c513
BLAKE2b-256 f079e4bb0a01e9bcf5d0df344e59a87a2cac4f5dd07427c02227e383048640b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 09b158d6a5f4fe1e9f00939de491dd634954a19fec2647c995be386e89a1304d
MD5 c00e23f363253dc12ce2a00b35e0f5f3
BLAKE2b-256 5221ca3682c5a5ec61923b59ecba302b0f465565e429c545c38e426fad5433cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0057aa855523ef1445fd919cea881d79a5b73117732f31544d669974cf72ba44
MD5 22cd007deb130494fc7e98bf54f0b1ab
BLAKE2b-256 b85ce265f3f36b6f96d64e03e6ac546f8b272ab244c398b2584c90cc90dbe97d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.17 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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e07cec860132c6ee2970484fe3f7b9168b0fc27d7f09f1a6723b2714f97f164f
MD5 de77a67c63031a8b7873d46127156ce8
BLAKE2b-256 163b561f3a82ebef8fc367665e7cf36a65f6d17dfd459d2eb5413489093ad270

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d5ca1d70098dc47c1ed7063b16e87ac9b1eb5376852d068c3e3a38dfb1e32509
MD5 66392bc5a14b2f660c01b65d39a95ba4
BLAKE2b-256 33e3e9f264f29a9d6dbf80ae06793e2ed7c6a5f9faa7acaaee06c2497c820828

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 410e1335f4415f2e555017b5ca6e578da26e6332a43657ad313ace73d73aa25f
MD5 06d68649db71d48a317e9f88f66c5038
BLAKE2b-256 9dcb576c1c8e6acd24cfa0d41c543c574ac9eefcca48b85f82f311aab200b12a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9a7ef70b91787365049ef8effd643a946f039260b10e90f518242841e8e6fa99
MD5 97d9e207ec44aedc1717a780e028d2f4
BLAKE2b-256 7d390781daa3eabd0e66fc677b625fdb2235da9a3694591aa5cf76c5ca3d5ff1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed08104a50d054b1d71a2f4986add8a4c21f9a5e5ce5f68fb8c874d66c0a7381
MD5 2e1a870b48ce0f20be1969e9709eac7b
BLAKE2b-256 d5b704d741f2118bb215164926c1f87cf31111e696952592c4f6ed4c8cc9d7d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fb9adf7f72f1a00ebc7e1ad67d07d6cf6f81a60e768eef4b5784a47fe57069f7
MD5 cb6a3134aabb23135511cafff2e27107
BLAKE2b-256 2e9a73d51640d3fb0d66f4410cfe3e258d6fe8ed5103fc685150128b3d9f9e8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c635c6ec44c9aae17d66e6621db1caee8db4d73b769331f3c21fd27273b1a60e
MD5 713c157ad82e62e7bd2c01a1846c871f
BLAKE2b-256 a7cbf60867eb532d268fcbbb9ebd8ff465f966ff9c3ece6349026c54da24e450

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.17 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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7458b53f6a1cb910ede4206a9f55b5147cd04e44e38e8ee4a9774b5ccf5d01d3
MD5 09aee1b9c4adddd6a73b10ffd5197e8c
BLAKE2b-256 ce1a4eb678bc10df80540893406b80ccfd48de367cb5b0fc9315731ac3700c49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 79ea8e2fabc4e9093fe3473c1d33029288c8352ac17d2b791c30d80dda572227
MD5 7d98e2936355c494c6854fabf7e77eec
BLAKE2b-256 ae561260ae30560914fa295902a688a650e8a4f1185100cb2476fc5f79718fed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 40eb32ad2df423e50409637b2bd2afa974f52c2f1ed8f183905eeaf00307143d
MD5 953d73bf4c0127aacc305342d568aecd
BLAKE2b-256 01aefe19ada887573b5b2f2c645fd5e375a481ee179aecf61dccc098d6295f00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c3339cb7b1b4d8a4b908689e0fcda5010872fd71eb4877b54d1756e1578991cc
MD5 bf145292fe6a8d839ca76aeb8faa1dc6
BLAKE2b-256 d70e83bacf46b5925156fa70d4b3573fc329550ba3a71585fdf93cf81173c575

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0baa9f8bbdb6c55b46392a8ff86d45325468af007efc221bf2a7826afea329db
MD5 5250f7dff65ef3f200851c8f33afd3a4
BLAKE2b-256 c56baae8aaba692f5666c53b0168da50e4276890aaf2449ba4a5983f8330cc32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 927dc2299b408c68c02795fdea43347305e5a3bf147532ee561751a437c016e7
MD5 9f28aadb2d740077c24abba19d131129
BLAKE2b-256 0a98f68f2fa8a75f2be81d90d14fdee3ceb4998a2e75e194709d125340fb1843

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3377cf9e6443aa00b200078e9b5170cbd60fe031c33267e22394e43c8384d08e
MD5 ba078ee3b29cc81dd6b2d0b19482ecb6
BLAKE2b-256 5c7d69c81a5d9589da73470d91d08911d207bfd17f1e7ea9e3596794e66d92c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e592240843cb071025df9a8a7d9f7f0b24681c8131001bbce7764a06dcb177e3
MD5 e42506d3520c1b513869a48aa6db3681
BLAKE2b-256 135c70bad1f001f4a3d06d390fc569c11bcd0a212160b90698a07514850c0568

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6550141b837ac9d354f7bb869d2260a538c60420d54378e0640cfad2c402ed66
MD5 0c92b63cb7660eed8fabe2c8f66482f9
BLAKE2b-256 0250c7d963e9b9ecb3b56d63841a7c54a6cc5129aa6c7b22d261fcb2585f48f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7acc7b5afea48538cb521031f7c7d4fa01fd19c1ce4a4778acfe04e7aa88e3d0
MD5 505711964393f75d38353be8a6752228
BLAKE2b-256 ec96b2d80a34ce2977b0fec889334d5c421eb255920b7b66c18dbaa241baaeca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ec13582dd08677bef8163a1c819def7fcafb9ced45e3642e8d2d2158c2759f0a
MD5 b55c0207c0b07b093b3ff66e0d61641b
BLAKE2b-256 92cc81935c7f30f6e6e920f31bdebef8825bdf28b8e51394f20aa23850cda654

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 24b504a94752e61793dcc0bd4543c8da11f61f3b93f7e5149f668856520433e2
MD5 516499164e4e3c56337f28e192c70340
BLAKE2b-256 c2f7bc97aa9121d7aa28e36ba0b7a1418fba826b13a5c57d768457a42776610a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 734.4 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.17 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.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5a469bbc8fccddd7dc0237abf714ddc27b98cb55aeff1e6d1a9c47d48cb1b743
MD5 d7aa405cbd9a1b8730d9d1138b67fa35
BLAKE2b-256 160700764f5b3011ecc9068117bbaacc9a873edc77c5349ce7457e8a8930f4ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 e2a35db8cb146931ebd6148c8b88ddeeace6c1fc2593121350f4f67e4186fdb2
MD5 239065fd8266be2ab76e62a9f8ab6923
BLAKE2b-256 2c0da0592da9cb01f35f02b7d8865a567f0b898d1e09cf012a52fef9eac5f9ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f3846c7b52240d8d755eecb15c42a011d5a65f8e05ea7580d29a3968a10f6833
MD5 dcf65ab77b3f958fce0cfe0d8d8760e1
BLAKE2b-256 f3b62ec1ca3d31f08c298c0e8bd627676c3211683563f6bc31af212bbfda4822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 49908b76a7def8dac7f76d918803ec03d52183d165369866a05eb5f93e0ea75a
MD5 74b1457c1673dd45bac73ddca14a3d02
BLAKE2b-256 ff691a1d80dfbba11be8f7ecd73e53bf93452742a049828803eb0b9a367d67e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 31de33aec539afa626a06f29c870e62f66791aa0ce766d22c41ea4155b09a84b
MD5 d76f2cbea137e86a2233221448863861
BLAKE2b-256 19ee628e6ea7c9a65c262b18bdbfdec528b2c83033342ff72956244f3e9b5098

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.17 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.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72437e773875bb50b7394688f08c572060f85c21dcb98c735e65a8e4f8f9a79c
MD5 249d9449e57f0e85cb1df9a06264998d
BLAKE2b-256 c2c66bddf479b89f8db4cc93814ea6793bb3e5155ddd87e751a776d61eaddc20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3f33cb532feec0fca973534fad4820a4f62153942596a5d345904586fe95d14
MD5 73cd56ed453eb9eaa04b714947b57fce
BLAKE2b-256 2d7746520e6299a5b4adcd088bd6724e88b4f2ff40a1e61a9ec47582caeb3556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cdad7aaeb204e6b6bb80bc04cb09a2df691b8472cdb754c55d44bcf2d7d69aa2
MD5 2d4590343e66ba84f487510df03c1f09
BLAKE2b-256 4f8a1b2f64a6d6076c73a94b8241d5383dcf763f1f21934d4a3c5678d45fbbad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-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.17 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.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3f0b22947d718502bcee2b22b1d25eaeb1ca5f5c1a5514d22329e87e55e47afc
MD5 18a12ac60e1b5f90a76ee78d65c1a33b
BLAKE2b-256 1945d5e47d85bfd3a99801fbbd3eace966b4098d6ae1b8bcd24992997f58b58a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 734.1 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.17 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.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7fd86138bf87ca475a505dc9a175a93f672f2593ce34185ee1977d7833fbcfb2
MD5 3f7f94d8d193f5ac931859eb9437dc43
BLAKE2b-256 dfeddc5046abcf730505276262c1ae5fd7479ccd5f9dfa5cf155edb46ae7915e

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