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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.14-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.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.14-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.14-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.14-cp38-cp38-macosx_10_9_x86_64.whl (754.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.14-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.14-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.14-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.14-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.14-cp37-cp37m-macosx_10_9_x86_64.whl (754.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.14.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.14.tar.gz
Algorithm Hash digest
SHA256 d4461b839d53a8bc79007758191b1991270e8a1f8b04c947fdfb067a10fbc3f1
MD5 f8a0b63c14b9b5dfdf3bcc0c3ce06868
BLAKE2b-256 bdd24d712af749e46b7cf0f0f8c60d57bc4aa69c19b97a0fab12dfdb99570513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b0cb605e15b48647f3b0f5e105660d69042aab34c54251f84d5b352a2bfc06e1
MD5 612a7087c7ce364ccf4333f29f93dfec
BLAKE2b-256 8f05074b8d8965d5a73e8a972eb9e8cab73e9f5d4816f99fa73f9cfb92a8435b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 ac9cbd343cc646fcb391a7a9809071e733918a2eefd8eec533ee9e4c4625b99f
MD5 9eec47dc7985dd348310f94d73c6df2e
BLAKE2b-256 c5b1ec0466ffdada0985929485859ae1d399fa8e26d9363c57e56f4ce6dead53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eef1d468a628b35585f828e09fc6d51ce0f25e72036ecb69fd1aa0eef02b2fc5
MD5 f76f14a1669f4ebb06c8cf1711a7fd3c
BLAKE2b-256 d06ac3b1b6a04a4f6ae0d685068e819a424f63b607601b0ffecd6fc312003ab3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 142c54744e1eecb270a9578acf3e1e129fe6ec07ccc7deb1b8efbf089acda59c
MD5 f4c7844b9cf987e59be68d0ed9ef14b3
BLAKE2b-256 740fbd4b3fe13191cc3232edc428adffa2710e53b002d11932acfe7fd828a283

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a516bb5e641bb3f1c2eb05cc4012cd63b1aa9fd94cf92076fde20d8a5b5625b
MD5 4d5dae8fc9c77992370a8cdcaeff74b9
BLAKE2b-256 39d83bd6941c46e72ad4387e114712043f50a188660a3c4d694e1286b2f8b0fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1047bd288e2e391c89b14874f54db4d12ee737aafb83ffed5265bf6a6480fad5
MD5 340a068b55389dc4d522c72f1437f604
BLAKE2b-256 6dbfb17b851b3e5bb753bc9ae0fe9691ba101efb8549cea7a6d9636ea45763db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 52e5478312bdcb86f8e0005c3e1572d54a9ac4d84da89591896f16b2f581585a
MD5 4cca32178b8d072ef77fb6e60a2cf6ea
BLAKE2b-256 52d7ff77a4808c8cab8386c253f9f3b3e57319d1ad4324a55ac68cd9730d4aa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7fdc1f8e16aa681067e7dcb9f37cc43ba9d870bc3b0a6a86bea78e98066be55a
MD5 8444c7abaafcd2386af61d590b47fb7c
BLAKE2b-256 476adc4d0d1b9cf966b621b5d634676390466db25472c1fec00afa01b22d2468

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b963bc3f36760edf6d7a22419f1c6828361f949f700e3caf9f1603b5b8c9b4bd
MD5 ac16c62bfb58c112acf55c411a3f6283
BLAKE2b-256 01af663292af0669309a2f42f6c0be23df2d4d0fba544e52a7801daf7e40762f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc3d92d5f9b707bbf93968c2f7bb30906927832ccf60ed5c641d210a26dc8653
MD5 01179e7e19894a7208e9238c93ec99cb
BLAKE2b-256 152fcf7ff1a69796389426f1855d0c6a4ae59914793e172e42e06de39061c790

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 45972fccc59b1e90758ee5447723bad46d275ecdf1fa20c3ef7f886319d0cd05
MD5 391e224473c64a5e1e61caceebdc9d72
BLAKE2b-256 2d941047b35f2531b4e7bd87d45261ca0bd65e991490ca3ce368ccdf838a12db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0db30a7edb85ba13fcc0ac220d24ccad40acc4da622276610d578261dd6b16e
MD5 17b45e52101cbfb0c4b9c7c3bd254c5b
BLAKE2b-256 06002c1e7688a91f9e15b2805ac62925ab66039f7374812d283107a331756878

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8da57b755616879ad58b47092441d55f34134952e497a74d805aa3e454068cec
MD5 1bd4e71bbbd500224df01ac015b6e7c0
BLAKE2b-256 4dbebc40167e6db7062b38edab78fa2a208074233282f3661c42be7913ce605a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c8c63f12fde55861051b709636ca98e0b1404b9f8d136a29142a72e4262b5f5a
MD5 61232fa7ceccbf2ff12229c1f1e36ab5
BLAKE2b-256 bdbb55f557771e5174f70290d7822f9eb473b012169b3249416ac67ae2fc6dbf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d251a80147531835d5b4e2e05357446df099b982192c69a9889be8ad45ee7b66
MD5 3ff384aba028fedb53957a0968080191
BLAKE2b-256 cb60b4dcdb49d5b658a593ffd1709f8713f857d6bd213338bbddc26d414ab900

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6539e14d9a45e033d5dec9fc6127b7d9cff74cb6c80a99db803d91368f704903
MD5 eb1020eaf771cc9640b4f45bfa77b44b
BLAKE2b-256 5b014382ff0771b23ff55051778d3194ccd2802d3ab21814aee17df07c345369

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6fd5086d778e7b343cdf295d89a50debaf9c0a9d0069560dbbdfa87da931ad53
MD5 1d07ab77ce289e0c51d5ae44f123c144
BLAKE2b-256 f8a2c02ad59ccebdaff1f374bd0abd4c4176ee5202bc5786317ce75f1f429c58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 215cdd839f35c5ecddd7d010400471b138c8509b0bee18bbd41c98a2e8da79a8
MD5 e34dfee666dfab8d0dd3e59b210dd720
BLAKE2b-256 505e4d68e85c84e6b92110ca3312ebf16c7a2583d8ef2a3cf9a4440b144d2513

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bd9702becef0963bf5c570f3a6c7e80cc207c3f9056179eb1e634ff84a9b79d
MD5 a6c93e6360a74a38e8df9efc3ba853b6
BLAKE2b-256 9a7b74a5527100d0a5ceb8ea253589c37b0109b8c34beb4ce5eccc7b731aafeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e756a183a6ab539fb3e6e52ffec35a4f6c5018231760ff9aeb9955217ebb3d8
MD5 fce93545e1cbee52551bf93028c7ef1b
BLAKE2b-256 40672b0b393af39667f11c80ee0eaf6a846d84bcbcd5cb0156f33ba4a8c05bcf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6637a0f89519337316b20e82ef452423ff7b6fcedf4b1b8e59007c3a7904e971
MD5 3698068243ba80ac0ddaf90b9c4f0545
BLAKE2b-256 fdc5445b51592a59ec9345bf3053f4cc526aed87e1e4c47d3c0d0cf976c29b9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a215fbc693da80d0f0f52effb07413132d3b5475b17f3b736eaa353e9122fecc
MD5 6ec503199720dc4fd159d2ae31230c18
BLAKE2b-256 cf5f78f4bb76374cb6fa96c5b6e8effdf8ffb049fbebe4e1e5ac1abcbe142f71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 b9facc7ce2ef07235204b55ac7f15a6d889a68304b4cb5d0502641b7048ee998
MD5 b0b1a3e3de69bb240091e78d61fdc1f9
BLAKE2b-256 9a169fcb3f9a88b830aa487c1c8ab7fb049ce640ad6d32d6081f70b9b88fc916

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e1f95827f9ad75d837c9bc5076f586fa01925696a2edfbdaca90536215737a3
MD5 ec375e89bd5f3acb1832b522062ec668
BLAKE2b-256 20af7b5a92e4b34279afc8b779299f878e76f50003555bb95ae1e99cd61fc4ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1a3573bb0b489cc9b5161e64b5aa800e52d77370888f4756b2cd53d8639f8af9
MD5 1ca6b068d3bd4248ca2be7a4ee6c5421
BLAKE2b-256 86a0a8c4a254a5a291d15cbafd683c7a693cc681248c692e3830c42bd345b652

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f8ca493ab0eba1fe6596c0b89387d9d7fd1009da243b458e1333243aacf6059b
MD5 73d761e76169b9c2985f1109f625eccb
BLAKE2b-256 fba8e925c59fd32e023c2f363aa914c57e68401b3f4d43716f4ff65e740d9746

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 68a44064b4e353c17b0e5047762cb53a2b50f2bf146217064dbd4caaab84a2e9
MD5 d0c13dc4504a54aefa408e18bc5f4a17
BLAKE2b-256 9c8c3142c6e29b32b620b474c720fcb9d07d3ddb59609b3620c1094cf50fff0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c4363936e306d8a6a9055f7b916fd028563869e2060072b53be4fcade1dd6ad7
MD5 8164bae9e5ee3f3e7cbbfec2cce60324
BLAKE2b-256 dfe9750b63b042e1fe5c3ef9d1632c090487ee3257b80c35765c46671a5b01bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.6 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.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5c09bf40a245041dd49f8a3a39a22eb9a98b9c26dc28b04433cb628e27fd0b4a
MD5 a1bd0ba4d8422241b2049d8daef0e099
BLAKE2b-256 2cb67e409197b48d1aef3037fd2ee85d93f913485d7bda9e625a91f820f64c40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e1e180bee33c81550a72818de549d79be5aa018ca78adc1e7ff86e386fd448cb
MD5 443a684b6ccac204f632ffc542b8f366
BLAKE2b-256 8fea8dd2b10b039332a01600d21bca66491322d0021e58ab9637c67dd1f8ff68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 368d332d3734d8d6bca3056809a5ef623ef57286e28e39c609569b8c6a32ad81
MD5 d6cc31760867a590a6e161ea035abd65
BLAKE2b-256 0f02e67209764d234a27e257314676cc5e94579b3fcc3e9de4239f0762b23131

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 754.9 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.14-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9669ab5798ae3fbf6ea93b735607ef5578ed52f8fea563a003eeb357c5587b87
MD5 8f5880829122008fadc3f3b1c62f9b30
BLAKE2b-256 0cd3803b43a1f11e21214a981bc05720cbbdf24cefee7b1f10907f96e2380a68

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 99d8e98c9e47bff9fc0523ecc555fcfce3300bbb54500b570541ebd193cccabd
MD5 7b2aef96b1f643a7292c2ca9677cbdec
BLAKE2b-256 e171b7cc8aff0bc8d30873dcf70dae109b03274e343ddc805a387ca74dd4df01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e2445694e6dd30462b55a7828a1c2c9a205657031c0fc73ba2cbbac786cb6861
MD5 6761a0a7f15ec1b2eb230cffafb9634e
BLAKE2b-256 fc114263983095c3f27096f6a9794e3da18d8c13facbfb7dd0bc20437e97e02c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ba982017c60c9df943b5912840b1b59dadd8f0b1f4e0ac40e7376b627ef3a7f
MD5 7b8e2791ea747ed4263e86e59074a353
BLAKE2b-256 f7b1f70f16a72fa469641f3217ebcd349ec5a3c56c335b0693bf6b8c15683b3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e88d341c9c93a2ea01df9ad69a20036e9a42ec57f00540561df12af75201784c
MD5 c27eed64a3260738e7002bb75260084b
BLAKE2b-256 e95a3e0fd7d038d5027cba5959e035bbcd0d0e2c2f29b2f0a81344fcdcb86051

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39b517c64c43f5dfee6b85e75aa83de1165d9878c6a2b16468800e75e4fd5cd8
MD5 254ed7a9baa0841293c3431d10be03a8
BLAKE2b-256 a503a6e8e86bf5c6efd61a0ca04749f0c7de96f45f3b4e267d4b3aba9bf7df90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f42b8b88a6bb1c726236335ecebf765b0bb525d91c1b43f5c14e4d0eb12eb0b
MD5 3bc64e502cbe21cb0cc06dfe4099e9ed
BLAKE2b-256 99ac9be1028210a3fea82a35f51be080b3489792ca2c37015b4d2651f6c52ba7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 16206411a0d2d1d4ce0aa71d2c8842847be8f2aa83bf2fb6d8ddbd9816fce5d6
MD5 562bb4fdb75d689627cbef7a7aa30fda
BLAKE2b-256 4f40998160bb0ebc1ff9babf875267185676ed9131062e9895a6d374d77734ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-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.14-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e3308cb3e2c8ff3933882ac49413a675f33a0c21f4f34fdf893920803a6015f
MD5 ea8c69101be6b2e8ba9eb8e0403f8d54
BLAKE2b-256 f618ce51b596ca0cbf3472270f8d6068d3897f76f047c0fe20ed32f5370331ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.14-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 754.6 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.14-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3062c83b0feffeddac57a69fbe6c34507e99c92193836ba074680b2935879a98
MD5 a84a2b5c1f8ffa218c0cfbfb9b26a0d2
BLAKE2b-256 36198c790119b6221d4c763fd03086cc4822f90f6f23b48f40a3cd1962fba005

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