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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.13-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.13-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.13-cp38-cp38-macosx_10_9_x86_64.whl (753.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.13-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.13-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.13-cp37-cp37m-macosx_10_9_x86_64.whl (753.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.13.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.13.tar.gz
Algorithm Hash digest
SHA256 ca89fbe8c1d769040124d8224bb2595fa91462cd68ac9e331f2ad2259b917c95
MD5 d7e2fe49099bcd527a0e7bd05b9a6ce0
BLAKE2b-256 86e1042ff1ab855cd738084d6666b4991b5de11dbd35c9d7f373fdc11a15616e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e05a989772cb2de4d2053a655d2675861339ead754b5c2626acc844aa45c26de
MD5 a9d88a20a156a61c10ed48a47b91364c
BLAKE2b-256 3a05635a8d7030cd5a0eb38fd4dc3675efbbd4b97e2080fd5e4229d32a4de7af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 833ba7928b0da0b83dae34b5ef9fe3f892a6cbf422f1e8f4ee1575f64ca6582a
MD5 0aa5722c5fe097f4994c06f3f8c5b83f
BLAKE2b-256 3e3bc45c4b70d7439d4035722bc8edb1ace3ecbc6b5cce4611565fefe5b3f9b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3eecaedbfcc54c23ae3a59181174921d0cdd66dffdaba5d71ad9223806c09cf
MD5 bf31d0deb5e5ce36036ac99364dede4e
BLAKE2b-256 88ec6b5e16eb55df555887ce5527ecb219ed4f4cd6b34a34d51988bad874c21a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4f6406f396ab69902dd533c8c90d31e79bfa92b281adccb00a3f7d97182a42d1
MD5 ae40e3555e282c48b2369fc634a8bacd
BLAKE2b-256 b87d6429c874ded75449d7e9d908c9bf9ab7a0cf7ae178915f980c0a887690d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b271a3c71f6d6520917e55eec6ba8b29c19133b92cbd8361a4384b55d0d25859
MD5 2ef3aade2e364f8ae86c74282254f463
BLAKE2b-256 c93c1f20bbf01a8f72a4f227d72b42d66b8a7f7e5fdac9de13d889d5a7a151d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25a3ee3dce6e01b91d0507dcb6d70b862ffad95514cbc918a4ea435c6e88f676
MD5 6270200dbdba26b6c46900eba47ef1bf
BLAKE2b-256 0d98cbf7f41070088bb2b907cd43c8bd06d76bffd7c9525c1ac81c966b7d9630

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d64072726b9d5f4ad1460ee58e2e3fbc4c0e952ed684edf8485fcd84825d001a
MD5 ccd42ed3c765eb410de009b38a966f5f
BLAKE2b-256 7cf2baf606c6b7c2ee1768aecfee04eb1ac7455c2b596ff7dd1ac40bbf08ac8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 640ed50244afcf683917b57c7d65bf937441040d245cbb0c739b308e3c798151
MD5 64a171c43881aca9cfe194a57ae82c95
BLAKE2b-256 41b57aa86ee8425d19d277505000a1f0deb4af78fd58e4260b49aadb2f75e063

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b3338f8275213d66700ff40abde8f2eca3b49aa53eb705afed9457906891b08b
MD5 1cdb48c12318f320a670c70767af4a5c
BLAKE2b-256 a8273d7090743bb9e8e8ace4229d4f6a95df0d532c5604d2828142c699c6bf95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fd41a250149767c5c26c75fdb650e4cae3a6a6bbafa2f454ff319f539b4cd251
MD5 2d3909272dd71ff3c43f027f052f1264
BLAKE2b-256 628167da55778443fa5a72cb8e4cf213ff205fbfffa947d31a70fc45264a4f4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f52d505e87a9d79af349940b65059f1b0f44b251b7764dc369a901168a098b51
MD5 b976eff3f50b3644b1d943eeecbd0607
BLAKE2b-256 c5bd4ba9cc6ae76fb1102d821c33e7ca73d19c30884b7e60b21ba256c71983fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a58eb63f8014a3e114f8883096bb41cf9ef71182455b36eafe376121113e0518
MD5 ae245cd91166ba5de4565f6dc4120051
BLAKE2b-256 aac2cb002aa70f78b037a586102dbbe54138a25323b8935b04c2ce8ea8a24e70

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5d53ccd3afea39c034ef4f5e4f9e1b8b5d3c5a88ed2ed613283b390392df7d3f
MD5 6779ee3af838fcb91b78a26bad014c34
BLAKE2b-256 e8d8ef60caa7156a290056cc0135133d0bca33654bad2b4a5ebf90df01c25e40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 22ea79217251d3cea2c44f20a077172a7dec42a50042cdc86d5934a3b906d5b6
MD5 18bd77abcfdec37f555db9baf7302dbd
BLAKE2b-256 dec60123b21d81a096021167fd00d61ff7c67edc3beb1075b3b184de1a83c597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 326088abb82b3cca8e61440ba2baf07abc66c8e6727f524386d95ce859289d61
MD5 a6bdaffca55da05c21e39f2584e80581
BLAKE2b-256 a1ee8630e34aedb2f6075571d7e241a8d088a1a66c305df57037be15a5b79cea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7bd71e707852e8db5f32a44dd52048051e32462fecd9e2fd888008b85ec52cdd
MD5 b67910f0691891f0a1312586660c547b
BLAKE2b-256 1c9e6d3c39b24b3997380d353b49d1484912940c940443611bf783e04573fcca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 48db5c7582ec1a591d6a21403aa1ba05f2939a777950d7e1816c8bc1b10e117e
MD5 375d33e17c93baf70b128f7f6c13e5f8
BLAKE2b-256 87e4a24cb5016c8d64333a81ee239380ab1cd3e13f33876181a9a423ee54f67f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 706ff828ba807cd0343a34bd1295998206d183254699bfd4c1241a9bb299671b
MD5 235848274bbb495f492f6f005ac2eae1
BLAKE2b-256 b6199158ff12d2c2384074e110bbc0b71dcb319418dca8fad4c38d49fc9aa253

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcfb62538bad0e91b766187944a7c1df24ef4f72d243f6021d6c38c8a9511abe
MD5 32df7df968c0f11d75d9eb8e5db87922
BLAKE2b-256 f0ffc9e11dfed06aef57efeb55580e965495084bc495a18d4ef7a03b59e29ae3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17768b0cf0cd1a3cde570d3513f8c84c8fead0ed270a46d255105bc5a0cd455a
MD5 52fcfd606b1bab9b643d1f779cca3e8e
BLAKE2b-256 87fa1629b50d2161e90f49281949a62f95fbc16b2252e1b6f53c3525f1387eb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 655d27be693ef48c9513544344f271b024d7d44018581ea26b280ffde7846a80
MD5 304ac5cd27e25754b0bc583e3dd511ea
BLAKE2b-256 bb34960b5f1ac3edbe5b25f90976f58bc88e0b39435f596b35057fefbc188e82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 afc70178d8dd2953aed7cb535da5cee0f1d336f224dc51b700ecbe17afb3831c
MD5 2c0dbe0ab821e874725e1d5eb66de338
BLAKE2b-256 a0b1cf90296be050102812dfcf6e46c1797c3986af03842adcb5ded8e89d4610

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6c8d7ecf1af5d86505b589a23bfaf4f909ada4fe70b11db6e9aa9d750f21a9cd
MD5 01bfa5a0eb29c8009cb1f579a044b2d6
BLAKE2b-256 6f7b9ce5664502a15fc1844cf3d2b17016bca65da9d5fc3d1233a7a84c223630

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4cd1e6f720872dd4b2a084e2f13559a24b2b97b097297f4e258c81f242ac59de
MD5 13ca08bdf85a78d508d3c0e96e512846
BLAKE2b-256 aeae863a0e0fa5ea5e740cf627b38bf4341b3d230425e560f38f09442d1c5025

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 65c6201082f24412fb0aded2e974a5004e354f318cceebffb5ec96e3ddfa6645
MD5 2802e75242ba92ddacc92e0a115018f2
BLAKE2b-256 a65320828b3b13b23aba50b5303fec454b14afb26d7aecbefae84fa6e775c57d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae35a29eddca7d8369b372332ef736cdd9a34715a3c35287f4c40eae9de834ed
MD5 9b61f289056118446780f1f6144fc077
BLAKE2b-256 5938cca6bb492bd456f8757c1a5e983eace56c5bdd0bc4296540b1ac25cadbcc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2f0b4a5508e31e8b0619425957c1bf959f601aad153161931affd5f80ff21de0
MD5 e8503f8fcff6a34ac374d26444dd9a0d
BLAKE2b-256 6f6b40b49560456713434f41f2a381f3febf4a0a43b4685000e6b0bf9cef9671

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 024d53f7bee1953201508dec86d018aa8e9861349ea754420fafac8ec7b73d6c
MD5 37f173b5c33f25d710fedc146e05d0fe
BLAKE2b-256 c20dd7745def836fa8bec9e8ab7c8103c60ab79ea072676ccb23d2b3ce1b8795

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4e379a5ad15f3ced93788acb129c6b6308c2c1a05ea98d946f2fb99b249f424
MD5 18bef1351435c8b48e4fd2604d2ee5ac
BLAKE2b-256 a3baa1fb604e379c65fae461a17cd3d62c2cd62a347a05b618dedd42ac27f5f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5ac685133d329a339a1aed00cfe730c8d2ce4f816ebee371fe90f3ea9a7488ba
MD5 a283f080905fc167ac5e9d1ca0a283e3
BLAKE2b-256 c69e663f46d440af9fa5bc4040db05bc284c037c0527d6ac03c42ea42fa854ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 87793104c0570867eb6a7a6309c4715287d21fbd59e50fb331d0ab14834d3593
MD5 a29aa841841f588b86280687861ef977
BLAKE2b-256 39b39495fde0c0a2d80d1b15a163273edd5231e1de4cec59a6b263706c52ee75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 753.7 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d8a74a172570aa8b2f15643db8da55038a2b9e21f43016afd37e5c5378ee3cc4
MD5 13fb5883bda2e81fe2c47b4aafb7e455
BLAKE2b-256 7b495d16b6e06473dbb64d182e81f4ddda493321347768a74a523b4e4053ca8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b9e1a032589c832c732e93c11faf0b918c38d58425b8ae79201217af5638bbaf
MD5 921510f667d6191c89a36a29844ee9e1
BLAKE2b-256 d2b26a6ae3801c189d382017a33559fef03a4d057ebd5b0fae4e8707fe3ffbc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ad1adc520defd49c8a6eaa2ff4172b6afe1601fa709124052b6729d5502b23ea
MD5 dfa124b554a95f510203f83a7d5ebef3
BLAKE2b-256 9d3ab13dca7c4244a871d7e058eb82f7244c07b0ac4e9075778f4cdc96b34b6d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a12c86f28cbafb0dc31d398175d20c877e00bd2aa966dffe82cb5a732278e1d5
MD5 4ce55520395c5902f43b4aec9bd9b867
BLAKE2b-256 3d8f699453e3e4a08b21977af89a9027d26b3df8a12a00f6e62cd44ae87b67d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 84eb9706ea92815ce3abc68d2cf0356b1bbc8f59f6c9f2041bbe0f6d92a9df98
MD5 c81ef5722e0c700b13f48e25bcea2360
BLAKE2b-256 f3674fc314a92c84028c0a4ec50f4acb3649650fe6f380b374b0b16d60c70af7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 60938c26d11587962c46fb9bbe5fdeeebd8e23eed0800e2757bb2771205af04f
MD5 6be9f3ed4b510fba00d93b03ef555c1e
BLAKE2b-256 c73c9b1eb134e367727d787c799e2d12326f000c3578093bd95e38bf00025304

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24882bdd9131758edd4c0a0c502e686ab902667eb6345cb635f284e96021d3af
MD5 36d11dfda007fd2c41cee65f5ea87012
BLAKE2b-256 0b8b3c5cf4a0702914dd8bb1f2fb64a250bb0cbdf4e00d9db66232b383ef9ecd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3e03c05bdfcedef2416e24aa0d8eb6c5454a0b7dc45ee8bf5d8932173bd4af80
MD5 e4595d3d85da50727babccc401678c65
BLAKE2b-256 e7c910895342a80b2e87aade06b7051665568ac532cbd03d0abb7d2fea827d5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-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.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ac46087526bf683337a04763b630063a6ce419f107d0694319d111df1e9e9139
MD5 649c2427357f82da0e07d15e0b57f37b
BLAKE2b-256 4804792be6d10a6aa7a462657e879b1d2d3d966bb88a87ededa5594ba4f9a746

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.13-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 753.4 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.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d087b07cfbdb15e2ccd238dea0fb9191609959e8eaf0dd1854bf15a74c40a840
MD5 e2e1e22951b3407a794b1871189c9379
BLAKE2b-256 6f4377f0dadc776e8489939595044df28d143561c2449f3743e19cf6432ea1a6

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