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

Uploaded Source

Built Distributions

awscrt-0.17.0-cp311-abi3-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.17.0-cp311-abi3-win32.whl (2.3 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.17.0-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.17.0-cp311-abi3-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.17.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ x86-64

awscrt-0.17.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.17.0-cp311-abi3-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.11+ macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.17.0-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.17.0-cp310-cp310-win32.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.17.0-cp310-cp310-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.17.0-cp310-cp310-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.17.0-cp310-cp310-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.17.0-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.17.0-cp39-cp39-win32.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.17.0-cp39-cp39-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.17.0-cp39-cp39-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.17.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.17.0-cp39-cp39-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.17.0-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.17.0-cp38-cp38-win32.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.17.0-cp38-cp38-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.17.0-cp38-cp38-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.17.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.17.0-cp38-cp38-macosx_10_9_x86_64.whl (713.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.17.0-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.17.0-cp37-cp37m-win32.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

awscrt-0.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

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

awscrt-0.17.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl (713.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.17.0.tar.gz
  • Upload date:
  • Size: 31.3 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.16 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.17.0.tar.gz
Algorithm Hash digest
SHA256 244ae41917d86024ff9f7bf39b15d83cb596d9c73b8a7fa68932751a3c9a3cfc
MD5 2c16a01f26bcf4e1801b08651ee658e9
BLAKE2b-256 d421ecb7f5d164675fccd00aa40fd6375504647e742ff45a78d5a33daf5a2c18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.17.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 57bb97cbe70e1ee8a7e296e8371d519f83055f0f09e120b8b7d10de611e81fcb
MD5 20cea83d3730cdca1090ee5c12b6cb72
BLAKE2b-256 e1f23b5d01cb8f876ae2908fdf389cc78af618c02ff7c9c1265f0920f129199d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.17.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 cab0d4111e3878fea46797d902e70238c277bb3e8cb748046f72ac0f425cdb77
MD5 af75c6305ca728caf3f4f61e0d4a5dd3
BLAKE2b-256 e300c2619f14d9ba26ceb0a8e20b00edd25673de257cfbb1c3a10332ffe7937d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-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.16 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.17.0-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e0b5f31244787d5c7ebfab50921a4395edf6f5757941ba7378fd7263d311ee0
MD5 d220dcf9141336dfc5320b47e4ea8a0f
BLAKE2b-256 5397ea06ed5dcd10226a8e6dd397e5050f9490e9363bb02c8d10f9936507d4b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.17.0-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 90692c47ec9c0ae3e6691f627ad3024aec836befa01e2c1eb8b924571d591a76
MD5 96f0cafc65a0532ce85c0fa0862ed4da
BLAKE2b-256 5f42da48c67e2b542f3cf2b885c9321dcef77d845214a7b1d7d2ce026719b33b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.7 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.16 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.17.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9ba10b9463e355e3f66a0ee0edd7122fe22cb9a9927ac528b70ee1e11c2147f
MD5 e768e1e595b30dfe97cd52477c5d77f7
BLAKE2b-256 d745e8b88cef667cc68b33539cab3602482d2a6d4ebcd20749eecb2e1a3ede47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9d242758cea086156ee84be66c2effff1a05c76fef5a53428fe49747426d6d4
MD5 4dbcfc778e756b5b4fafe2ac9eb9fbb6
BLAKE2b-256 833ac7c7eecf3920cc594ec9144035fe811ea2b3e322b4d00d6076ccbf0f03f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.17.0-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b39e0c8fbec39ef413860203b3e3d7ba98b173c86668cf6a2849500066835121
MD5 056eb5de809e684eb17236167d44fbcd
BLAKE2b-256 868e717bca0661b70ae8821056da2d45dbc6e198abda73047cd78c93caa88f9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.17.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 88d2c72e0c43050d8160585d13f13f7247c08cdd0af1200cdd699fffcb6161f7
MD5 7505579c1de39a2106a9e27b839a6764
BLAKE2b-256 f1818b9a483e79a02a931e7e50586f44a789507a58ccb5737344a68a4a0dede1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.17.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a8ec52d966a1c6fd8392c6f91291567c2dbbfe828a2ca159a1769b468d86f383
MD5 aa1c5af5c2fe677925f21cf37025a29f
BLAKE2b-256 4cd156b7dd4afffc7ace63e374f16a3422c0b271a8e31f30e2c6a96a0ec89a9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.17.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d2f8d26619ca92c71cdf90060278648f0ea7bc1d0939e7bff63d041f3a4c9a18
MD5 32ac25f5976f4642da298c7f201a9668
BLAKE2b-256 502628118a0db87005fb368116b6dc54c05e98d877d6d90715c3a5376b577e5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.17.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2765538a142be06f0eeae532b9ff290ee69dc702d47783a676beb53a83c07ec4
MD5 34f6b87bcd0cf6e17a6dd220ee5f3a2e
BLAKE2b-256 0f98e41f9ef9ac779c718a63bfb3dc147f69977f2fc5928cef6dd5f028059a99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9485b512a994336dd2663459f41f0dfa1fbd90de2d069534a838690ebfdb2811
MD5 e7e26faef38fcf85238e8d7840939020
BLAKE2b-256 219a013dd23d9d529c292b69549ba6ab66df9437eee625192019eea3662a59e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9df4d8b0ccee475115fac090199117b028c82104a6e0a0fe72f037b4ed734b11
MD5 b8308c66a04d4a9efcaf96479b08f278
BLAKE2b-256 8546eafe56bbe74f87875e25f8f063405c76b7de581226e377ae2ff70fb89b32

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.17.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9c5bc5edc24b59154852824c724154303cb1871b989fd890a70d484a6218653d
MD5 477bd3eee57553a02b32bc1521cfc429
BLAKE2b-256 3bdb75b434d530f69709499a38f5bc1a3ec771fe726a173bace233a8a34c9caa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.17.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 11fc02ea5021af16d35512093407a3440760358168ed0fb523de515733e61835
MD5 7359a6c5ed4b8a7320fbeef73fba0d1e
BLAKE2b-256 f23010a398f4d77d2aa7dc2747c2a66d9359c66a52a2bfb738f2f2f8436f5da4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.17.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2b4852bd726bb9805a89d589b46ce068f4d429f74efeef794adf6d99b04859b5
MD5 ef01c88e87e4e59d1235f271c3007354
BLAKE2b-256 f660db4d0229ae537bbc3aaa796ae18ef57162b1e43e8588c29c26ce4b50ac20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.17.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4d702d79755c00af28fa51ee2e161918967d6a51fd5e675e1c523ae243993f99
MD5 22c3f95314084d79fcae92c239753b46
BLAKE2b-256 22a7d1b72b88bf404d61f13891d4816a3f92403832de4a14663f8c9d95d59b09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.17.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6fffa6414c879ebe2bca3daaef6f683e0d99d099281836a93585ece71445a2c1
MD5 ba9ce3c72962811aa3690a46ec12e119
BLAKE2b-256 14e421389b43c356f24c88c6d6fe5fb6bb56b8998e3a5b8b95a4b8edd307d7d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 776e46ed4a6a48367895af1cbec166d2e82c6a18c5b269e4a5ecb2a040ee5888
MD5 80b129361ee93931554322c18f1181b7
BLAKE2b-256 07531d22f0a506c4e3aacc3df686bc2decf707ecdafcbf8ae3ccfc62b29cb6cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97c02a60ffcc1b862c190ccd6bb73c43aec6e4138900d61fdb6e8860ea7a2f7b
MD5 b672b20df5e954fea7700139488031ef
BLAKE2b-256 a3bd2f61bdc7f5dbe39ab7ef01e16b557b2138d9401cd98e6c41a62ff325cdc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 11666a5f9debc99ae14d86e3b538ee7186cebd33431ece473874f06a169bd359
MD5 7799b5e9d03f51a29c5dbf3d991adfa5
BLAKE2b-256 8a310e1f63adc47a03db2b493b1aec102f287405c6a57786c9ea7a9c71005cd2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.7 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.16 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.17.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e8a0803fdd9b5b49a51a043b907b55a0e60b2c042a869754a72d8dd32582a10
MD5 5a0235449613f581fe1d42c0e26e201a
BLAKE2b-256 cede4f0aa2ba672ddf2c21d2b7256aa928a738cbc5275da9973ec7b5a7c0dbed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.17.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 99160f223b3008702b4877ce1654108ab94556c1c53dd44dfd7ca09d535531ba
MD5 80efbc5f9a0bfd1f77c0cf5c641a6df9
BLAKE2b-256 a37cd0a79e8564d65279526bdf6a1589d1d40193d3c0ec4f5c6a5232df580bba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.17.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 27b3f4e77de90ba835ba7976f0dd7e0119ef33c9b17a9570f603e2bf06e1209f
MD5 54678df77315b4f7dc39adf9170a3fbc
BLAKE2b-256 bb68c6aeeffc6a20826d6080747ed9d3c16c9ba6666b691b91d1f8985fb642f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.17.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 69433fd077a44bc45f64404ade91a3a2e0a1e055a02f7f5931e7023f11150843
MD5 f0188e0e9dbb1f31f7a111cb10b8403d
BLAKE2b-256 9cfcd107ce6006b0d5cf20ba31d6f252b62e8fd381002d1d46610eb2702762ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.17.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 495fb3b4172313122a714f8560067c8025b78b03bc77f6f349ff1f44d81df1ca
MD5 6d19985432ddd3c79f40cafb34d07f24
BLAKE2b-256 85a307a8830eaf3fd71900ae678048d84fe85a28d370196c74972e41872b6341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.17.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b384e138dafcbe2e7f97bcb070246db9d04798331959cf56343a62d6fe8910ac
MD5 5a069ed263af585427c281a3dd9a9068
BLAKE2b-256 c9fd41f06a1042e4d73135cb7156043bd4801747bc158546f2bb58b70d82abbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f12b34cbf79361789a1e6fff6fcc5f64dfb268da17ce8e38e6153e4587922737
MD5 704c48e6a9807b2d92304dc47ad62c7f
BLAKE2b-256 8e06f05745e5b0cb1c5a506512173c85b7401ed9a6bb6b117f2cad518f5d5f8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3729a55c8af4a236971e1d83aac31bee484c3b7b284d91dd829a79464d56b53c
MD5 3e5c09c83d66f3b200ba7d38fcac9dbc
BLAKE2b-256 63d78d284cd07ebc37f15ed5114f399dea1a056d0979ee062c7038fd1967fc51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 12714dd8f8ca83908023abda0cf8569b51f10f3829c40586afb784f127bd9ebf
MD5 b40bb23872ebd471bdbe33b465a6e956
BLAKE2b-256 0819094f96d0b5280080767cb0be66372f4578d3c4aa628889191dfbcc01d456

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.8 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.16 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.17.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 89192e455c1efff30aa51641604d702a88211baaf821080d120f2eefe23a5942
MD5 9b594a664513c88c394323258bfa9800
BLAKE2b-256 29fda208b638dd74b0435156aeabcaac3bc160a31395018edf898a8e9e5857be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 713.7 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.16 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.17.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d143936d56efb1d0056bfc73bab634059fb9828d6bed24b080337f78f89d8a3c
MD5 7e5a414cbbe8845385e0e8733324b153
BLAKE2b-256 e3f00abe28be0d7ba21da4a793b9c89669a40f2727ce1575b5062dec2f05a054

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.17.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 266c649ab76af5a8060c1291d603aacc6994924a6f2fd4db758f9a42fb92b6ad
MD5 d6c3038ab44607f8c90c21eed239c91f
BLAKE2b-256 b762cdfaaffb44a0ecc304a00fec720b87ca995854c7c6d4eb3dcaab8dfae65f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.17.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2e86f6cfa7d869f6a412d80888d6f1ea38e075ed379af60ad5710bd2a8438e0a
MD5 f445e55a5d6c8b35bf93a40789195710
BLAKE2b-256 1c02256c917a0ec36c86dd83ac70ce982dae09b90ea359c64a6717a6b3cc5552

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b7d1e2e0bd2fdc4fc18eb6c538b4b9be0ee93ccf40ae9e6b5afd7136bca898f1
MD5 3129ef5b1cb27e2f037df4fcb65c98d5
BLAKE2b-256 c0bccfe6e301ab4ed915bb65cc5c05863f8f96755c6957b67d3852ac4c202178

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 94e575ed8064c2f495d6277946826214e1c5b653dae24ccdcaeef1441f1ae6dc
MD5 eb7aeba12820da3cff0d343aa2c3be4f
BLAKE2b-256 011f3b22885c9450b608a8dbd0d4137e6fd9c9b49ed60c928d7487644593ba56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4f5b049fb45a60db54f32c017df90e0bc36036537868844a468fc70f6bf1e63
MD5 8b2677a4ca1b70cb44127037d596c32d
BLAKE2b-256 11e24d5dd9e87074f80689e061fdf5c6796825afeaaf06ccced56f0b15d06fa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb41061d0a151268702eebffb74db5ecec507de6d067a05564afdcb41ef565d5
MD5 03ce7817f2d4ae7b9233b76098d6f649
BLAKE2b-256 f42e6b7c4c0536724a8adb901b0d42305e5d77a39b7061e71cce20eae06cd038

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.17.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7f13a89e73a40de3d1bbc30d6077db8266bc3c9d4e565c149b32af4c8a9920ad
MD5 b3ebe21d9b577a101aa43cd677b9b045
BLAKE2b-256 8eef2c7e6538247d57da4860075449da6287aa47fa4988c7b71ac92592bbe2e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.7 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.16 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.17.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2a5941b07b092a4fb45d4bd573a82362a54e4bd4ec69afbb808eb2d92307c07
MD5 d56ad552c64b56ac3a6cd531b6352eb6
BLAKE2b-256 a706a53839e8ed699fa8bb91fc79c16f21a2bf6cb7a314e7406fa73572674b5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 713.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.16 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.17.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc767f9ecd9a6b03881553152d448a2c395b32003371b81156f24f0321395c23
MD5 109ba2c91cf8ee7891f8b53328e4467c
BLAKE2b-256 022ac945706f5e22a3a8f752c0e40b8976d8c793ea2ec95e8cf55051e992b7ab

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