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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.4-cp311-abi3-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.19.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.4-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.4-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.4-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.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.4-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.4-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.4-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.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.4-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.4-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.4-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.4-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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.4-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.4-cp38-cp38-macosx_10_9_x86_64.whl (734.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.19.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.4-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.4-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.4-cp37-cp37m-macosx_10_9_x86_64.whl (734.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.4.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.4.tar.gz
Algorithm Hash digest
SHA256 fac62cd58cbb3800ee94bf091df388a750cc067768c8783f1901fe1cb6a17af6
MD5 db371973f9dabe5b78e24b7af46594d2
BLAKE2b-256 ff9beff75ce3be8c18b472b43e5524db289b739a4d96134d0811b036754eb894

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bf9096e44c0208fcab271aa8a81fbea2ed26547a89565933bb2a0a7ee97903f7
MD5 7d05257089c6ccec73e5eb1ea64a60eb
BLAKE2b-256 c7f2fef89a705fafb3093e7de897dea0dca809e7143b4ffb944c87129494e983

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 ef1838ff9121624a154ef8c9d94d4c6e1077de4f1b283a2ac4c8526fed47bd8f
MD5 5d4b7270b342caed12478b267ee1f37f
BLAKE2b-256 bf3c5b1342c5f907413095331eb3f234c9f3e4b26d0083c6825c7caba5478175

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.4-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 23536e488f76854a6e5ab2c8b6e8b131825eb8d8e86f6f1699f0617c6929aeec
MD5 648f9c096b408b223da43f2d081ce4f6
BLAKE2b-256 644f84bf841dab5670c89afb9a424bf35f3ad209f752c6175c1242f4de8b0b63

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 887e022b6f572372a74471b2d35739ec70108a10cc53f671a613f1227bf16862
MD5 888e184a59e4771d8873d077f6ead2e3
BLAKE2b-256 80a5f02ad40cf7b853a2d1ce96b33f4fedad9ecbbf27831caeb25451b6852c9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 53d9a8dccf14d2116e9bb911334d4f85f6b14dc5769a8b2f0f3eadb338dbba2e
MD5 4b59000808035c462e7cb59b4d63bd52
BLAKE2b-256 918399f7efe669bfdd2eadc28f1c72a2d1056a4bcefac68a2155af2c0bd82fd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e806c1242bd1752a0cbbd6977b63c225a7d9b0505fdec204b64441384dbfa92c
MD5 e03d5c8eebde96f444e40ee58dc7cc7e
BLAKE2b-256 50ab0fc88ac3ce5f4429116d99e9fc2a315f52bce99e1ac14ba8ba217f246982

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 42c356ab3c6a4eef50a75fa5157b50023ef060d8d3f2849ee83f87dc11315d1a
MD5 42175bf4de1997ad67c8dce01a9a7113
BLAKE2b-256 92b18023e2189fad530251150a1d0c66226e9534fbb95820b5f9130a3ee6f3fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 084f604fb030ad4a66195603289d03f42849e2d80ac88858104d237da5d99d1b
MD5 4964412579b50f3d9ce98f505202e485
BLAKE2b-256 0c418b80ed7895d168976502537d7d4cc6051522516d39c110524afb8727c6ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 68de0b696e5ead767b945715b8482d00fa898e41d431d84c0c206fcbbd35ca55
MD5 4b3ec007cda2419b5132800e0367d2d5
BLAKE2b-256 5f615e74a235793daf10319c0a9d070c572d85853150ddc922ea0f5f14de515b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad201256cce41e5efa503033e734f5e558a8953237580b2037073b0500f8f98f
MD5 9e1d4a1a26ed0a7f22a33358e846abb9
BLAKE2b-256 c20ecfddc20e6e95160d657b4abddbde5bf51626dafdc8f529a2bb139173e2f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 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.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 64f003a71050ab6ea7eb534534bc992ba390b6e51e8f86718b51c6fff5b1a4c5
MD5 ec7d182da53a00993261311e6aa40607
BLAKE2b-256 e930e82d73afed9700b0b2277e313d0299a5f96480133bffad17621f1b8d7505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d906d4c3657f3e7888170369b64171d50b2c5eda7fcf7e67795dfedda0a2a6e5
MD5 5b2de3e525edfd8f1655c080af06e016
BLAKE2b-256 f5840f33a478a8b4443ed6d0ec84f523c64230cc70bbc0a701e1f17841ef94ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 890d8953ab98f04c758ddf6ead4edf74c8883e8a3d64eb59b02b6808d902dce3
MD5 749a51ad56a82fa3b71134bab3740307
BLAKE2b-256 751e9d6f648a7aa7dc13d2d9d3400137e7c97bea5b5a65fda322070fffb256d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6ffb1b9bfb1a885cc3bfa0f63a2fe0484a607b4f65641488b1f8bf384c2e0f58
MD5 02d787cfb8526324fc2f8c7d287c6014
BLAKE2b-256 b460751f23e5f5a77549403109d25d90a020ba587603a7a73556499e292a281d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d81a8dcab6f717cc8d619680671aed858bfe026dfeda4cb2892ffbe96c5b57a
MD5 605dad956400fe3cbd8ee661b57c964a
BLAKE2b-256 cb22bcd9663724bdb027dd304385a468e3d00945ad4d6355035b0cf22b25988c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ac2736016124b2baaf8ee0e25ca0a17c62c9b94e3f9caaa4f96b208eb8b37aac
MD5 05b54818b068ce3fb7a356bc3dda1c87
BLAKE2b-256 90627be0595c30a35c1eb176a7f19254f9abd2d16572f492e280a3cfdb5fb70e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 66c537a8825ad915f2b8da62ad41e92bd1c73457c56cd0f4785e12c22764739d
MD5 55a7afdce703b5a21af99d9004647c7a
BLAKE2b-256 f5532891a3bdac6d119653dad407cbe76758958008b5ac4992b355dc58ddfa75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 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.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ac6c2f659abdf552af997d78637c9fc824996c97903792913c8998c2626757a4
MD5 5440e717f451c3518e1042498dcef21e
BLAKE2b-256 1b35206e6f7dc027426b9c4a1ebf72dbc49066a132e1ae6fd1e3c4bfdcfec76f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0e32308632b80e4d7677282ebb3f7a3180ff23e1eaf84960e719fbe701ab2c1
MD5 93a66899a6e419a4bff67ecdbfe1f116
BLAKE2b-256 c3d2045f430a3d05dbde6f06c1fe2cb683a37ce32c93f124f9de4e4fea1b1c06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 006809e6c219b1187f207d58eb064c5acad20e316206a4ea8991d92d239709f9
MD5 7c6c941f4f24f76934dd414e33104d7e
BLAKE2b-256 0e9a708b2c1222dc99905d6312088b7ddf3cabb4748880285e77507704bd8dd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d39eda145159506878a8dee03da34af6bceb53c03e13ae34ed4062fe83b75a37
MD5 94dc2b13f0e00df4afb180231af17848
BLAKE2b-256 a944994a012d78eaa497136328e63104c1a8ad7e3c7e4dee38cfef9183c2f4b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b4ea61d2acaafdd71f013625804a72137995e43685a560f38797f9668a2ce406
MD5 0a63a9a7c3d194511ed1048d17c09038
BLAKE2b-256 185a0bb0b61ef68e9384e0a32205c640bd1f2ee5c69c8d4a3bf3512dc5c1f720

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 95a3f1238045d87e7aa5e305a44faa8e2a2217994333dc6d34ee9b913b495f55
MD5 7f4d5391553c030cf763187c49c7945e
BLAKE2b-256 e143de291a536259e3f3a572438d5203c6a79d3c867ba5c6ef1451bd9b0d546a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 dcd3ab7a96f3e2fe63691c65df9b7998de744717b724fbc4d4b67b6fd0ed38de
MD5 eeb05ef4bea33ae786abc556c073f429
BLAKE2b-256 0f74c51682d4bc5e1aea655c12b1e0ac170a6aceadecfe5b5522cdbf4ebd18aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d73612db60e860019b568437c3bc2444059c94bf12af7c5a098f300fe6b006cc
MD5 9d965058bbd72cd1ea4dbf08a838e9f8
BLAKE2b-256 8308aec50172912fccc1afe0c6b280fa95112507417fdb141252114e0eff826e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3c371279b4b7202449bbc4ef8cfe4660a6194419e0fc4fe61bec26572b1f08c9
MD5 b7e5e7ebf6234c2e3898aa3f46a89d1b
BLAKE2b-256 ea4e2d6ee835ba5b3b847c1728899cbba15a84acbb9c18bcc93eef20eb4295e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 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.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 588b42607000a50e36c32a37a3c2f1cd8efb5b1078b19f3802875c270b10ae4d
MD5 ac83d6d4c5ac771f36479abe5326fca5
BLAKE2b-256 b84fc079303ecad00f7f2abd7da7669b7195b91bbefa6c02b53a81d25cfa6d1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2f790131ec9770beb33bb3bbbc20675f29cc3e86eaf37a87c09933934050f0f2
MD5 4afe8aaefa134bca3a1843ce3cbe48bd
BLAKE2b-256 a5ba199ef5aed7a4182bd154bb76223d25a8fe57196427a4409da16de75f5594

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 85676e45f9073d9400efe0819236829674d216573d367a2a1d65390677b853f2
MD5 b8505d2dc506dd8105280414e5a96bb5
BLAKE2b-256 2b7cc48fc37f2dc6fcc00226c2986e086113a9245ee659367c30c37271757cd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 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.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f2f27f6b13c1e36dc8701c876cec9faa9297698324637770a5243941d0b3846f
MD5 68e901dafcbacbddab15865df6864122
BLAKE2b-256 e7950cef6e8f1b56775c3f8b896b1684bceeb68b53bf499999038d592d6bd19b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9db674f02a5b595fac72179015f6135748888ce81ba0f19d2b52e8e7046dea7f
MD5 5ec1665b56b0d7611ace09e4f9aeefa5
BLAKE2b-256 6a23b4f39dca5df2e4c10640618c7a77776854d87922dd62a4cb13b6d1fa8a00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 734.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e792c902b4fa6c4d899dbad9aff8aee9108636e22b8d4c58eda5cacc12cb1b4
MD5 add9cbb6036ef8b93b184ba1e079b9c3
BLAKE2b-256 adfd02291d44c0b90388e5ebbc3a7b0cf9a7194cb6b3aadb070d84e8cb520b61

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1d9cef1a52539df741fd09b6bdc02301611770a952a8922959a108ec4b7349d1
MD5 f3cf848c46945882cbbb047c59745464
BLAKE2b-256 2ad8c06fe391bfd1ab506f67d1feb264671bcfbad84612b7fc0b50ca5520d0b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0a59f7c2b68576114c4c7eb8110dcd369e401452ff2fc91f5c89ee5b1d92f628
MD5 34ad0af6a419ef558790f0cf82c1c11b
BLAKE2b-256 cecc670843d2ca7dfc16fba2ea4ae805d27138e31ac2e622bab8149a1c38cdb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 954967d3ff789f03f816b205b1591336444d9c15ac2d38ef54c09cee6d0aef99
MD5 89e8e2a8c0dbd9dd779e3d728d93e656
BLAKE2b-256 83bb51fa4ee57534f78f144b6d0a64e958cdb69f9842dc3ea12939a7c1be99d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce9008a2a4d0d7ba63856dce4f593ff7496cb2cef7c3b252e3002b1af5d403df
MD5 47b5359b7c2d5d29b77782249ffa465f
BLAKE2b-256 695e98d6f117b224c1cf78e59f811c07fb2a537641b3480651dd0f0f1d4c08c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf910d545323eb410b61ecadee42abee921427eeef4bb4b676d60a0568c7e350
MD5 3d16872f319bf7cb1317a384e7301031
BLAKE2b-256 dc263fb0c98053576070b3cf554b4f4d8008bcc2d8b6fa9f836d844df2b9bc02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d352d773bd3f157fdeef33e1576745a721465d1028e9f784b8d41cdb505af98
MD5 a50f44bd13840282b19acc3689070b2d
BLAKE2b-256 ad149390b37ec60c2ae6aa73ffa6d6118c1ccb6f020d5ada9b02e39cfa8eddee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 482b93780b1276549602a87a53224ca5f125f015c8b67a7cfd2feaa6a63fd87c
MD5 4acec3fe6e3a3bbc9d4f309f2c9905e0
BLAKE2b-256 0eaa9cb92928d8ec6428e2e9e03fc1b4d8236c7c363d5369710c2ff1f64f2a54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-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.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 83605f15e726c5851cfb871173086acd10539c5c33e36bdf7354d76ee9cffb78
MD5 9fcdfefff6f43e70d63f07696a5a68b1
BLAKE2b-256 b7bbf5dce024049f5172fc81da44237896d469c4ebc3f66f56a123e95ab081d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 734.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.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 36f92ef3b46b537a53e7ccb544095c7cf18f3f49d9826ac40b6bea3bf6387d3e
MD5 827831f9ca8d8519de3613ef2dc9901c
BLAKE2b-256 0f180c44c18c826a7309ec9be6604bd70e85145983eed62e0c265d1e578a4c98

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