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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.7-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.7-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.19.7-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.7-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.7-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.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.7-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.7-cp38-cp38-macosx_10_9_x86_64.whl (746.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.7-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.7-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.7-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.7-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.7-cp37-cp37m-macosx_10_9_x86_64.whl (745.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.7.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.7.tar.gz
Algorithm Hash digest
SHA256 b7f2f08a85136747cdac9525c7cdc71b5cad98b5bae201fa5b5ec67765177adb
MD5 cfcd05803b0dd4f0c23a8e724d0aa92e
BLAKE2b-256 ee0d6bc7ffaa81177f188ea91ca5e436dcee0b0cbf85389aaa825e44af8ac05b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 6436ce7c2ccaf85f88456e44552774cff93e3de2558accbf7aa4471395d215a2
MD5 00cdd8f95cf0e7162f621707a8e75047
BLAKE2b-256 80525d01af002108ac049cf1a860f830ac0c11581a3c5bae1bb63be3650e50f8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 34387f76b36ef2bf42b952f7c32b438178df31bd18a22801f4a5fdc57246db17
MD5 e3fcc76b72826de45267ebbd60963c52
BLAKE2b-256 58489656906a1c614b70923c74023446da78afe000b16cf83102c0b04695ec4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.7-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 328909d7ba3c7f8ccd0bbb23ac40caf4fa6baec7be1a22aa46d3c984c3eeafa2
MD5 3d4b86c4e3befda8d051f1bdd5088fa0
BLAKE2b-256 57de5baccfaa27388523ad0f3e57e11e7048dd7232b28ce6edfafc13a94d1e7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8b81da0f87fa3057052355e387c74326275461f8bd3da705336a42b91e69443f
MD5 5f5724953d9d241ea1be0e854b9fc8de
BLAKE2b-256 809add251f059575e7d2b9f0d0e250a840667ba89f750e00a690fbf94f77e57c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.7-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 602e77fbba6ba4675b24fcdddb95b65654f66c6029bb860ad6c7e65038a846b4
MD5 5720a1340273f56c95597b54d372f577
BLAKE2b-256 3a2629c255588aced5a401150f56d19a7886008907e9e868e9f60bf0ae4a773e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.7-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 adb83054726197d807d8b0b34c115aef73c3d1cf4f56dcb356c92fa8204b9161
MD5 4f62ef5b35ce216e8899afe03aca212d
BLAKE2b-256 59c052849ce0e372011b93e81413b7ad8664e0889a1ba9c12d4e90fa5784cc20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 425b0067975f09a4a0e29921dae2f5723b34a35ac6007ae96f881c97c13e9daa
MD5 086913331487fa1202e31b21f620bfa3
BLAKE2b-256 8ea0ec11ce32f74b8e5ece9410ccb8ac396a701665aa91d99cdc39c9d2064b01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e89c7193fe5c8e4fa44ccdfbff8113733d3ef8390cd13c9ed1bbab673d7b13e7
MD5 99f63b51d64cba886830f0381e156ec4
BLAKE2b-256 76780fc4f29ffdf03a65df3599ba1a283ca1fb6388374f45bf36a10f661c3548

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d34dec7e798ceb4bdfbe47da7329bdc3f89aaae2ad3ec7695846274e6b464f86
MD5 b364ecaa2cb42ff4d1f6690b924f759f
BLAKE2b-256 f9f27b6f1c13f692963eeb575d6b34becad11fcf5293ed6ca2e75bda28e3ea70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7c72300fc1d82c289aa5e71189f08b37326430fad22b57a17c6adec1c249580c
MD5 c3bb6dffbeb769e271a678e43087fa82
BLAKE2b-256 590d00d8c85f0d89dd9b71eda6309551b6f937fe33b8b9b495e315d6513b8380

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4241e70896adad8ee9649d2d4e9b0e31d976521fcc5cc364b25e1677b8309ae9
MD5 e406e40c643f293fd3600a43f062d08d
BLAKE2b-256 129e1a4498f70a4f5ab9e300ad4afc3aab8e94e7ee571d8156e7e0ddbb88fc58

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48e49f6c5e3ce48a94824e5e8306d9d3e67aa1e236ee311dd64343d85ec1a15d
MD5 71fbf94dd3fb07ed5bee97ab579a6497
BLAKE2b-256 cc64ee2b247e5b9518fb3269ce956808a46714a233ca38b014b523926d0ce34d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9d8ac8722827831b1f1a2ec8589fef2700454a453a43b11196a9adcd26c6485
MD5 99ad939a5a26f29482b2c8c5ef4e7cd5
BLAKE2b-256 bcaa075bb209b9d380e353f3113601b2d1d90a06e06f50b8440980a3dca81afb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d6948c14c1ca6d70dcd00b70076ea40da6ca8fcb80ebc525b37205771a075fca
MD5 acc1e40e515823aaf98e2f3467d3b711
BLAKE2b-256 0dd6e72b841f0960574a038b237a19285f68f7ac213450b21c9022efc06643b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 47632cbe18a13baa5013077c00eae63608cf75bd3d4bea854394e913e9456b97
MD5 f08fee373d51e05eea265fcaff782205
BLAKE2b-256 d0851186d89327a5c2356058090d50b8a53a5736cbf95021a1cb3c2382f9b03c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 38d50ef1df24371002ed47b2904feb7e9b5348f2e87ca08eb59dcd33f83b4b6e
MD5 5cc09b1f6c54ac412f3914df9b228195
BLAKE2b-256 9417d3d303d61c9d4ae334c0e1dcb20d409f8c3d92b0432f54372d6b30e62d2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 83984a73a6bd25222b436363acbed975a08cb50a3f158cb03de734732c87e308
MD5 03ba47e633697036e7904019b761eb85
BLAKE2b-256 1da2a6256dd0f353240c128850989c044c0517fbbb50b38dff05d5c4d04106b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 717a86b9330500b05aba36f20ea7210d364decad297e076051ae605d4480bddd
MD5 3d6f09393d32b048df87c065b87e2280
BLAKE2b-256 f9f0576b6d37c0e947d94781ed339822654bc8f3ee3b8d7eeb6ddb29f795d888

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b035d55070d0c6d503c91c208161774fa94375fda78ad9e5a7f2e7e5d0cc0642
MD5 1ef82588de78f93888796a9dbfcc19c8
BLAKE2b-256 b563c0b73ed74bbcc35205c94e1baa4842836f1217bdc4ac2a7d40630609037d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d801511dc27997a51fbd942c30d39bbd32881d6a3e03c9b266f66741143ca300
MD5 90a0be27d4567aab289a063299049197
BLAKE2b-256 9e4659a23b032eee7fa77f0648a3207386f3e8f7209de894db92dd0c7601a1a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 39bc772918f10d0f50e83dc0f09e6f69e14291a42cfed4530aa06172fca35cb1
MD5 2743d10d8c502f37ef6511ac58eb3e43
BLAKE2b-256 1008079c7f9f915a5fb77a3ad8bafd4db08cdfceec323a91b3f1956d953ae7ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97ea9696721d14699fb8f7b97c0d7cacfdf0a67959b4fc62e1ecbb429c8480c4
MD5 3ae5b8014951a66865ce243fd64d9814
BLAKE2b-256 e36b148c8e38b02c02fbb64cce9964eaa1e68ffd78a26f0a97875f339377dcfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0527a359532ff54257daafebebb0546cee5d6df8438b9b2dc0e06d1aacc39558
MD5 c3a9e55df8bc07c481580a92aa6f31dd
BLAKE2b-256 9c5245d7116cfa5604738d18280c90f10fca0a83c61eb7eecc930282666d06f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3c2f14af5eeb6bb92779152caa5664daeee15488e695e80c05e455f4b1c443ca
MD5 4fc859702ae295686c081442a05cd191
BLAKE2b-256 14bc129411fe77c0a257426551b58f40ee44d31cd58240f3a4d21fda11f45bd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 516be2f3ebf646aa1223a3ec15d17848c85b800fb2753401bdb0c2b15ea7e312
MD5 b98d470d962f60aa0560d7dc12ab6dc4
BLAKE2b-256 630478e51ad26f6575b569d21cdaae624bd4c4c682a847815aeced9f82b555c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a14c5e8747594bb28a8dcad7cfd30d4cf9ff5a20978159838708041fec029aba
MD5 d7f3e94edfb903123c5c13665e44886d
BLAKE2b-256 b206082bb6b958fa044ac1aeffc81c7e0f22f9a9ed614087c58395d8d682e525

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.7-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 df6ad44011f6f7cf5b4a040c54744a2d12eec4ca6bbbf32b65fa629abb2fed4b
MD5 080fe0c246010eff595e3ea656ced27e
BLAKE2b-256 a89514a5c8b43351c685189733826e6b83367ffc255084d1e15ad3ff39d9265f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e038cd7caa3cf1973a210e21621ad1f485b4edd47bdd89d90e31ed22b6e14a6c
MD5 8345246e49fd08af4574059350815759
BLAKE2b-256 0684c729d1987dea17da9b18520d7b57f9e04e0c53e233e01d2b0427a65efcf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6aaa451d5fc5ffa7e8cdbb6c7cc5b5a9b73d301d0ac9cf537dcbd7f64e952791
MD5 0b70dd012bb9636ddd0c988a5b432333
BLAKE2b-256 5d68e2eda35e7d08311ad8e5323637982dc42f245c6a465c4a9705cc92f6a729

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f4135ee3b64efdbf64b82e23c5bcc4aadc191befc5aac2e99d31c457cba59e4e
MD5 f5a7d78bcaf067a207bd32e3612bc91d
BLAKE2b-256 2191c957aeea3dd7cb257d7bd58d987741d26f1758e600affb78fc0eb5ebaed0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 459a1bb4a1c3f718d45338813ddd8437c2771d22f435b2d0468a5d07c914f70e
MD5 e26894a0ab5b21b32044ef8926ad14b1
BLAKE2b-256 5cb73be0782b4d9426178f2a4ba59a46c97fce8710ae62fcb0503ba17ebadc6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 746.2 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.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0117d640bdc31fe606a194572873731b105da6dca4989ecc889a90ed3f879601
MD5 96393f5db64631ed902367356b888ac1
BLAKE2b-256 84db7dfd7a816c1efce1fb1e2500ce9608aa01681d0bdc1132ba4f27466e9e4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 173732798c32b7b0ed7adb22faf0e8035df126e90cd42a72fb9ab08f651815fc
MD5 b3715375834858221e08c727696f628a
BLAKE2b-256 9aca7dea6e362df25cb36897b79993d2e39ee28c158c49b470e4d66e571199fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3bbf8238b1f268481a5c2aa52c27a093591c8db923bb6547f083b87253d5b91b
MD5 7d02b931bca23e291019bbd8673cd9aa
BLAKE2b-256 13f3e980db85eb5edd5f281293160373381fcb8da98d4f2fc0ef4fa5aac83520

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f91964e5716daa83ef3d64e68e9cec87b9f398370dbc73db13df31321ade95a0
MD5 4fa8dcd43a5af2a69d378c1456460840
BLAKE2b-256 f94693e04ea654d6c271556148acd562222d2fd0c9b41cbf83ae8f231d6e247a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a339398755e57a8b673587988438444de6f81b617f58689b318079e12c4103c1
MD5 3c824d83fa59ed50b7b42adf174b1da4
BLAKE2b-256 0e5c9a11c78d4e918e1057cd2234a4a3f50d9e429315fb0caffa9169aa99c96d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 574d8f7e4add61b1550ad187d70c7192f293530c0ccd846f4e2d8c6df3a40a50
MD5 de8c8fdb986c00408d4788cc430cc25d
BLAKE2b-256 5c935563cc7ef3ce446f4b6b82f7229957ab058689483aaa5c959f8a6c595de8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e4619541d11646921ad9021195bdeabfd31292d3fc716af1b9dabaae37552e0e
MD5 cc52527efaf335ea37c73fd4b546b093
BLAKE2b-256 c18026ccaa55323249e6e8fb8bb9baaa53ba591f054942ead662f5f130a74bac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d663b29b7de0f26d8a111477a05cb4832b78bc7e50c9a182afed6a052721aa46
MD5 ee7ebd887fcbcb8e3deb5c43d4879dc6
BLAKE2b-256 97bf8c891d66b4a6969e157841c80c979b71a48e5061b83392f32473b41ed2b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-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.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4a961cbe09ac4d2ff7736248c9052415189556d7051ac54f4f6a4901d8d2738c
MD5 3c1d50e3a5665053eef6ea199ccf51a5
BLAKE2b-256 d5561de62ed87387ec31888d51a2611162e7c6f570c690946b3e609b9af8afa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.7-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 745.7 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.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 825b4278f864c7fc818c7ee1f383d45db929f7395afd8b8121331411a231fe8d
MD5 c7b6344d1fea525a73d78b7ec6954a7a
BLAKE2b-256 bfefce6e1d2a6bed9834464abd512075fa842b8dec68e6904dcadadb576b8eb4

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