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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.9-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.9-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.9-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.9-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.9-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.9-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.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.9-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.9-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.9-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.9-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.9-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.9-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.9-cp38-cp38-macosx_10_9_x86_64.whl (748.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.9-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.9-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.9-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.9-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.9-cp37-cp37m-macosx_10_9_x86_64.whl (748.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.9.tar.gz
  • Upload date:
  • Size: 31.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9.tar.gz
Algorithm Hash digest
SHA256 a58ae3d6b9a736f02d85d2301ebafc71626c3bf858a78f98948cd550f8240166
MD5 e02999211af8c084396f158f5c9efef9
BLAKE2b-256 806772b6fb824206e7ed01bff33dfc2b18237b78b73575d1e055082de3428f05

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0de38b676b3cf3c24dcb0023ccf8d77781b782acbd1f1cc87b8a694cc8df414e
MD5 7b3826ecd1d8330ee47c940c71149eea
BLAKE2b-256 c46740757edadcbbf7e0a29c019f555c4bbb41570abc6f02d4f903b21d677fc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 5263a3b1ad049b556da22df66508eeaaea99cdf183b3b89fbf6e4bd4ceabb120
MD5 9eb3aa0cfb6ca66507012353c14aeb17
BLAKE2b-256 451d642fbdf2964e7c8a8850676604cc55dc80cc7d559d5a23aa7648f259f098

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a0fb361e9ae83db46c7259f07d67cb5a3c00c4b70ed939b7a2dc675bc5d42651
MD5 10678dc82188b8d1b4eb90c910dd36a1
BLAKE2b-256 1f280cc38f9c45c210b470c4f9d4c5d26f10b3bd58e720711be6ab148c806928

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 164dca88cb79cbefbc9f4188d91f0ae214c7369f83b9cf8667aba553352432f9
MD5 dd8ff92138a2604ce74d42f32306080c
BLAKE2b-256 d2c101374e948c28b1d1aa1f8f9004d25acfb70768f6fc5eb0995028aa2fafaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b88a24886e29e20ef18906c12b96cc7dc31d8c131e914de1ad9ad5bb7b4bf4b
MD5 1fda2a7a7a3a83a01b34a1c07c5e2ea3
BLAKE2b-256 6c76be21f302b356132bb0948563e47252cd744043a5c587ef7ed77bb64b6417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64240fefe30d391a7a38eec8ac259b21ee6233fe878853be4a67189b55efeb68
MD5 37f98b29d35f684d360116690f580394
BLAKE2b-256 2a82b79cf7708a0f087732f1e185512c73de7014ec424e3e081dd11ebef32838

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 028e8e367019a05b4fef4dd5403220891316634e940826e6c59281f29debf079
MD5 58ed10602edceb00e739986b04c7c836
BLAKE2b-256 e72dd9912cadae1ee66cc7065af1c8b23c8022ba744e7aaf4da40f3e4d37d2b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a99a9e4c337ef805590fbe5706a548c656141b05628f88d7f573d9acb96882cb
MD5 9996dbf401acb6b1fd59db7f76e63870
BLAKE2b-256 f48ef386de6f047df5c56207474b75b03b19b04930fbf946848d99384e38a304

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e5863e41b162af51dc237e931b52523a1503c8fa016c81e3449866cce94bcc9e
MD5 ae4fc8799a58b5c66a106f2a99482ad3
BLAKE2b-256 e09f5de5cf637fdf265710eae58036446153f06643e982078deba61e3b307dfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ff9cd8cb8028faf5d80b629bcf0b29b61ed56a756c2999dae6ad51f756553342
MD5 4d5b1f1dcda5defd4bc7e6c9637707ae
BLAKE2b-256 60633a43dbaa81da3af0d4d997d2917a4c08eeb9a637d7bfe53f0b88459f4f5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 28f8d084eff11fd87851e8ec2ef63c8f5eb640772cfdc017e433e010fa0bbf4b
MD5 1eeda6a0a4600361d1fbb8226fc1872d
BLAKE2b-256 06d5b8fc6631e63d56a67b0ba299a4c14397d777d17a031d207e4fd0a5e2d7af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49b1a27474d40dde15a12ce0e2e9c0a9d8c16a8a7d937ef46170d78b5402a5e4
MD5 fecc572067e5ff274304e9a2678518a7
BLAKE2b-256 cdb3007001c8a5d53a2df761a750cbdb1283085cabcc94513ed85a16dfbb4380

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25e77876ad85e6258bcbce86e3a17b12751ecc91a7d33ba4a7ac4d32b843ba03
MD5 fc63d6d6c23d7c165d67fc9c574ef317
BLAKE2b-256 07d2f754ab0cf0a4214e132c1342d1aeb6aefd9dfc63edca6dcd7574a6356340

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9dedd758c8237cf74bbb1bfd44fc572356cf0c75091499a075c6002494435de
MD5 5ce4743159a5ef23ca025271ba30ce98
BLAKE2b-256 a5012ed1c934b69f422f16c8dd4db6df095dd7cecc47945c8e11a189d4ef0623

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 0e445f95fb0607f6f9331620a7362d6b45c3d60887715177c21a9382c74dea28
MD5 d0240b3fcb18fb5246ff21f81bf60b75
BLAKE2b-256 12efcf402557ef83045a80b21412f734be2115affd6d44238d2d7db1cbbe7e83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d0f4c46f6721fcb5c7c999e5b9df2de1caf2d3bedfc58b0fc1140496066b9cb0
MD5 8d677d97f3da14757f70c1f6ecf89feb
BLAKE2b-256 bc3d8886f074122dd4ff5fc29fe59af50afa68a133840865893f493bdc60c5ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e49a92503ab7cecb4e705fd3f2d8be8eeaee360b164f6a3c8e8874b69add2c7
MD5 48ff8b153eb7b57ebc83765b7dcf7f9b
BLAKE2b-256 4a228941bd0f5eaca2ac65ea77fa077bcbd3ac1da881b14080163830ed676c98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 93e900a2b738923e68acb8a0a66451bb8e5907c427942bfbf04392c3e91bbcf9
MD5 1290b44776e44bb18d3819767259ec52
BLAKE2b-256 96531dcea25e8cb6756cff80fd7fbee645a65a24078811c3a60fdb6b577be25e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec8ce5e10bbe9e24beefd01c0ff1e41ee11ab0835a4393dff4340079140bc454
MD5 a1c830a12a50564e706297fd6ddc6e57
BLAKE2b-256 97b08a3f130f65cb1157926686b28d76040fc3eccf17e513bbaf02a2368dd956

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eaeac44a66ac7aa6322be4ec1adaa9f6c3c6a1caddbe2633695add68b268713c
MD5 5c2f7b664539ce6e8993e4e3972e553b
BLAKE2b-256 96c082b8514f72eef3d0a0725cf2f9323ede77705da67cea8d1d7413fb4c9d4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.9-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 92ad12de29c5563bec90d9eee4454dbb5fb1d84da26509549ed09cad8c023a62
MD5 de669d021f9f0a26f107db28d5557cdc
BLAKE2b-256 fa9a4712e64658fbfcc82bce0485f86aa6560b223047953c942b04368d426843

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 045265d5e27c213084e9a6aa4e90b1526ad5d7730baf25bba1a8f1e538414cb0
MD5 40295677ce6c900334f92cef02b00566
BLAKE2b-256 ddc73ca0c5336b4ae4461d8dd2dfb4a7db829325963d9b516bb87545be97ebd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 498ac0abb60e81dc40407d1a424498939ab620df377b1db56a2739e5b29c9690
MD5 5671b2a7cc53f26c26918c4496ca8b09
BLAKE2b-256 13ddf01a5109b5eb748cbea9fef550ab28685179afe577734310e8a9e3058f4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e5ac572d781cb79aa2b6fdab0d27db596811c50a8e9064f0a1bc8522ba0e94a
MD5 953e7e84b54a67df620ff3bd8619e0ea
BLAKE2b-256 5f37a8b6710597b0b82019ede635a7ccf42b2ada875962dfc7f107fac31c1657

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ade7a499bd452836ffa8875040ff830ccca9f9a67f6aa1b2eb327bd16bdc10d7
MD5 469711426b250ffd629e3d632c2557cf
BLAKE2b-256 d8a3d87fb38b857e594c2d3c9769aceca64d86e143efb11da4a79042c7012b1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c978b268c6580190ea1ec337051a4432a50175054c348565f3b02cbf974ca52e
MD5 8695a7b187187126af5101d7c667a40e
BLAKE2b-256 873b49cb82395ca210f9ccc4b3afe17da08913d39c8fa0b7f202152461d41f1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b8fbd985f4b13bf41783797647e50a674d66168d6e8a53d22c8aeb330d003e2a
MD5 22cf8d24d2484e3ea982f0bd545916bd
BLAKE2b-256 38b0f5ec756e580292c531fcc7bdfd32b12797f08a37ebcf60dabffd6f5750de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3c91cbb4b87c66ae8589b0efe0eca45c1e54439c3ea8326068294b86f7be0d60
MD5 dc4b99bccc37a7c6f8c889674d77eb87
BLAKE2b-256 c02337801a29c1f69ef6d0adb895e9645f9b78126bb05348fe45802ee063387e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 875128fcdd3756807e675f99a4a2dafe79492a7869dbf561585625a4bffed21e
MD5 6c7ad5b65f42546b10f1d433228de8c8
BLAKE2b-256 cbbb6462539c7e7ae6b0fef02a4cb4c9f680cc01959f7c80d99751cd589a53aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 66e8db0e14d20f71512f56500be892ef35fd2d2d5f6aedbcc173c55b7d520a26
MD5 a267ee5359595706b5013a6b54794029
BLAKE2b-256 8bdc13c274de49af66f393896687e65588333a8a89bc85fc8568b5762f9ae549

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aaa586ee018a14b7a13c8465219dcc90ab4c7129cb98b7a81e047e92c20b1f2f
MD5 3666439b21c740264748de1bd8322433
BLAKE2b-256 680db4b363144df22f5098971e53cc8300a6dc2473a3d79d1c4c3999e87691f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 748.8 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.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 833b31cdbf395c3084180f1aad6949bc01dbfd4844e17101fb9f2563c366e171
MD5 86a96c9fc36ec7dc6e3fc979fc76b6e4
BLAKE2b-256 bb3990cc97f0bc1a84073e17b6ef596f1e1fad5982c48dea4a62389f5df43f1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ffaceced2d6a17fbfbc058a18c0da341bc5feada6d6f292eb3a619034a88877c
MD5 f8b1f3f4293aa48d489c0b0d55f5ccb2
BLAKE2b-256 b8c9f32ff43fe3491395321be135085e395f04577851f14efe338063ca8f2d24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ecb6889d0ead130bc8e7d342c018e0c976c9f6feb70936ee293e3f106b2d631f
MD5 c3e0a8927adbac6c6854fc5a9a608c96
BLAKE2b-256 9f4920077fc14b01d133e4ad194a874b4a21025f338fde771f126a1b83647824

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01782488cf20790cf7ae8514c01a0a886ce372737f70fda31bff523947f00b88
MD5 421659d5b5c8661534139127ff3f9e77
BLAKE2b-256 2fce6d245afc4530d052ec271c507c7a99fdb547e403686a12416c68e0a08553

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.9-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 917e3eb3e69630dc541717d4d684a899eeabf1ab7a68075e91abf5218ac6b288
MD5 8e3980e59db70706c63d74dde78f5ed8
BLAKE2b-256 0748241a185b6fdb4a2fd354200a982ede7b3af5d6e49ceca476cc020b44bbdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 463734d3a85c5d1001b8ccfec137b5e0f400c3e7fd5d9674842cc17203fcfd97
MD5 1bae5fbe59cb22fff94097dfcca2b787
BLAKE2b-256 238243e6767647fc11260bb0914aa37fd8c95273d60c8c0a5fa2e0bf796653b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c31dacd8ba1bb1ba97d63e925958ffcc460839013954f3c40aabdb56579152ac
MD5 9ca22fb9062926acc0945e73d3ff109c
BLAKE2b-256 4cd00bd8266fac59a8d82701bafd207613afcd9072f8b5544c5ed2c7a662fda3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a018b23140c0db48a1ce505b579c00bfdb339e04a7859c87cbb31e96b0a61910
MD5 1b24f67a637853df5e0f0257f5d72798
BLAKE2b-256 74719f9f4a413c7327ba3537ea2801f33a25dbefc1224c8ffcf737717b19bfd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-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.9-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 176b270d1eecc0e2cf33fb1bf56df7c8e4dbeb58ba5431fdd068b66097e7363d
MD5 0523822002a4a3f81e2d15e83c4e4c66
BLAKE2b-256 a5052491b79d4165b82cf30aeb15c9f9cb9511f7e5dd91de592aa2039e22a279

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.9-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 748.3 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.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1500473b3edbfd24e280e55d793c08cb9a71a5aaea9670e674e0dbf69fa427ac
MD5 73bb2fc708e719d38c09376ebbbfdadb
BLAKE2b-256 0c934749e145ae19ae9c125c9148d3117425ae19603a0d9d0ae31928b59d2550

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