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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.1-cp311-abi3-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

awscrt-0.19.1-cp311-abi3-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.19.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.1-cp310-cp310-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.19.1-cp310-cp310-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.1-cp39-cp39-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.19.1-cp39-cp39-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.19.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.19.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.1-cp38-cp38-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.19.1-cp38-cp38-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.19.1-cp38-cp38-macosx_10_9_x86_64.whl (731.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.19.1-cp37-cp37m-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

awscrt-0.19.1-cp37-cp37m-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

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

awscrt-0.19.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.19.1-cp37-cp37m-macosx_10_9_x86_64.whl (731.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.1.tar.gz
  • Upload date:
  • Size: 31.3 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.16 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.1.tar.gz
Algorithm Hash digest
SHA256 9177ff4cac346245ae49635cd6b42a6dbdeae175824519010220d48ac5fff142
MD5 f4217761a83b89df241a81231c472fa4
BLAKE2b-256 65374c00883f67e102003b8635ff6e7b645fef022492ab444ffecace82dde948

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 70264b4f4a900b2bcba5d22eca531b64f934bd766e23dda2495a5da4049606cd
MD5 6046278423c3bb101accc2a12aeb2a50
BLAKE2b-256 63e05994c3ba2e34d08e0b6d3a1440045b01821133551e9ed9410470d8a3c832

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 fc7c28ef6e34b698a1e7e49a5618039734c6eb0ce9b524eba2806d628c2d8838
MD5 1510bbcd7bb2fc6b702b9d6f09eb9822
BLAKE2b-256 78c1bbb86e7c563c9c0d07808f69596a947f4a73b45ce03f8baee125546f0873

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.1-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 574ec08e1e6d0d01fcd3a7e2e861fe2fa4f2438e88227ce1d9310917f4a9b2c1
MD5 f284e7a570c72c29e0c2f98ef731b060
BLAKE2b-256 34c82de13866f06d425a6520db3438a4ec2234e42b40f1c3936f351100284802

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.1-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 617893628e9b40837298c10bb459e7949a7f4a9e8a09c7baddc963131dd1b790
MD5 1379e2808a35b080ec373758144c2578
BLAKE2b-256 bb09a147dfb47a476976c3717f0e69fcf93b98c7f27e322d64db0aa10f0e43bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1397e9c86e7ae51a109d8c491787780020e78a29084f60f0454932d5eb081b31
MD5 d9dc3bc03a4a0eb82200fbff0fef6b42
BLAKE2b-256 1f3fda744ab1b9edac08538887e714596506a53ce87928ac0ad2a441bfc2fd4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 255b2cdb7846dcf504beae586060cf4d049ebf9b8842b8458d69adbdbe5ed1f6
MD5 f00c106e4af14a70ef4fb37a1feef4a2
BLAKE2b-256 004df6dbf467ac0225b3624cbcff2145cb4ef32547ff6ead9b4588238455373f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a034a2ab6afc31555a0a0426544d1f35e16887340ccc9f49c6f93be278e7c93b
MD5 5b84b9f57504ad194c3abe077e2d1c97
BLAKE2b-256 ff32a914516503c727bf81a5572c81822193c272bdb89370236104bcdae41aaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 949527c4db51b3d16b4f0b94c0f540d8328f7ace8f7ffd8165a78615d312d3b4
MD5 e0ebfb28c2a452658aaade712039ef15
BLAKE2b-256 af17201ec607475720e52709dfcbb4be582e5989d621860a0a44cab4d7eacfbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0439830fb61c159d5775358e04db020cccf5b35ea3c943a0396c9de8926fc6b2
MD5 9bf41d2a719c5e6b52050708a894ca3c
BLAKE2b-256 99d1f03791eca88b16c4ea4dfd84c6f764f995683b44aa017f1c3e005d9657ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.16 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.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad83fd61c86a8f4ca22f8dcbf2c46c2db85619c8700e3251dbf218763f199d66
MD5 fac4372fb695546c5279b404b25239ab
BLAKE2b-256 d5c40f9d8ccb464549d855af687121e381e80a7b03cae9653034a992b95c8d04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16 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.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 13b7b2e53a060ebf81b2f872e91ffe1477cf00e7f05355be813cd9577d894cfb
MD5 2bd4d2a60437451478a0e6c128d3c680
BLAKE2b-256 6269d706799c2a7865043408e95cc580a1a7c4068894262d11af1a18de054183

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.16 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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8d06ee922e5dd81e610a35b23f526dec45f5856fa94538725a8b7592296aff0
MD5 9ff7d68427978bd8cc2a6e90da5cfe9d
BLAKE2b-256 1329f1469056fc6c711c1ef21839c72b0673d0a3b548f2084608facd96c822b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0f27367c2e4ed7ab8682ab04abf5e458c1bc2ef52683a14ca04a88a671f0c3b
MD5 663016c507e548d85ee48df74470b630
BLAKE2b-256 8151dcfbf5279030962f005820a05a4dbc448e6e9bcebc66fb3d16fc7ffa962b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4ba1298574d0948746c4d77862041da8a01960ac6c043390309c6874d4dfc919
MD5 f0a478fb16128b906b60d7c4adae82b3
BLAKE2b-256 32bec7f8c578f0349eddafb3c78ca7c4671f2d45aaaf365c984129e497e5da21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a7e28b6e3837a01f5502d8c9651a7c998985954a612971e9e48ff459d49f0b50
MD5 6f26baa51789b187f5d954cfd9d1c067
BLAKE2b-256 66d1a14cc2ac67fb2a2e207a38f869277a5f8d1f9fd6c5df566aabe65ed47ed1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ad2380e93d816766b74e4f3ff612b5e50c20eb4cdb06bb7d242f7981b5f7eb97
MD5 749fa859049bd701ff48abf906a25e6f
BLAKE2b-256 a5d5f6244256f648f5de9e5abe1fbb442072909b99d575df54c0c6f57bd773f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.16 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.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8b26ffed936e0938ece94c97e2640bd6aea78d05a585cade14f38b1d263f6163
MD5 300b1a8b4b1396986d2e4ca44035fbec
BLAKE2b-256 bceff0a558483f0cfaa593ea6d5758e09d49e1d79686e4ae8b0ee65dfe560779

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16 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.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a4cbc9ba39ee7d8297660c61390fbbe02fac05b6b65475503e97c326cb0a0791
MD5 9e90385188df1c294e52c348efaf8775
BLAKE2b-256 c2ab307d433b19a53e3f7a34862fd0b33840b3631bf6b4033af0bc855902947d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 308fd8b6dc69cfefe1e9d259ce72d28936e1244d624aca82e22ec076d5955edd
MD5 d00e87cc3faf0045c7a3f781c985ea7c
BLAKE2b-256 86de2ac7a80187be5601309f352bf316c02f6319a55255dfcbd0b51c03d9e7c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b00a645e68e9052eb6a6c911145e61ca6018930342dd1446c07ed1d3de471bb1
MD5 79835aff1ab6b3aae98af3b1733ef8d7
BLAKE2b-256 2bfb3c92809a2172b30c5f4b28b3c5d68d18d5207a5a571cfad8c3799a551b2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0b3c3bb469d3ebfe2cb099dbc58585d122264faf6a6833df4d293848fdad2065
MD5 310f86f5b32a4e81bc2c34f79ec2fb19
BLAKE2b-256 42d5cfd76268cd86d440e8e4266dd252dd6f3038d9461fda751f47efe2aa56e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.8 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.16 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.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 595e5cca1556934dd4cfa728cda64c204a9ec94672ddea95ffb2525127ff11db
MD5 2f9b7cebd3a1ef7489846e9be00c18c1
BLAKE2b-256 ba121f16301e4f3a2bf8e69b8071374cb56eb5c56e3dbcd27d826fa4c78213a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bf1afe108e3063f4873e54c0a00b2fdc7a668863bdd8b3a4c88da1d27d8be444
MD5 e8bfaa8fc7028564db02f1200e43c003
BLAKE2b-256 447a4b92f349fba2848071b68003d9dd3f44f0c9b4e8a1e6eb7ac3573aaf5206

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8282fd2054cfcbbe9a33092a506e5b552d9e99b18d6ee390d019a3bfa6f4f406
MD5 dd1741db72b6df716162717559f5dec0
BLAKE2b-256 f781920f785c444b28be1d5bfe74e64dea7f3a4e0688bad4af6d0fd7f63dbe4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d3b7c2fd335e6be2d626bf2f69e959d8a843f5d9f19d9f170e359326f9c352f9
MD5 9fe7556b93c08b2e6c7f05616e03916b
BLAKE2b-256 0b5c8eae33d93fdf5096b781664f6b9a2139dded40baf513ec482171d7725c26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.16 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.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 489a4446a282b62937d289d2095e6434c6195d46809aca94c8c5df02fe847a1a
MD5 743c1c3293e83087c2541133a39b9a99
BLAKE2b-256 2d12237c09c7c50340b7cd4bd7215a72a850d88696fa506492808c4877d17fd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16 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.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 194b5066c22a6a291347130d7359622b258ac1af5599ece8087b6ddb98675f28
MD5 690e221533398f9972b8dec823d73345
BLAKE2b-256 9b3e135810f1558046f6a5b9614c8e4eb49aaa921b891bec92683041beaf7249

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.16 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.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c3784c95c58553159678eb32744866151de0b3c1f3b2516657dd1e976a9069d
MD5 468f647e2ae5a2e2e0e6282899283673
BLAKE2b-256 1b3e2bd5ef751a530b1bfc069fdc428e1005727cf64970dbe2dc638929c7ccaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5339b7cb323c4acc482e2e72735a580cd5decdb66553b435818aed8b3ce0bba
MD5 d0f6e70492ce3c1e0607f058c3055f12
BLAKE2b-256 99fcadd156a03dc020aa68ae1e28883f1bdfa652fbf68af1a4ce99775bf132f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fd5ec526abaea3030af002d04c16a868828c20d6190c0c884ad8befb5da70d1e
MD5 5563666cbadea3cb795f089db739608e
BLAKE2b-256 7f64c18a73b74ea15cecb4462596537a68b2494ad3104a8c8ad47006249d07e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.8 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.16 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.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a6a4c3f908363f3748f2a2294e0b18abca5d9c6e116e307e5b8e98b47046452
MD5 632abf1cb7a083b430233b8b1677865e
BLAKE2b-256 93af06c3803c7282e46f6ca78340f32a6bf64162ca3359467833b04cd823a11f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 731.4 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.16 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.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01fc815919e145838ad9f3ec2bab3d9d0ba4265ae61b2a14b134b77bf820861a
MD5 532cb1331656055bd3a2500dac264039
BLAKE2b-256 709299c366ef85b66bfc959dabe2ba5acabd9b7dce8d0c88ae0a5ed414700195

See more details on using hashes here.

File details

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

File metadata

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

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-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.16 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.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7f98d56c47c50b95410d4b3cfb1f66d31a24df330707689f4d6f5aedf96219b2
MD5 a98775ed211d08b3edf29a07d321adb5
BLAKE2b-256 a49a9bf16b34daeedcc249ecf457864f682a38b31095d7567b5bfd79061f8a7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 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.16 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.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2f31e7bcb9e0e6cee5b6028764549a37e98b4adeca2aa0c2b9ff7f8e3ba4f5d5
MD5 484784a9dd046603bf73561bcd8a1cba
BLAKE2b-256 dff74ebf23d43d2b78243927d1f995fa0951d565538c307151e211210339a992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.16 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.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 edc2af3f48cac2bb0d3a0b4b5c5262cd94844c74429cde9eeefcd08ec455fcd5
MD5 85b9473805ccd3efffadb1d486c1c27b
BLAKE2b-256 be1b0475c74542a9bddbde2053c1e90e20d45324fab35abdfce1c8c9c176bb9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 83ac8b6a292a8da4942e8e8d81a72af6abe5236842c562b4d523613b4e6d0b63
MD5 ebadc7165463228e3f286da8edb4b582
BLAKE2b-256 e3ae81b7a38af07fd7588765ef46cb9af611627b7bf5734ca5a9aac2cfe69c5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ebb7a197935da87a448f2aa5c1188972ad17f6459489e60af615d823f7cec5e
MD5 2b3d64ba1415f7c1874ae9a2a3c359ca
BLAKE2b-256 10a6aba2d5f572b171683ff80d840bccb5021087ae530745aef5da89d7ac8c9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 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.16 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.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a307b9cea886f5134e378acd4e923e22b20d0b714b2d27a662d4cd4faa987f02
MD5 9e454f6f58cd48fcf2688c4b28e5ec65
BLAKE2b-256 c86aa3cd904f58075aaabf2f3a14ecacee994e84506d7c0106616576457f8346

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.8 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.16 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.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c31978a611a4e1568c6f9d533403f1fb0f943a7a9481e68429a15ee45bb1fe4d
MD5 01f62d727c36d33098a36c2751129e7d
BLAKE2b-256 5516073a5e67544dde38ad9f0fd8640c1e08cc7567d8e5dbdcc6af65c865ccb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 731.0 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.16 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.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3eec32130fddc8e5ac8f4a4da6b3d8d8140480a32196cbf52b511fd94fb70c6
MD5 4eccde2c53da246400cb92b1cf8a95c2
BLAKE2b-256 e9dd6e8e2fbe2fc9fadc3c927a549fb4cd00a881cdc90782d8aa106127209e7d

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