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.8+

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.

AWS_CRT_BUILD_USE_SYSTEM_LIBS

aws-crt-python depends on several C libraries that make up the AWS Common Runtime (libaws-c-common, libaws-c-s3, etc). By default, these libraries are built along with aws-crt-python and statically compiled in (their source code is under crt/).

To skip building these dependencies, because they're already available on your system, set environment variable AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 while building from source:

AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 python3 -m pip install .

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

Uploaded Source

Built Distributions

awscrt-0.23.1-cp313-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.13+ Windows x86-64

awscrt-0.23.1-cp313-abi3-win32.whl (2.6 MB view details)

Uploaded CPython 3.13+ Windows x86

awscrt-0.23.1-cp313-abi3-musllinux_1_1_x86_64.whl (8.8 MB view details)

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

awscrt-0.23.1-cp313-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13+ musllinux: musl 1.1+ ARM64

awscrt-0.23.1-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

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

awscrt-0.23.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13+ manylinux: glibc 2.17+ ARM64

awscrt-0.23.1-cp313-abi3-macosx_10_13_universal2.whl (1.5 MB view details)

Uploaded CPython 3.13+ macOS 10.13+ universal2 (ARM64, x86-64)

awscrt-0.23.1-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.23.1-cp311-abi3-win32.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.23.1-cp311-abi3-musllinux_1_1_x86_64.whl (8.8 MB view details)

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

awscrt-0.23.1-cp311-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.23.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

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

awscrt-0.23.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.23.1-cp311-abi3-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.23.1-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.23.1-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.23.1-cp310-cp310-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.23.1-cp310-cp310-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.23.1-cp310-cp310-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.23.1-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.23.1-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.23.1-cp39-cp39-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.23.1-cp39-cp39-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.23.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.23.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.23.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.23.1-cp39-cp39-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.23.1-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.23.1-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.23.1-cp38-cp38-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.23.1-cp38-cp38-musllinux_1_1_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.23.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.23.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.23.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.23.1-cp38-cp38-macosx_10_9_x86_64.whl (786.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.23.1.tar.gz
  • Upload date:
  • Size: 65.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1.tar.gz
Algorithm Hash digest
SHA256 3a330176a6d5536c6cb6bc85a4f9821daa4679a9270f89c8d6be0e3408749a14
MD5 ac9f3abf03db686b433f25026bc06f0e
BLAKE2b-256 672026f6d94e4297ea27adb61b7c147f9dad335216af43c67a19a7eb6073e9a5

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 99126140b6be9e1509c6ad7f8889d937d24dce6e38c87b6a30a2e1e09d5f4fc8
MD5 1d9150a046dd1fab57d9955335bf99a3
BLAKE2b-256 5aa76d55d0a6f7eb68d432ac5ac622c7ee87a999dc2220688b826819390cbf86

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-win32.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-win32.whl
Algorithm Hash digest
SHA256 6e18f349a19204cd54d4dab84c2e82142e575daadb3f1cddef744deda2a462fc
MD5 49dfa55cc768edba42ac01bcbae38e97
BLAKE2b-256 2a78a9d293af20d8e1f9973b2c9f41b36feb74d82a43085505d9968f90dd4332

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.13+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 583937d1ed69ce6557bddab0c1458ca800550c11bd274abc69dd3e12c01dc9b7
MD5 2a3c531a40b34dcd73ea9bc524daf92f
BLAKE2b-256 e8acc1df1c93094ea680cd9262a968bd6b02f403b7215e6755264e48bf6c302d

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.13+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 18c61dda8f2a91dfa245e18498f1b3a65540821467febb6d853d210d799cc230
MD5 4dd8db11c7dc3ee677230da2864ca040
BLAKE2b-256 4185c3f5309acbbf85eea69789540015ab0861394830e0d22ba006675bb220f3

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.13+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f0db0fc50605af49720dd4263d556f1be0070b0d7b8a4a72cebe940dcdbfedc9
MD5 e6b42a21c9142c02e4bc0096c6eb2f15
BLAKE2b-256 b4f6c05fe5fe00b8cc9870622c6ccb59071194dd6a6f1f4fe666e8719f3d0362

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.13+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 38159149ef2dc76139f9d74748e37b50957f4539fe930248241f831c0a9739ad
MD5 26bc608ae328dd0f423e885f67be6d5e
BLAKE2b-256 4e9a69da8a16a3e4a08bc4bbd5ce3d268e260adce5cc6b6b7918797f128bad65

See more details on using hashes here.

File details

Details for the file awscrt-0.23.1-cp313-abi3-macosx_10_13_universal2.whl.

File metadata

  • Download URL: awscrt-0.23.1-cp313-abi3-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13+, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp313-abi3-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 18e3c2cda7fe646ead16b55cc50ef9a6615696e01e68beba87400955f762211f
MD5 fbb9c8459341208a8816843a3b18d64e
BLAKE2b-256 71d69d04be602d542cd490264abc98c364a6d26ac33d596aead446bb17c5a57e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8cb576c345d6443e8b09577bbae82b94eb0d93d906ffcc884642690c6fbf2201
MD5 7582e8ce3ecbcf7c1f90d67fbb1bcb56
BLAKE2b-256 35dac18567d61bbe56d5713c57dadbba3ed8136808baae926e04b57c4d81e59c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 049f690b591385ea9807c491c87c94a1cd8d7a8ce367961496037f5a52444c1b
MD5 e9abf7d8b02a27ed853827360f876814
BLAKE2b-256 02b3950026eb5ae15f4ced1c58cf83fd120a59dc64055dc40df22981637e7f06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a36bcb91642d5c1541396100aa161ed2111d9f9dba097ae083aabd5168d562b8
MD5 84125469a47ad28d75e4c995a4ca54f7
BLAKE2b-256 84d84f7d5e42c64381d2fc997b85ed7f4709b245d068f0fe950f9097a1678b80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 31e3fb24bd6d6331bf22de7b7d7680b36153787431f84bd742fc2ad9e361b883
MD5 1f91e2c89e3b80135505827c53a11216
BLAKE2b-256 bcb4109c3106288e989bb4f710e5a63450a7adbfe3cf6b3786fde7882b687431

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d707a38440d9108c6073fce9a37b22402f92697dc354c14aa1d2a28ed82d980
MD5 830b13738eb8e641fdf14e316c3a90f8
BLAKE2b-256 d68b5e74cf7762d8db3a31909eb937b606dc071f254874925a8eec645e9132ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba02298b12476517d86819239156b265faa846fe639046f96fa18675350cce95
MD5 f6f3a71e4b42a2958bbcf76498dfc462
BLAKE2b-256 a3337c24f863ee0134a5f4fa7422e2ece4b7ab228a34a24757c323cfebd79017

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 96f679bab42d954d3268b922d405af8d07d234c635abd85db427ff02bc1267ea
MD5 6e6157dea65759c591aa954b03747ca1
BLAKE2b-256 9ccd96e81517cdd233b95fb1964266dbd43a76d13df91e8785a2c816631109c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c1729e8d252a69a1635d3423de5647c8c7a925769712c033e85270955950f6ca
MD5 08d8133ad17275abb9c019101ff4efd4
BLAKE2b-256 51aea96ec0f6316ef941e6b657a3336ce58cb1b438fa2528e2b8cdb34664142e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 691b5d940ba6f2c0c7f31756477c35f2bb72936a43f236b5aae1c04f7f789db1
MD5 d923ab53c3f1a8b90e791db35aa80be8
BLAKE2b-256 d4ac92cf7cdbdf935296a59ce24050d7adfb32b227fdc7ae93dc2f14ffb4eb47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d724c38dc346fbd350a9df36635ce0e49965806061153ea11ed2a8efecccb3e
MD5 fff27a21998875ffcf2d381327b01299
BLAKE2b-256 911be34f06df2469239d9d4bea1a3b99b162743709e8ee43220118afe56f5a6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 45a44b8ebe7ef369d0fc9d42a81c13d01fff32521cef6eaa198b2daaf2bb5fda
MD5 740babe5c9bd8f3dfc3ff6f80b719356
BLAKE2b-256 67186d7a34afa525a39f2562cb7b96cf806b31b4d213e69f1e3860f42b95a0cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edc6377c9cbbddca5ca8bafe300af1a5305f337c9dfd952ab3149f1bb6bef083
MD5 81f0d0c73218fc94b6c779bafc813551
BLAKE2b-256 3cc02e0c557b9bb87ebeab74a823f37a9b893947bf5ee38d0a7b02e5548d85cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04d4cfeddbf44051e42afd6eb6e157cf25d2b151faa745ce6f00676e9226e684
MD5 50ff7e6cf500ed75268607b9b4abded6
BLAKE2b-256 096a81fbebb10b5fb08856e2a40986fbbc3dced9f0e0d3f9717feede8702bc02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6e701d367f22aac0c8422f9a0de5fc23901729101e403b5e50bb1dfb3bd3b48e
MD5 f37110994964a0905abe98f35e700a55
BLAKE2b-256 8bcfdee7a72e64607e7e83f51ceb66ab83f3de23dc60841d932a0186289a96f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b2f6e61905d12cc39f3c694fac0982b7e8af6fc3f44b3e46f50a125bccb926eb
MD5 2fcdbf8556734d7e6c94eda4d5651166
BLAKE2b-256 0c33d9f241eb0d519afba9634661d07d20e35b924563db0e8c851c4b84c218f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 91068b141b7eab15ba465dd3e3c49c341ed1e61a6037aed3b8de3e9829d5f7f5
MD5 cf2559b71e18000526671a57b5250697
BLAKE2b-256 eacb44391e0059430bfb31f7f3b8353dbafa6403ebcab651412ff373a746c5e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44132a00e102308e52a9894c0f6ee47b39eff192c324ca5a32eb2cbac1b66bbc
MD5 733923b64d7b56ee28bc12ddf0fd378c
BLAKE2b-256 6d5d9c118e2405fe9d83091c5606230a3b358284cfb373b02af289e316536ae6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ec7dba172c178989fc9c3c97512691745c926dbe94d5a9bf966e0afd0d778856
MD5 a402f770231c907d70678b8fa3842fb9
BLAKE2b-256 e747051e7735eb8d611c9f9c99fde63a20be3159dde4b9754669522536ebdfe3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 618d0b9340956d6be83363ab2a7b17499609363dd087c10434ac24bf3468bbbf
MD5 016744d7feb96e1844f368894dd44de5
BLAKE2b-256 e6be6b2dfdbab22b26518e25cfd141ced89443f6aab5d3d15b82c3fe2968ff03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5e94b5b729295376ff40deb1aa9e2b41389eb21c657a25979e98ef785e4b3e3
MD5 e45d5c4d2fdf5b954525ae8224fab1af
BLAKE2b-256 cefcf122929fe1d617717cad4031e400b9f86e0af2f09571492d43cfef7ae326

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dd40b0128fbc4d15eecfce44bc4c40bed9b85a6dfac70e5298373f00ccd8580a
MD5 0f736e985074f1f5661b0fd0372b6e4c
BLAKE2b-256 9397165a59edf0048246111a11b21e4da8a04a7769a4224c1811224d8e6d1633

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 df7f705ccc2a4cce69cd0260489f61982e9e9a063315971e0aa947184528dee6
MD5 3bc7279d5b3ea8d1f77edab64628c3ab
BLAKE2b-256 620e79521890a1dd206327fd25a082dc3c4049b5fdb72603cff95ad23b6e3618

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4479c32f1a3ab3cda3255e7b14e99646f27fcd7ca9595696d844a5544e0e12f
MD5 1218568cd0cad193a5cea7e46b89c375
BLAKE2b-256 6a2ddf7462dee255ce5bb241f70ddec63aafd51fe2ea200d275306b063463f5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 53aed0d2cadf76b4cb84b548c5da1b061dc4f7e91a9ef4ead7b3a7391110a0cf
MD5 4bb8378b993ee38110728a27983bc3e4
BLAKE2b-256 a84f5f043763f37e997f77802fce3e010c253cb63a36151100e378e7e1fcf1d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 614e332e61e73bbb1f8451cf9dde72c112eb0fb0d7a2da174444081f8feff427
MD5 321a8f6359a0cd4fe99ebbbde2ba2a52
BLAKE2b-256 f1fcb9f705e3a42894b3e44e55733a6f79236c970966e64f0c213637dd64b5c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 37c797dce3cd9f6a197120b2bd627d7075c9fd641422a6583259b3ec765a6ded
MD5 999cdb48dc32b2b5c2018c1a6c859089
BLAKE2b-256 290d3cfa3a6a897a2d8866d0e1d0938e6438c36f7a446cd5f27c44f9a67da837

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 39b11418e20b68facf88d151276ed1529940df4c65e66baef4d04e36138fc07d
MD5 e563267806e4be688075a61a3fc43762
BLAKE2b-256 61bd2988778f028d22e04345bcae4aca957b9aa6f88af9eab26019804a10b70a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15bfce76350fb5d513765d585d1e3c7a90b195ae2dbd8be8a903ebc26c0d62af
MD5 cfdae65b178815ae177b61b418dd6280
BLAKE2b-256 c1b42b5bcf982de588784ab56c13b1e07c40c1b31ec9dba2121a9bec89e40088

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2fe0750c44b67acd4e7295a2245465b33b29e289a929d3a530b4aa6867958e8d
MD5 bade38dced55b43472f04bc5585fa3f7
BLAKE2b-256 66378545a39dac41b8d35cf6b733b131cc654193e0bfde1cca28e34ed1e38836

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d5a590bc07b6e8569ef03bdd3ef51201e9b9f79aa52a14d72a77dfafb71a09ab
MD5 9c3f2dede27b9d864b97df6bffa7b9df
BLAKE2b-256 0ae6676be2388b605c7f9691cfadadf036602a3ca1b3884624866b2e65298a3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8471a459dc55158e9126a3ff359680138ff8336a6ed6cc2df1038a5ea78dc67c
MD5 aef71ccb1233bda56b803b8f47769f19
BLAKE2b-256 7e248abb6b717587f01845a61b1f627c6f659bf55f750290b3049e6fc82886c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 786.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.23.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a3f19b12c07c584e90ca7495834b59fb90b3024c66294d935218bbd1b7c3084d
MD5 f7914a5213fbb7e155c5da10e0bbd2ef
BLAKE2b-256 09c9a7ba4bc2352bc89d9c1e0b8433453fb42e96d17dff9d940757ccdee45aeb

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