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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.5-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.5-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.5-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.5-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.5-cp38-cp38-macosx_10_9_x86_64.whl (742.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.5-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.5-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.5-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.5-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.5-cp37-cp37m-macosx_10_9_x86_64.whl (741.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.5.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.5.tar.gz
Algorithm Hash digest
SHA256 bcf13ef07352a24cd6e129146f4ebeb9f6457b4b1435cee91ee6646fef78d212
MD5 80967d28ff00ed8bbd7bc3a37b6dee93
BLAKE2b-256 9b86323d30b7ae0364db45380f1d6e5c512cea4f07ed739d2175335b2f5efd01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 95ef0d0df3fcec3a16facf000b2fc5c47ab32061e7f1eda88610578cfb878517
MD5 0468f3d41466c9c143c397542c6b7cec
BLAKE2b-256 04205b0e7c515ba0f62018e3f156926074d66656e400dba426c3fbfe966c2b49

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 647fe36cda2f7b54b2c5010068f6872b80244a45569558a13e034f65b2bb65d7
MD5 5f9ef87f5f31be5ae89b890ddce2b8e1
BLAKE2b-256 7b90d0f83f0b87c213417246535182fc2a204a93c77f4a1a5f9d4ee5dafc21b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e7bbc3fa8dc8177f517a0594297507872d1d34c6dd9f14dd02261a70a1776e1d
MD5 78b30a07af1b7e955be885b213e9fc88
BLAKE2b-256 655a2df5e8c9e67caa875f8fe9436afc9cbd35103e0a99443792c78bbfd9d4d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8951193eb4ecc33ff9ca0503b99cd8491fb05826a0ee2f7dacb3bcdd3df099f3
MD5 7d0e597a1797425b3833ee8bae6f32d6
BLAKE2b-256 33687578dbc04c6c0586b4d76f63ea1f3963bd5b07538481caf5c0a029c189dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 04b3dad9f601ae72824ef1abea7d5ff739597d02e52090749c1b45e613807994
MD5 8f2d18a0dd2c83456a5ae8c8dea16db6
BLAKE2b-256 9cf357eaf288a8813c92d7948b317865325726bdbb4b421da779c31fd0d02402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb6425494d826f75d0a65272234f9029414be03dff8b0ece1da8721fe129f318
MD5 60af0c93aa2bbb8f2bfa3029756994bb
BLAKE2b-256 c5338086cffcfd75323edf8493e12ac133d7cac009a04588e5ee4c6bed126d5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 31479ab5336ea03f8ba4e165a445afa59c3f34ab736e2bd32060c007f08cebc7
MD5 9466adbe300cb2785f71e640d2944b2b
BLAKE2b-256 82d44e78523e19bd84dac3ccb15045ec5b36ef3eaa46210b1c9dca565d21bc0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 57d952462357d1e764661ee98feba7dd5246d8cb4a72d1cc0dd1126c8a9970d8
MD5 99686c143c5bb38f47e79e32219ea22f
BLAKE2b-256 e49171693c8c622c1836af6822ea36975885a197ba5ce8add342c1c42253cd7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7d70d2b2dd190c9b1c9ffd80c6b53eff31462aec0b78c10153876d23decfc409
MD5 a776d1ea12bf3dedf31ad8d2c8adff44
BLAKE2b-256 052232fe7ac70d4b393462154e52d34e4d0156cd65728c2ea230a956362370d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bd6e34d27f3a997f55e057edba33c6b51153bd240e4245470bfd6c8dc866391b
MD5 85f2417696df8cf0b4f37cfacd428774
BLAKE2b-256 8738a423cd3c313edf40010ae8415ec5de28b040e6843906cfe41415f5dacc59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 82c1a018e64cf9208b7af8077c6caf9f6d4b3d2a5f9499d72fd2659cfc057259
MD5 8c8161f8028ca4e0d68f08716d92b432
BLAKE2b-256 cc4e03a3aa48324c906365b29106b3014ee691da571999e1b8019b2d11854ee1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9054a646afb95224494428a0ca3f9064685349acfcad9aa6ab84a4d02ea1655
MD5 1d38b2909fa544324d340e6a2a83e730
BLAKE2b-256 7c20e04745b17f5811bd4d5fa773c6bbcc711cfaa228c25952614847a7f86e31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93b3aec01ed79431251f4fda5bee833375f27e6130c877623778ad278c38a499
MD5 33d6adb46f6f3a06da8a46763a37e1bc
BLAKE2b-256 298b34a8a6d06c8798203cde3fe0b25bc008d6c697829c9537032d264cad9040

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 576edd85ce7ce44a3d8ce2c8d76d51170750ca9d75752a972bd7a9db2f9360a9
MD5 c637b32d631849fd157becdf6aa42b1b
BLAKE2b-256 38836c6af2e53eecaca1ef106757797337f16f753dda990f72079bd000f95241

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b646f40e1f4a7bc1218508b39e657519d9b6bf550b07731d4e03bca020018b55
MD5 7bd58f6c68157a8e144d717199db35b7
BLAKE2b-256 91b3bbea6ef73fb25a5370ebf08b22fe60d0c60585631be9ead31d4fcf5385de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 746c84324287356d5a4368f67005fdf8109ec2e4575cd45cf99f8cca3af66b6c
MD5 36e597df4b1427c554c09768fc5d1dab
BLAKE2b-256 044c68b391a1d54c0a19a461dce34157baf9b55c1b3d97be3a650a8bdbec3117

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33e8e8301ac781db1ca27e51fde68a150cbabb571790bb409e2dbb424da7fc18
MD5 16ff2574c25e50339fd57e898a47cb64
BLAKE2b-256 020c6e8f093e5f4cf557bd490a00484b0fd69f0bead5a2ef4766d455d45d1be5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 62b39ff52155679690722494839de500e4317ece9bcf17f4f4905c35a3feb5ab
MD5 ee17b17b9832044f5ae4b1b015ff7ef8
BLAKE2b-256 18511c2b92af544d621acd996cd169c3360820438726c0b18e8c9e788254df59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6399ebadf8403150a9b61e42385de38758dade042f1459eb3380bdb40c196a3
MD5 8598497596b89709f831de9a5280c5ca
BLAKE2b-256 0a6c3f967c98b653fa3105711ae591cc3d691afefc9a9032c6463fa342f563b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48fed54c6522f098d5e5cfcab3e240fba339145cbf327c77d6974b934af75c68
MD5 9580aea56132ebb1726ff451df3c7967
BLAKE2b-256 75e48ce8e29cc9bd7da3f564e9c51afeeeebb9041a5833755f86ed71bb3088aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 28e8f0c47c7cba8c495f518b60e9db423448a121dea8774bb83938adc167b7c8
MD5 b3d8525f7f5c79365857bc9b3eb3e67b
BLAKE2b-256 62d59881f81f40a1157e5c0630a0b0941465c52c2ca66c1b2cbe94d5075a0e3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 54252aff61b4d2fcefe0fe4e03a4f4de61f03dd2e67afeedbd55ca01258d6847
MD5 4b0b480d1a3e8985cd4898c55a2187fb
BLAKE2b-256 b9610177183dcfa3440c502849b6c323139d0519fdde0c38801be872410bb62e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 af9acbe97d0406eef62f0a96cf1f7d910b79a81beeb97682a8011bfdd216d675
MD5 835cb0be6e00a2d8490b0838713ba82c
BLAKE2b-256 b8eaef7a4c3c891fdd773530ad78f5a09b5f2a25f5478474a85693645c34cea7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cdf081f4c4422c7fbbf9f3509479978f7e09aa4316c710fdb1f5e023a4c3584b
MD5 4c23c900ad7424bc4d35de2de91a9149
BLAKE2b-256 4ecedde96e17ee1832c4cb8cbe4eb09a9fe260d425784864ff77360266078bdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 55996eed6200f172f8a6a246afd54492d3e7373653cd63523a0aa0f41ee5de28
MD5 e4331718f0bdcccdfd809c53ebda8762
BLAKE2b-256 445bafef472f1a094e6bdb1fad7304d54129c281e4bf99b2733190c100454911

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3890fb12b79e5598b163319910b1f3643543c1dd549376ec3a17abde51e693de
MD5 68be73000e9ec56f992dfe55673f7e9e
BLAKE2b-256 1a0ddf15bc725edf6380a30c9fbab04eacd0d0e24d48537053e250173e0cb53e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 31c3abc505b7cea39894925249130183e82891d705eb901f6fce2e51ee74989d
MD5 c77acc7679021abf63baef33589d8d24
BLAKE2b-256 82e70789fdc0fc11f925dc9524d21329c211a87b12cb69d5fa202af2e66d7588

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 079436c07418424fe9c30f63382004f64cd89cc63333b05915fdd45476a5dbc0
MD5 ba18dc64c51813f226e9de735973eefe
BLAKE2b-256 029a7bcb38ae48a9067ad6d5310030915dc21261cfb4537ce0a6090049c3e909

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7efd88107181c96f0ca60fd0ae96bfb8328a317e009ce1188be0f8313bcaa8e9
MD5 6c944bdfac15baf759ce67d59c6fe90c
BLAKE2b-256 e75e85132556c9cd0c73114c58aa6217ac53fd0de327b3345780540e7d1fc483

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 46d0f6e2eafe05da41bfa365f9d966b1b79430de738944b24f81509097701cf0
MD5 79532e893d8944b1511b4380aaba536f
BLAKE2b-256 e15b9e8a4a63d8e5409723e20acbfc28586f66d0aa278d0bd6fc28383d2cf358

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 55f86ebb8f775f43a6d8f376bf2a2a0e5962f03984e905546748cc00eb6e741b
MD5 2ab89b44bc4fe66714ffdaa85a149b8a
BLAKE2b-256 3561e837d02554e0722795ba00939c5e944f6ffaaa4d238323502569510ab5f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 742.0 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.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 82ab6199bed50d7b240023248252a7ff7f26fc605a8cb75873bc8a414f1e7fdb
MD5 73cf609ddb4767995a39cadbd7539dec
BLAKE2b-256 4972c3674fa8d88f445f5cf6e57947e9ddbcef3957be023e78130ae478df6642

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ba87aad6c733c2cccda7ad700643606b0b2fc1b6b73bd5738a06185ca26dfb9b
MD5 427478f120fd5bbc8dbf756afd49a0b5
BLAKE2b-256 6ac90723a87e20dca877fc49fa1f6e6cbeeb5eeb60f7027af932ca1b233e2b1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bc892b8d93621a2cb3ae8db18ad88df02dbc44be7eec8ea44ec62e216e2cdff4
MD5 12f1e30589db94a66ad57d7e175d2bab
BLAKE2b-256 494751041a14dfe8c17e0f5d807246debb016cbd1a091736ae576157b96d5723

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 853886a21de043a259c484ff7979d36ea7fd85a3b9cda3c399127e4ab15be1a4
MD5 34d02ebb84dfeac412398f51ff78508c
BLAKE2b-256 c60e00948064279be2219db997f5fc74f5c6c50f9c4c98392475f99edc3bad88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4d6ae354aa5e3878ca27e8934dc9837256bea70434b86c07758c53c4b7b997e5
MD5 56fc5912021d6ca6b205eaa698f29911
BLAKE2b-256 07a8d201aa82f6477b84c65b83897b9b6cd5789f95dc38127f3184ae20b5cf96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b40a4827f3a7fec63c0e09146e576948fdf4c67c84d1f2b513b416923ec7640
MD5 d7ebdb5c8e8852e1714285ffef3323de
BLAKE2b-256 6193f8ede6956719eec92b3c957d474bfced9d3074f23569552a8a58a99ba5fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59d4a6b039c3aeb8564ae2c43a6d646b8dda8848aaeef20da5642f28864a714d
MD5 3cbcc6d7a466b2b14835914c9bfd1235
BLAKE2b-256 776968a668d1b4f2c7df56915f5aaf5f1f4cf0c8c6e5dab3c679571f41cf1b8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 899231c791305bb217820ba62842421680df4ea00be82c9d359b1f36d88e4ff3
MD5 d3836cde89c828668e65f076aee310f6
BLAKE2b-256 e2caffaf0e9d873351d8ff4768ca48dc37961e3e4203ea6efebec14ab5df9986

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-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.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cfad4fe0117fe486e8036ff9c001656decbd00ad76e48152ad6efc0181aefda4
MD5 829d14f87afbd05860bb0a8e0deb3d44
BLAKE2b-256 3c637cbe035ea840bfd4ff1d2d7072387b4c72a5226e22c83fb9333351318004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 741.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.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b5f9e37560a3baefddafb8713524fadedcdee6740091473b242c7cccf57de6d
MD5 f011f7de013e176152d9993b6d8b3008
BLAKE2b-256 d0401ccb342b27047ec64384057cbe227e995a92173451073cdb398627bf789f

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