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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13+ Windows x86-64

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

Uploaded CPython 3.13+ Windows x86

awscrt-0.23.0-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.0-cp313-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13+ musllinux: musl 1.1+ ARM64

awscrt-0.23.0-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.0-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.0-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.0-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.23.0-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.0-cp311-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.23.0-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.0-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.0-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.0-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.23.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.23.0-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.0-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.0-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.0-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.23.0-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.0-cp39-cp39-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.23.0-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.0-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.0-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.0-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.0-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.0-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.23.0-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.0-cp38-cp38-musllinux_1_1_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.23.0-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.0-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.0-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.0-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.0-cp38-cp38-macosx_10_9_x86_64.whl (786.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.23.0.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.0.tar.gz
Algorithm Hash digest
SHA256 fdf576157d8232dde38e99c9e178e17d655ad725a65a76bb7983bfea7a4fc628
MD5 2749df656fe2905835102c6d98a2974e
BLAKE2b-256 1d73fc973b1d7914d9bfc8af37211c8276d373949a9502795b1ee9be3dc3c63e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 266324f428fe5ff93ecd4da20a6088f5de09e80321e438984128a71dff1a6b62
MD5 97a1af41bdae122b5272ad820dee421e
BLAKE2b-256 4e9ff3afb55677f85887f666c556817a31642abb0b89eef640a6df36ca61dba2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-win32.whl
Algorithm Hash digest
SHA256 6c2b472c12a49413a0bbad4da2f5ddeee46696f85cc8500a1217d9cde352233e
MD5 1dfd62f8b0739b8ff53a57db6e4e4cdc
BLAKE2b-256 a1680d6b1e40e057dc8bc0ff2b35e879c6a93436d2ce3765cc32dc1cc1d7e3a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a78b4f1c0d5b72369aaf3751bf69a03088548fed1eeebe709396c15840e941a4
MD5 4019b1b7f2c2daa48be56c8559244863
BLAKE2b-256 04b995bcb0d070dfaa44b75adf18c83f726203ab02b2762a9dc17b880debc1d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b9aab0a0c7ef979e71befeb8dabb495542236f1a8b6a92c693c2eca42c5f22a3
MD5 1473fda73d0d7ddc92fd114fdca5a338
BLAKE2b-256 0e09d17c8f2d5583782721153f983a720b749055509abe534c03a9c30f2b9535

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 beccd337d72b0aae98f77e43481a484deff6f62603135a48f1ca9cafe9e32549
MD5 e00b8c70838d61aa4cf2b5397dccd7a4
BLAKE2b-256 e1fa085b81f67090af290d6ef94a21027886caeac49b37807ff855f26e9d9fe2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff8515ad9371de722181e2987600cb4f95a01b325c87bfa8b694ea620ba29144
MD5 9bc3fc6cf96291864961fc9958265148
BLAKE2b-256 0fdc1970c911d0eac2413049567ea34ff990776cc7e24cc3b61e60e9f5c4b00f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp313-abi3-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 37b14db6f1b314d5b341c1c9f00414e722ec06ebb7a1d681bd778f83f8a3c40a
MD5 2d9d5568f2ba34bca7d047c18fb33f8f
BLAKE2b-256 ce2b4b75d334c6192c2427ec536ab360027ea0be667ba6ef347c9aa3ca27215e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 549589349e0e749b000a6611acec1d78768479eaf78cc6d9c016026b8010a3a5
MD5 26025d2a215f0055dbd9084e74560ab8
BLAKE2b-256 9fe4baa1208fc2a4d1e2a543a610e61bb69db7debfbc3d7a0c9de677ec9b026e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 5ceeff28438fc632fcb4bb8eb15353541a62464084fe7aa191bca53f6c635128
MD5 836a43d1fd7abab3e1dfeac11af081ac
BLAKE2b-256 6c12deefa5998495ddd64dad24c852b3af6f1e2da30b324f8c486ea70261a275

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3e65e1ee99cf94af945c608bfdc637c11737dda0aafec7e9d7b91518ef01e307
MD5 158b0fbc24a07d654567e7503e83eb71
BLAKE2b-256 9b81080b81b1a7472ba40878575bbbb68e667a4f76c248c97acf49e8ad1efd80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 80e7cff789dfd6829fefc5c0d1c1aa9a3e992ac61e84a29f2dd32b3305e959e0
MD5 6a3dc5db69de5703833b981f9491093a
BLAKE2b-256 89f1406da94f48bd41a8d655e4c0cd6b1ae449349eb6c38b1cdad83a1684d7f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8e94b3361d77368bc63c02ec32507ad26140789a991955c50b1a9d339dbb0931
MD5 f13e5f4470f0cc0a1b77d2d30b1ca417
BLAKE2b-256 341a782e4489136864bc54549f88b8afcaee9eaf478e3e36a4fdb23b7e6ea706

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f421d2f50b129fe5b58fefae62f91c02d438b2f25b6ad23c15af6d0e7cc40982
MD5 b298c68a0ef58cac862539bbd877e41b
BLAKE2b-256 0e172eae554ff5e38afdc9f5ebaed7e0d96e52d6258b68a55fd85c375f7a6759

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2d9b84ba9c6a3faa2b9cac416a1e5ddac1dc344d8284505222650a27a5751c4a
MD5 f1e3b7bad7674bd6e75894fd753341a1
BLAKE2b-256 7fa169d1cf1194a0d21e4d81661b9f1078fd70ab8d1cc2593df9c053c17d7b0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 56cb78ef091ddbed74adba9b65db84d69d90f08abeab73fc073384f7a429eba1
MD5 f79e0b7e86841d57bdd2b98b13a227be
BLAKE2b-256 40f478b11205910773303afb24b70322853528c5a12779171d0d8ec58c364863

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a1882c3300cc7388a1dc27008c99d0ab6bf3245db30dcd6ae2f1320951e093b2
MD5 36a6901dc674c0b7a8d11a973e24cf62
BLAKE2b-256 3f80736566b967a81b6cc8731005840c4e82e363449966388e10e19eeb2eb4bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c5288d04a3e51ac7be6e4a6ece7ae8a195efd1158bc21ff1845b2cc5d698c51
MD5 a7876e04ad915c5ceeed94d05bc7662f
BLAKE2b-256 0d101613b852d38f1ff4fa40d805e36bb5396ad0e6e6aa0c5462803e4984bf73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 04e6f882c794b91c11e4fb9bcc2a83b02f18a0381051a02885b24e88237218e7
MD5 3714e9f0106e73b92adf3d053bf95392
BLAKE2b-256 3cc971bb6cdc89cb511dc0f4d122693eb1981791b3cff38132564ee3245d5de7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 67a5a470b70ea027f00eb4c365e9c6da03387da5602aedd2462e43dab1221f1e
MD5 527bfa1ee24a3487e6c27dde88cbb91d
BLAKE2b-256 55fc249fd0167a289c9cc54d202cd5cd4cf9e503e8ca67f2707943113d7205b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b8a4cbec70df9a225c52a97e6463741cee60a7bc19b57685bb813a8bfc4f0da
MD5 550801807c5392b57dbfa989e9090967
BLAKE2b-256 6c06f63605c0143ae7ca970f7fa901dfa48b1893d6c38bf96d1d973cce4f90c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efa2b786339937c60669df0802b6ef19e5b31f86e79350dc5d510d9b92adc43c
MD5 d396b2ecaedae1bcdf910d768fbe008b
BLAKE2b-256 0f42b8247757e8c0c8572885659f58b46bf7f492af5c3ebafcdd8e8474987e48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6e17dc35636ae857ade9afb6f92e7844e6119f03570ddaf8c0ce1e8dc98f2e0c
MD5 6b0768766aa7693b1c72c074c98b8760
BLAKE2b-256 4d184936c419b8df0593ee832efba7efe580918785df4cc69608e55ab57c615f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d4282a048f6aef6e73e87462f71d36f41348958096dd62db3a26f4f2ce38b13e
MD5 6059699f3bead33eb40d03010cf90a01
BLAKE2b-256 ed5000136284355fcc68649125db87926773e9daaf88f09c880300bb01c775c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a90c04e25d7ff028c184ead967e9d97a688383de2352f3b924728ab06c7a5c6
MD5 5f252ac7810b775347dca01f44084219
BLAKE2b-256 9d048cc9607f8bab218c4397958b6dea435b4c54b1ef5c3c4d065b83c6243b71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b82778c94104b492582213268758eec9b8090ed9c8f95d7cdb032b8a35b77c26
MD5 092d4c3b1afebd6de6c3377468cf1eac
BLAKE2b-256 6e71ec22bf25463e262569242c46b9bcc4a08dfa1a03178b21f1acd8c06e0929

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 963e1b2ed6b5307b7efbfd47b6c1bf614b1d3dad50ef291dfcbbef25b6955930
MD5 be944bf37e39f2b36319aa75cc9c4ca9
BLAKE2b-256 58efc9af6f73510030c903e133b675271fd527d7ebf774b2588e65c6fa7aaaa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7afaf87b123f034171a14bdbbd0bceed7e2ade3bf6ad3c162ef0ad9d00462696
MD5 877acddeea03e881957e18e462f86f08
BLAKE2b-256 804d5ad8b10e1206e5df033a62b4e1d5167265dd9ffc15a658bba45bc6f1d48b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3813777ad4ab5610d7810c2816cc857927bee0fb9869331569029eef2a47b172
MD5 886e0e1b34d112ec8537bb880a0a3caf
BLAKE2b-256 96ff2bf7ce1ff21313cd089d313259b997e87b3141fbdc5bff3ab8f4a0d4975f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 56a894f3435115980986b1ee82580d166c7b8e2675e85d8ed4119ea03427830e
MD5 7d871f50fd0e1bb346a3dcad8a0cd578
BLAKE2b-256 da8d5676e63d1e85f432ff2c7c0900b13b4eec141293d5039bc364ac61823e42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c737b3eef7b7ae97e79c874fc2ffb3adb1ad4aebf56d6459f10482f0e5836d5
MD5 405f4e518f07f76946ba88a6a1fb8a12
BLAKE2b-256 b95fb59e027efbe8204a3b4ef05d8c7cafe25485559adfdbde799fe96fe8a617

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e402dd4f73876f207cc1744db0b328fdc126e6b2df838d8f03e53106baf1be85
MD5 796c87cb2b1121c2cc7685b673df4d20
BLAKE2b-256 168172b1b6eb7870bac382353440741a32d06d64849c1dfc389f3cf9a0ecce76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 bc417e7f3d90fc414dbe0dfddf7a46094ad76d01d4b1e214dfd80345ec8eb187
MD5 60b93f8aa970137fdd44171464c2c73e
BLAKE2b-256 c170606683ff8d8df1099089de85055eea0d9477c17f4e462faae5bfa46a34cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a6f470ab50865cd261cf1190e32f17d85f8ba8be91b37d6fef104888b94445c5
MD5 f9cdb19b59d50ea71c95e48a5c1aa375
BLAKE2b-256 c6a6684f03a7967bf3fea6a215863b0586124514d3465fa810262e9a3dba69c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b52d194bd5f2f189e8a84a60e8145115a5cb90c3cf0f85eedeec1e01c60fb00c
MD5 cca1ea9381f72bc0dc019634915f82d9
BLAKE2b-256 dbf2c4084a1907eeeff956c93369a5f4ce761e1e3fc1302027310c3c89bff518

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a0538503452f440477cc20d9844cad8065c1825d055f9add89d2721d1e400a4
MD5 5fb6cb5c5040898d2571c376fdcb3916
BLAKE2b-256 f7d4bcb6b42241314f690534ec7d5a6b313e6e8b72b759bc456ef29dfdaea0f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33fe05cf222605ee978ad5221c1a8316b8519228d41edf8635ba8d599b61f715
MD5 ff4a5a7994fc4c7673825ec9c6672b94
BLAKE2b-256 cec701b6e7e778ecae8bc13af338115906fb268a8f5910f77baa385da497f531

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7953d30f903718dd09275a55e948b0a9ee65c4260ddc95624cdd84e4fcb889c6
MD5 68d35097bf07d867e64e193acf02d6ab
BLAKE2b-256 edaadfac29d99592a252cfd8a4b8152433a03c4c45dce4b2e80e11df5af56274

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-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.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 44df8b84bf0cfa702e66d435a60b15b8fc4f3069829a0fcae0a94bea2de568cd
MD5 de4427b9a378550b67db1298e7f9265d
BLAKE2b-256 a5c7f902832a84940e485ad8ad157c0c452ce1e60d00fefc1fce13b870b3d6a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.23.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 786.4 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.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41ea147c57a026e487bfd4e80903bf8efc39762662c9327d237ae9e994860b0d
MD5 0bff07fd6a6d9e4dee94ae3b331b10cf
BLAKE2b-256 42c7f6af74933035eab8143e3de96e0cea40b2bf88af58f06d135bab8a2dbfd7

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