Skip to main content

A common runtime for AWS Python projects

Project description

AWS CRT Python

Version

Python 3 bindings for the AWS Common Runtime.

License

This library is licensed under the Apache 2.0 License.

Minimum Requirements:

  • Python 3.7+

Installation

To install from pip:

python3 -m pip install awscrt

To install from Github:

git clone https://github.com/awslabs/aws-crt-python.git
cd aws-crt-python
git submodule update --init
python3 -m pip install .

To use from your Python application, declare awscrt as a dependency in your setup.py file.

OpenSSL and LibCrypto (Unix only)

aws-crt-python does not use OpenSSL for TLS. On Apple and Windows devices, the OS's default TLS library is used. On Unix devices, s2n-tls is used. But s2n-tls uses libcrypto, the cryptography math library bundled with OpenSSL.

To simplify installation, aws-crt-python has its own copy of libcrypto. This lets you install a wheel from PyPI without having OpenSSL installed. Unix wheels on PyPI come with libcrypto statically compiled in. Code to build libcrypto comes from AWS-LC. AWS-LC's code is included in the PyPI source package, and the git repository includes it as a submodule.

If you need aws-crt-python to use the libcrypto included on your system, set environment variable AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 while building from source:

AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 python3 -m pip install --no-binary :all: --verbose awscrt

( --no-binary :all: ensures you do not use the precompiled wheel from PyPI)

You can ignore all this on Windows and Apple platforms, where aws-crt-python uses the OS's default libraries for TLS and cryptography math.

Mac-Only TLS Behavior

Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v0.6.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:

static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.

Crash Handler

You can enable the crash handler by setting the environment variable AWS_CRT_CRASH_HANDLER=1. This will print the callstack to stderr in the event of a fatal error.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awscrt-0.19.18.tar.gz (32.1 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.18-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.18-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.19.18-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.19.18-cp311-abi3-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.19.18-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.18-cp310-cp310-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.19.18-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.19.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.19.18-cp310-cp310-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.19.18-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.18-cp39-cp39-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.19.18-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.19.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.19.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.19.18-cp39-cp39-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.19.18-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.18-cp38-cp38-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.19.18-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.19.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.19.18-cp38-cp38-macosx_10_9_x86_64.whl (766.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.19.18-cp37-cp37m-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.19.18-cp37-cp37m-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.19.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

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

awscrt-0.19.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.19.18-cp37-cp37m-macosx_10_9_x86_64.whl (765.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.18.tar.gz
  • Upload date:
  • Size: 32.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18.tar.gz
Algorithm Hash digest
SHA256 350b6efd8ebee082ea3f3e52c59a3c3ec594cdaf01db8b4853dceb9fec90c89d
MD5 3b7c6717f45f651966fc4496088f1c41
BLAKE2b-256 e4e0664528512c26f675479e0f1c0a9599eb8368ec9863a4c3b51326d131c236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 44ce9b3c4653c77568d3cc0eedb6cbd5cfa12eb480b01d0d8a7a57c8c47e8936
MD5 f507b1a5a6602c43654c17ee7cc21c6b
BLAKE2b-256 71ccf271dbd685b1667fd52c3daa7719f509ff5ceafe88533813838025b65cfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 24eb7972175dbce985d126592dd40feb250d2e81167d982b0fb61635628284cc
MD5 36a65ef015d771dc60c73bf089c0e0a4
BLAKE2b-256 1c017a6cad7e631d9dbe079b13b1fe1706693991c1f941e57b0ec0eda478cc15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1c43e20042939c391e3f10c97e9c1baa242f48c19d50f175d51ad00acb84b4ce
MD5 3d6b9df345c5804e65174b2fbedddae8
BLAKE2b-256 854f62a1ce77482aee7e8094543e0add11404550b9c2e00950188671d014c97c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8c9b475c576fdbe330be676045112ef617f43c02862af2aa2aac64de778a1c90
MD5 7532852d52c2b71b4f8fd89fe57dbf53
BLAKE2b-256 65762496b51a0bd3377f843a457060d6b56443ee62e7345cecdc9cfe9b7c79b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ec17e322cc4754751f5aae630b57ff289ac694a00c2a6c8b4f24c70907dc3ee
MD5 d3c199ff9e3e5a3ff5e16fc3b9841c53
BLAKE2b-256 862115b837772f6f4f58f99f39a343fd2a66307e9a0896ab1011f7854efed1ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a835ef4bf33767573134cb1f45dbe1c92032cef23df1291b2a8557a5b9ca583f
MD5 2459f97b83c465f4bd178053e3e8f363
BLAKE2b-256 d45c2b1ee3fd4336a32794e305808bf526089d94a4c007c3a423b2ece4c7ec7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cd9d39823a8b5fa94f3746c23b5ce5ac31fbb3e0ac68a74891ae01ceeda26921
MD5 fdd9976f1db1fd9adbb2296b277ac7b2
BLAKE2b-256 c38b94d82bc7769868f636eeeeecab66547ff383db396db5a3e72c101cbad02f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9399be675b5e1bb1c492ad51512aca6359d54f02a6955f51bfca72d823b0dac0
MD5 8295bf95f289e24331355b29cd84b2f3
BLAKE2b-256 43690591210813dfde2b3a6192d54f9de793a456a18cfb90df18eab8e268046d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c03ce4de72e2423b284c1d8e9437c92caa72402ed97bede91af3da17aedf5226
MD5 8255acb100e23d4599dd8a6133564c0e
BLAKE2b-256 209ce44c975c010be70825abc15951e023f7305dff0c654fdfaffdbab0999fcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7ffca1d4ef3fa36192fc16b7efb351b4c53a3305eff31e3205d03a5dcc115b6d
MD5 1fb329fb4543a76bb85fb90516236898
BLAKE2b-256 760658d9969ba214b02f7c92cf4f3e9a5434cad1dd92dab4f516d78d9ba98284

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1f128cbc86ecc519c5a7fe8ece08934c9f2e2e2b355f38913781e7b1cb979e13
MD5 e1f690eb8eff62df3ddc0763bb935ab2
BLAKE2b-256 27aa7301356c75d1f3735f052a940411e16dfe17bc9f057d76af7aac54febc88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9110c03002350b15bd6c6eb1e9b14cf5716f868ae724183d7f5a8fd09b390c0a
MD5 7381c1edf782eb92e338c36fec3046ec
BLAKE2b-256 06d29d81343556af2a6cff29ebf3eeaa9cdc041450b31c03a9786f5f72ab3d0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e6ace726fc80cdb43b0f36f850eee94e0c9d01926fe01053934e237b3fc30dd
MD5 5d82d3724dff0de0a759cea7cd94679e
BLAKE2b-256 7c47c8d736d0930310ac88f0a98044f1596fd2e8875ca9c3be3a05f022dfc099

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 76fb4b6b76b4ffa058a6ceea6709063df6c7aab035bb23c8a885af91efabb801
MD5 cf19a2fdc6738463f682571a0b4ddfb4
BLAKE2b-256 49c0f0b0adb676c44a855d7e754514cf83464cd9d6251c9a2fd8931579f7c53d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dd8a690312943ac2273243f10d2b1d1c8ad01ccea9ed19926bc97d1527f7dc9d
MD5 f69dab92544b625e14c4da2866b61eee
BLAKE2b-256 f7c96a2e2a8f5617687598e8b67a34a459c641d59c31e35500b68b61e40483fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e203a37543f25f402912b0eaa392748e90bb05f9a5d429a60ecd3807b1133b47
MD5 5d1780ca8df272c619cd1fdfa4a36a74
BLAKE2b-256 7572fa973023b28cdac0044ade4f706e325489e75428e623d2b853d53be7df51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2cb14ed1fa60b326f27d75ec00f887edfacb3c27262689d1be182febccc8a8c
MD5 62bbd31f66ce4655c835d6e076afe28e
BLAKE2b-256 965d76c40e4f729e33085ffeab8fdfbf3738f455eefd89a038cde6da360e55ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55f3bab1ca3a1a5e0b89b60e1e966cc4f08ceb2b51ee63c9306721aa666c448a
MD5 962af8818cde328ae394446d87f32636
BLAKE2b-256 3f4fec655d0dbff2e281d8789f021daa0c644d54039b8bacc9dfb00ab16c65ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f977d6fe33984650fa1c171fc0ab08b42dae875bf5faf443e0bca29fec02931
MD5 f902dbfa6caa1b3f08a64a6080ac9af5
BLAKE2b-256 e4ea489a2613ba23e707ee22badab9a5585261a227ab564655a747fe0a6b8683

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 601857c8273c130a3af65a7ed4da2af0d29906becae69b6f5c41aa147a18c295
MD5 f80061ae644fd7a24db4347d7b047cc9
BLAKE2b-256 ebf07055b7f96e471b7b0e0c2b6ecb8c67a841910709822477af7c961c789161

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 34f685481e221072731d68104d4406db9636e918647c5a181020cc9deff89977
MD5 ba874f2c10083a3a744540879454476d
BLAKE2b-256 fb6589a57f5b6c592b37e0dffe02744b9d0ab4f1cf2623d547138d7c5fc2a196

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7d91ec1716b5080e881383da37a429b85e1e0dbaf68184797a3ac3bb2a3a1023
MD5 cbe79e58e8b17f6842b8cc5b800b76e6
BLAKE2b-256 fb8bdb4819b0e5af8fba1c15a411aea1f0152aa0ce0190397af6e164a3cd28ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bde73442918c14c4108e2e1dd14a41aca0f451a4a4e1f24325d2ab65e6237010
MD5 6a4a96527ba9c8d8c0b007237ae7a9f9
BLAKE2b-256 fa00efc2f2af9db1216ec9894853889986b8e90a0bac210af3c9f89722b3cd6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8ad030423b65248cf6737cbe3acb24af8b513406899f3bcac3ccdea652d54be6
MD5 0653a340888ac5abe1949aaa0a4a0fea
BLAKE2b-256 d9f9b530e6a2668a1fe01710c1a12d9781a2877708592b0777a6ca4275ce826b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 85adc236fbec42846a5787817ad669c57ef2f20a314c00aaa0a5e99b0641f96b
MD5 5ad05f39c30c4bf7fbbb62ac668473c4
BLAKE2b-256 03a03e7762d3b19787c143fbe0b58033b9cb66f82f6b49b55abe64e8d1df3d12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b106324688eeda00a2d0512becedb865b192c21edaf2fe6a23be3583706c0537
MD5 53ac51122cc1a7256c6f7f9f35ed37ce
BLAKE2b-256 6577485f9be26057d544245e1ef31d307bf6f3b0ad7eb39cc9a80eb3fe5cae21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e23c934e2fb3f073fe17dd4d049d2f6f45dc33629e2a5e3feccc70f4b369640b
MD5 d8093ba772ebd99e90f059fe017b5110
BLAKE2b-256 fe99bc3ccf951cecfa98ad01df4a068c679d05d6ba508bd2b52e8e20b32c8084

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8edbc55b55ada7a3472e689878288f0bafbf26e6917fa96ca79db4120044aad
MD5 9875e62921418c4f8e99c1402ebeb6c2
BLAKE2b-256 04e037815be0044b7623a949b6e13da93159dacb3d44da8a1be71b1efd23213e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4edaab778f6e3c7a02a132a8d61386bf2c450c793bb8da6a60f3fa44bbea9c07
MD5 d7b1b5652eac4b5c123f1007ecc734af
BLAKE2b-256 85420274abcf11f4f81f8144ac0ec348a0ada1d9cde0080dd8296522ef40eb42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 041a72ea2fb84c764d59c20f15477cc51ca00f5cb18613090984120f618f586d
MD5 6b5e4122bbb632688313060475afc1b1
BLAKE2b-256 cdacbf92928e09296a86492961b5e4bedf7fc41161b129ed84fa4a6efcb35cae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2b2b607176860edb91e033adb31277d930fb2841b3452ff3171a13046e7966c3
MD5 dfdb262a864b411b4e78c009bca4cd99
BLAKE2b-256 17e1f373909284bc8b97f5eb022d469ec5f0dc70cb9efeec544fc3452c8ea642

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 766.1 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d40fb777af2eee450a1ab65e748fb74fdc6cd7d0b88839153844adae51b79d1f
MD5 1f53c62ff3a97144fe23f2f1460796f5
BLAKE2b-256 a3c2c4ce067dba7ad0df38af08057ec419635756ad5e4e7cbbac2ed537bb01c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0e170ff9491ea4bd2c72572e2c55cca8fd2c1a430e8b9c5430ca494f3064473c
MD5 06f466fa18ba009be675b2769e106ad5
BLAKE2b-256 12572ba19faac33a75e44920d43b083f8b9b27734229d65fabed81d958d2c1b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8b17c4700ef78b9c6fd15aad8ef9f4a27205f6fbc44ea395647ce53c891384e2
MD5 22a6a1e3e758ff839d6b28cbb15f421b
BLAKE2b-256 b53c882d46174d479b9ec9140534eaa88f01608995e8901d1ea15b9fa2b7e2aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8fc0592a9f5bda1cbb3248139e816559732a6b448b9c38e6f7c5a957ec9a0b47
MD5 7a9ed0a0f8ffe7d5015706b3561e42e0
BLAKE2b-256 463951e4ac110cb0ed9630138ddf4c1e878ce5519f6533fa51c7d7fc553d0435

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 13aa356d5f51c38d7546b0c51e5854702c2cd94328e145500133db2b18e41bf6
MD5 72a4c6ffdfaeef77e9fffe38a268c631
BLAKE2b-256 17d25b7cb1eefe351cfbd55c494292dcc0aa12c1a05d68a1a33cf263aa7cd548

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0b4b13c200d30e523e8ba119d319f0bf592dc3d1a2bda443f1c44746899d818e
MD5 74ca7bb0deaea90f1f912969a65c66e8
BLAKE2b-256 7703131f712696fe36be6d875cf6ad5aad0d74284cebc3d0c02691426d93e0cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bc6020533fa0bcc957e0443af914bab2f143455afbeb98b18a8701f075776c76
MD5 c39dc463aba0fb037eec2d5c049f1b98
BLAKE2b-256 a1f314eff089c88454d80aefe55d5406a1e1dfd8ab7545a7313d1a4af5c22f49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7d81f40e645b708d5fc28fe669745274c68cd749ef183106e128b503cfedf2c1
MD5 80ab2b8180c39e5084227300cd60877f
BLAKE2b-256 b58040c00712585a7853c600b66a3a12c3c6c2dfa756014b1108fe9575549188

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dff4a1049e43240beea2b0e70e01aac8f555625e4ffd3c4ebc93a5e4b4a2a385
MD5 2e0eae58df628155923a5e9ffb7e8fd5
BLAKE2b-256 043e7aa26f33af28d72eb713e2d0f0e4d85da64e6009125f2f765c7aea49a373

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.18-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 765.4 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.18-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 133efb39449365d2f08005bb014c968fa1abb3116e8f0fc8befe3e91bd783d34
MD5 6906506d1b45973f153fc7481962b5f5
BLAKE2b-256 444eb60e3de2b4ba63ec7c6d290b47f6ca448e8739eec0eb828041544f41b105

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