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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.2-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.2-cp311-abi3-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.2-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.2-cp310-cp310-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.2-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.2-cp39-cp39-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.2-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.2-cp38-cp38-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.2-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.2-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.2-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.2-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.2-cp38-cp38-macosx_10_9_x86_64.whl (733.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.19.2-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.2-cp37-cp37m-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.2-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.2-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.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (732.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.2.tar.gz
  • Upload date:
  • Size: 31.4 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.2.tar.gz
Algorithm Hash digest
SHA256 eea20f2195b63a235357fa1b666a889d0b5fc3d1888107b51a1dc6b809701cb2
MD5 8c25f140392d6520c1d944949b1cd8e0
BLAKE2b-256 0a5b523485d6cd6b43cf0abff1a23bbc6c667436d334130989306e1298ba8b11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 44bb88f565c071b00d6dd0198d809a1dfb843ff82065f6adf241016aedd2f484
MD5 95d430fe843450140c5b91cf7b3e0587
BLAKE2b-256 c513ec6273756bc50607fc3f0c90d2f6602b9999c742eb522fdfe3fe30c7b791

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 922e4a2a78b2446ff5eaa3472a02e529769b6db032944664a6a3139fc0288984
MD5 20a561638ff025f12d4115c6cf78aa77
BLAKE2b-256 1acbf541ff680d3bc41f34fe5886a44df44d2f23a632cb8baeb09da1e2e1102e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6166211ad7a2808018b19449fc1b5bca587faad536578e2651190681b80a2a56
MD5 3d90ff53860d0fbf0e5ad3e2612eb936
BLAKE2b-256 4ca68a4c8208b82c12de695746c733ee77cac32191fac6985ccc712270441d1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.2-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d200e224a762c8c969935552e5939b4f5ae67812a799eaa69a00ecb8e7bbd71b
MD5 b86ce16dcb66ad718e31fe9f334ba50c
BLAKE2b-256 30baedb387e75317c87673679d09513d2cb11facee4a4c035d914d30093a13b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbe03f115e0f5ecf5cc6e741d9570bf6623d1cb430a62b1407505d8f4f3a4924
MD5 f9ff2c21168063cb0832fe53ce4f3222
BLAKE2b-256 b4cca570eea04da00158ed03748665172669ba58234b4429e1f2b0b4617817fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 576278520a7c1d946a4dce9c6572c5011933e02c354c2ae22678ddb7617e5d63
MD5 a614493cf0ad440c5dc1e7ae15df2801
BLAKE2b-256 a86f7a4573c8dd5b556a3a4a24c64c49582edd0b8d7e7718a54ea4003c877fe6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 92d1a4284263055848ea49a2f5137597d82acc9dfdb70652f2b01f17f03092c5
MD5 4bdfb1ad24a8c0da8fec1a32f81a6125
BLAKE2b-256 301037c83891f3d1b852e3d44d5c4a463fccf8cc5e8dce8698a0b4b22bda0579

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bf71e45132a0cc13cea29eb50b2656c1a2efa7abe212e2e62a9c4b02a7db5799
MD5 985611772fa9bbef17208f9d7cb78c5a
BLAKE2b-256 5492816fb97339851dcf92a02103e856b55bf2233a710d3309e4c9d483f082bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d9ac2a982ea46c5e0cdce98e17b2c673245aeac9b3f29bc6f7c9bbaa4fe22aac
MD5 f28d947441cbd8ec7f46bdc0fe796733
BLAKE2b-256 3ac0e195f93f37252a34a63e35ec0aa5b09f1e3350ce283552562df3e9483842

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f062c905464467a6162e39c94ce8c190b2b0f3ad2c40c1b7e571a6c224e56f7b
MD5 725aad8e7d3b96a24fbd385ad98ec305
BLAKE2b-256 92b1d8215b3d2f1bf77fc22ec50aeba9b89f3fd0bdddd60187c1167436a9de12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1d84abce6e5be4a079db7c62c9402b192fa2f2751c1c75c20c923081729cdc07
MD5 1510cea9728e5d8b7f215cf5fa3286e3
BLAKE2b-256 29643cfa2ff9bb3f2c37c29c239c87ea6d07c1cb6c10ba33204724f9198093bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb85fe78df9c3d8a2e72bb8d9ebcf581d73085e7ecc58a57fed3a7546ea5f2b4
MD5 54751310e06c136bdbb2618a6392c925
BLAKE2b-256 51293df3876180f1466880ab406fd2deb4c7cb8131bbfa85a29ee3f91285afc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28237fca2cf73b304edc55631bdca40e231bcc52d368760b41cae50ba015212b
MD5 9cc6d09010aa75d736e8149fdd3b7d4f
BLAKE2b-256 3d975fd975508738cee3a8284b5789e1bb070c0d059c9c1f356fb57e61b43170

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e88cc6bc5444fd8a1d94092bb1e0f8709222928037d8d6989a0c0811dbacc1bf
MD5 35532c6decdb12916cec091beb86b2ab
BLAKE2b-256 0b00867e6fb0995faa7cf7ddbfe8170869319179aa888b3adc7bd9f3a358c5e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7cca9dae78803efff27432f808d891430ff85f96785579c9d54a1eeaa391091e
MD5 292ed4e53bdf46a2165eea5c2c62b9da
BLAKE2b-256 9eb496812e68653709301427e09d1bd6a6d2d7ce524c64e9d01285f97cdcbf55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9cd6c811f804f9e5f4d645a99e4555e1bf8a3c1a41f9be81a8ce8117160ac705
MD5 b38375b99c3fb26d06c75bfac0b4a406
BLAKE2b-256 6d93f8660396c744078b898362df013a3c11acd447851d902607c27d95aa379b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a14c99722fc5dd2040f0525be34d6114c760896e0fb265c531e3133887495d8a
MD5 d0f91b1ffe2f3e8f5575937be3c88c65
BLAKE2b-256 e39ff2f3c2fc596dc793b233a199847c2cfd57d46b1a4b4e8cdd54b85f6b2225

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e6c4c3a32fe92e8942abbc39c135c7e6ac758411354035e571373884350f589
MD5 09a361d5d80cc7111077bb29060e5543
BLAKE2b-256 e4c1b95a09271940395445e734f9475c96d69f13b6caf75d6dc192bb7d778701

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fdb862d44a1bc18164e2370908d3b1d724e714f7a9f9f8ed3887f597dbdb77f
MD5 8450bfbfba4040ce3cb18322755141a4
BLAKE2b-256 b42f2ff847d0afc538f1e5eaa458ef7566a6d634a0fa22ca400ba5fc4f3f9970

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9864fbd99d72ff84c4af96c3f2365b961453b7f131c0edd0d4c59db7ca007521
MD5 e194c5e7afd175962a4c574dbe30a873
BLAKE2b-256 a4d577e495abe460f9a8d738fad7ed0dacf186a2165e0d7972b74c6cbf69b66a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 43d6aa508f95878f7b93831f22b56174afe95865ee902350d63180c2bde963c7
MD5 21ae42e3138b4e71db287db05403c9a8
BLAKE2b-256 1553e72916ef978dcdad2402501166ddfb56a7b6f57a9be46cb7dfd3b4662e81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 86fbdc4f47f84ba477e7c06a3025e18db7ee77671d6cbc556ac9653c03a7ee23
MD5 9db76e0abcc939f137380551ffc927ac
BLAKE2b-256 8b3e6f2c495469292aca9caa2bc650ad8316319e5daaac031187fa2820bb37e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 475e956e67118bf0225b2ffa0f13957b7b1c606a3cf2c493c57bdfb085f290ff
MD5 c1873ce8ec206a6529ba202c8c76d3c4
BLAKE2b-256 72229607662adca39ba96cd0133cc6407083d7b0a5be2d2fee39571f05eb7768

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d77ade345fa00b1f500c8fbe082b6801ec6ef2f397d87969c8a2c5ad7d829c63
MD5 d2951187cec7b428c31b7b240af3b771
BLAKE2b-256 bdc4b3428472391d11a8ac15d0b820aee2c4ca6e00498f6a8a39713a6a3b6eeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 88f94b20e811f978063d265b2d3d27bd874899006ca05c8a76be488822c4383b
MD5 737d02c840d84f8b38b08646f89c3d4c
BLAKE2b-256 28f28bb38744cc69d04cafa58c0e1775719fc9bfc50be7ed9dcbd59b2f6b29c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c82d0dc5a56a7dbcacb9d9510a2f9bd30c6f2f8eb4a4860e13eb726403d93d1
MD5 224a4377e6e041078d84a63f2871df4a
BLAKE2b-256 004aab0ad69419fdffcce4da99e4eec610b4aaaf4319c552a5f246bc6bbd4246

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7566c8f1d8ed943c569063b8a000868f20e28ba9d8e49a573ef51ab2d16f7ea0
MD5 ebe31c33b8bc4ed7acc2705eeaafc1f6
BLAKE2b-256 36b66b81c998a1d1a6fa6cdd68a927f339665324fddc25305885d7f9ba1314a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2b5f8ae6614b9fcf5e88049df97795dc0e35e880d994a1845177b85f07e5652
MD5 c654b6e01d0e754ee5e64610dc959ca9
BLAKE2b-256 f9b4034668b54c82af3ef2833eb248b7d5974613e03626d4c534a92bd3cd086c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3610505d7cb3b07a851bedfa050eeae3f6f1ce89469fe9fee4e1eab7ad74223c
MD5 c753f5003cb6946eb7df24a4bb27b847
BLAKE2b-256 3a89046d337212874c6dbabd5e1da9ebec115aed1f14df87ee66b8b86662c3a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d442ed98b19b69c6c866b2159eb9bd35ff2a2a18a712528b26c90b5a663d0343
MD5 adf7801c8f086d5ec676be1bcd71f2d4
BLAKE2b-256 e98d60792444b2d2a3cb8a1da90ebb229b07c90a762b8968152930b87a9cc4ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cad070a1d15100ace8355f5c20c45619e95b8b6d5e0d2248c8483ff5be203586
MD5 cba1b403c1b153035855ef0ad3d21feb
BLAKE2b-256 da1c81a0de290321b09e409b2ee81876e307bd2b934462e10b713739c281c0de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 733.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.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.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 22073972c32c93e2332a4a49f6bcb7c89c96fa2fca997acf58a2af5cabf0067d
MD5 c3b890e20c0a67bf7ead50824acbdd13
BLAKE2b-256 8e9577cca5fdac11aba66e9c9e6ad688e9121292882f125a1c2a5e04890dcd9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 76f260aaa5d0b439132606af771bd881bf94f2a0b40777dd0e7d94942460330c
MD5 192072d52fab8d1a03a0a58bf05b752b
BLAKE2b-256 4fba1f07a374117ffc2e3f3478a8fb6ce8c43f7ebd553e381ec908efa06913a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b7b7d3ca7be99fa33cc3e55a428358dc6c2e347e76534f46dea36ab28f46e3e4
MD5 8845bf7c8b455a6a014cfb982df4d0e7
BLAKE2b-256 66e41df1ab1629d6bf079dd3e09afb6e7f3173d0a6295842ef1065b089e39c04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 861e649ff53cf87a457a7c5d5f0ac2c980e17c1bcd21df25ad6f707e283d75af
MD5 6b541b4be07af608fce50743445c39c5
BLAKE2b-256 9ad4eb5333ffdc13e7b65765e5b8ce16bf252e71128f3081ab3fcd9cc9a3f986

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8f2c2cdc0fdc8db41d672ceadf325a5a38fe98decc8828a28f1eb21c251a605f
MD5 6a2982e6449a8edc57562f447336c9d6
BLAKE2b-256 0f61f56af788da7c189ca688c05f0f9f85d743a0bd003f16d99dc3ea9b2e641a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.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.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b41d14b44f89bde4cbf3f711f8852818dfc4b30d260c09b2f45748eb8bfd8971
MD5 0ba2b0dba4c67059b4d9872ec8ef4bd8
BLAKE2b-256 055deb21ade1c03ee9009b916d9711702c47b113e7f6817b4ee1e0e048d9eb18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 88c406ef94d8f822e721c1cdf569e89ef4a6ead0fe7b9cee6cdb748719c65551
MD5 da8087c794adfca30ef36a2a306e39df
BLAKE2b-256 34dcc4936bc0fa33d9d8084c1394532241125ee3f958fb517dc7115b59d891db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 464b9097853385cd7f675480a9661f06b2aefd59690364d563b8426e5f41a800
MD5 e9d735dd67f0ab860896b30ed15730f6
BLAKE2b-256 3314f03930e3bae80e322da4b2b8a054fa8be8a31a5805bd9bd17fa69ac3d0c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-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.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2e1693704eac8cf8afc86bdb71b56769750b8e266af51dc2d4733e406647cc8
MD5 20eea6616e6315acd16ed7f35db0c6be
BLAKE2b-256 4db8b620d8cc39e0218a3cdc69f2a57bacdc45d4975f293af62b1598037f32e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.2-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 732.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.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.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f12ae5710cf02af7ed507b9c17353b16e75ef33e3fec96a4d90376a1029f7e87
MD5 f766320cbde57753478843694ae8db4b
BLAKE2b-256 4d1d9f00cc4698240d57ee07f9b87106ef116287fefce595bdb4321e419677e2

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