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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.20.1-cp311-abi3-win32.whl (2.5 MB view details)

Uploaded CPython 3.11+ Windows x86

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

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

awscrt-0.20.1-cp311-abi3-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.1-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.20.1-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.20.1-cp311-abi3-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.11+ macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.20.1-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.20.1-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.20.1-cp310-cp310-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.20.1-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.20.1-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.20.1-cp310-cp310-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.20.1-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.20.1-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.20.1-cp39-cp39-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.20.1-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.1-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.20.1-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.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.20.1-cp39-cp39-macosx_10_9_universal2.whl (1.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.20.1-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.20.1-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.20.1-cp38-cp38-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.20.1-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.1-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.20.1-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.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.20.1-cp38-cp38-macosx_10_9_x86_64.whl (769.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

awscrt-0.20.1-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

awscrt-0.20.1-cp37-cp37m-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.1-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.20.1-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.20.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

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

awscrt-0.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.20.1-cp37-cp37m-macosx_10_9_x86_64.whl (769.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.1.tar.gz
  • Upload date:
  • Size: 32.1 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.20.1.tar.gz
Algorithm Hash digest
SHA256 abe20e1b3020aa9ae4b8a30be7ed19222aa40f96ce8b4384f38a01334d7ee5f2
MD5 90b12fc8bd97201b40c2a4b56d14262a
BLAKE2b-256 99cb2827fd4520e3cb07e1ccb15beb77c2fc4f83ac0649df3013a1159a1e7b73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 af49630b11d46c00de999c78c1e333d3b5cee258266f540a966a47fb32989313
MD5 a4f3da73c7c654b0317efc101f0f4b3d
BLAKE2b-256 d68e1f6a3334e06adf578c54f310b19be7bd47e5fdd12a5af7086480914f66b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.5 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.20.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 91668a4c35378ec6fd8b0b4c189a45ba744c18011c544a1cbd33ca7747c1ee3f
MD5 6279040c025d1d15d3a961ead309fac2
BLAKE2b-256 67c07ab6bb175bf87d1e416aeda7521ed420928262f2e6a9744905716140f87c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 214a8ee1df4d6c0a3c5b8714855c8a82764cb66480bae34be63b10fa84f61f45
MD5 ab145f95e553cb6e07e7528e9ec81848
BLAKE2b-256 d08c73a6964f1b59ecea9623a2e4617212ef12cae850245560bda7112aa712f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.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.20.1-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c2702b1e99cf5d385a8464291461eab72edfd72e4e1686a9d5f9a34ae8b1ed1e
MD5 6a7abc7b9dd5b80dd2068f8f8ceb7d12
BLAKE2b-256 f871132fb8da13f9537950d88475b32d76f3777570a3c45e6aaee853d78e465e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b3d5707454a11bd1bb3f81baa97bb7d2ba0a1edac9e5f9ec6052c222ebc3399
MD5 cf4307eb870692a4dddad8a3b9eccfe7
BLAKE2b-256 692493d95f664d0e1e35fcd24efcd6fb520ecc224d79e68383499ed1dddabcc1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83e9cb1362b552154ecabbd0825fc59aad9123584068f888876362760ba23dc3
MD5 b079f771a786c7a2270146e49d606820
BLAKE2b-256 72372205d319728cee0dec9377876f08c5164936dce685b0797b9597a3108fd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2035ab90868816bcf067cfba13616dd9343f04b5ad01adb335a5fe0a50c079db
MD5 e0fb4d43fdc10f75600999044617be1d
BLAKE2b-256 48a6c5e999f602ad478fb40289a2a997455762978482db42deb234fd554569f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7d1716148156b7a6dac89447a0c2a1a33b23930816ea29ef3790547b2250b4fa
MD5 4844e3c16e873142290795720432f2f7
BLAKE2b-256 4309f1187bce7ea512ad0c9d9ac7bbd66dff3cdb35f68115e8bd261f572747eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 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.20.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a41cb09d06acc0947ca57a1d10cce2683534a65ab2797d2355e4c54d044e2a53
MD5 a09b689221e8f4e0a45fe2f031a586e6
BLAKE2b-256 61e1a004386801f131b06ef14cfab63844feca90bcd1e377ab0c9c1e67bad2f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.20.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0144261b379a3dcaf47373542286a8a2757b7a0f18ea011a0610a11dc22209b1
MD5 f1376f14a1761da40c4cfe3eb42254f0
BLAKE2b-256 839df8eaf166b32217d27e66d74b88d0eb70067a45ef10ef0bcc7bb419bb2c0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d70353df872eab797369c4d5d1a88bdad2e5c43c8243331ca8a1d493d2f47e73
MD5 16d1fd9488ff9e329bd103a1241fc842
BLAKE2b-256 c0ac34f3d452bd278d8b75077e8bcd076e98991d9e1ef8a8e98f86e8fff67a60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8daf61ad22f2d25519ff5b720e177eb45ef86e6eaaa790fb9b751822379bbad
MD5 fa663d8c3ab248825687fb0e55de0479
BLAKE2b-256 b82bab5c7c0387f44cd0cd354d822856fa7acc4ceed2ef170d5d2a1f05accb89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e95fd3665d870654f97e9287864a446fcb2a8cd287ce1634197e1ad1317fabd0
MD5 d6e258e2dd5e8ad816ec07f6604cab20
BLAKE2b-256 9a3af3b9fe5dbec7816e7befbd517291a2885147323144fa4310e4c186ee5525

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 91e56baa1dd5f827395c5d43bacbe54a9c11687438fccc15dd91b4aed31fedd5
MD5 ab895fe5fb43d5d725e4a6ba3e490e2b
BLAKE2b-256 994bb99220c53a38145f5ff1920cb7b2d79da39a0ab2afea218b075730e91490

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f49bfc57094abaa79b501ce61964a4978155f25418de53f1181f68433a6afb92
MD5 028d3fd140f9dc681a244468384d302e
BLAKE2b-256 11811c683eb22afd30ad99e2fde2c7186cf3512db46f2752cdfd8d88c71710df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 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.20.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e9ab007480a07d6c86133b225eaee3dcea856eaa5a8ef4e3d21c247cf49e35b2
MD5 4df651ce8ccd9ae89d7466fbb7448c6b
BLAKE2b-256 ef3cd023c88033c3fbb25a8dbb9e8dcdee7887a07992dc07154317c1b928bb83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.20.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9d8b49f2861bd6f48235b589e06673b9f8a9f8ea4386b243508350d36f16077a
MD5 c7af2dc2043e38f0063e9d942f85cd37
BLAKE2b-256 376c4ce34aea8cb3e57ca316cf7f35e7f78199aa04a3baca092c35b1e19414dd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 05ee7b7ad0091376e08f63f5af5468185eea21b3533a397a7cf844de10cecab0
MD5 cba2a71541438ec99d461384556693c0
BLAKE2b-256 f9e4a05a4fbbb0afe6bab6d42cafe8db880b410b168b37e3b3b27c677d6e8ad0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7299a75f2ad1fdfc4925540b56cc0101280a59848efd186a0f459a175ee516d7
MD5 ff05e1fbe81bddb05e739a664e274c77
BLAKE2b-256 767e3f4ae42342d03861d1d27dc54bf296b63d284bd6fa5cda51208f1d7f6452

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56903c3b66e948a278c0bc4a191b3a30aee4d2973e3862fb483b91579651a165
MD5 74d1f4f3794b70ce0694f3bc07ed6acb
BLAKE2b-256 879f04192f41d314e96b0f8edd3a3421dc7d35b8fa75545c2812f3bee589e86c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 33d750f48b01031a2e3fe707193eae6c28355387e61c1be90685af1f07c2fafe
MD5 611f5fa844a5c8da23b250788748518f
BLAKE2b-256 7cff3ea62724e82e5866efa3f84e4e430dc1b7516e10783a8b26fac4e9d311a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3412681738a0af96548590ea1bdc2cc653af9a39b980a66fe269d13e99016284
MD5 733f54a9bf4ffdef80f8d6dd45ae989c
BLAKE2b-256 151ba5464d4008e0649a94b58482fc01ef595e1f1bbcba543f4ae4cef9f42f0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fdfac21e21f45e8bc41c91840acacee5cd5ff083bae2a4b5348fb6a718b4a821
MD5 5367fc97a8ca3e86881ab4e8605e512e
BLAKE2b-256 6803a9ba1fdfc05aba2f590c7513dc04b74c1b0a04ccc0d04bd6108bd2e65430

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 447d4249bd1f294bb8e1ab0d34afafd9e9d2264c15ab8cb037395482c81ee5b5
MD5 5d7a5067824b4a845c694d5cf2ea827e
BLAKE2b-256 b30d7166227ff083610535c1b56ef8643299affe62394e9af32092ea7840f39b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 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.20.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 584d6c591872d815ca8147e1e1d9a272f0898f5b775b4c31f489f4d155edbe98
MD5 08e70c4333c103eecc93901b532d340d
BLAKE2b-256 2a360a6dc2c363c5a378cd16736f42aae2efcfa299aa352b8de81b293a5ba9a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.20.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d8e3a948fa518c607ae73a43ada610613dfc1a233bd64a1c63473fe7767c63e9
MD5 30039d57aa4a3613f0ad8fbd7c5b833e
BLAKE2b-256 65f4df2db9a4c188e0ffa75c357108e44428b45bc003f28769b82a40055942e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7e8103917e34f5856efb0f7c9d4676522ff3d4833263456a71a5dc9f3e198868
MD5 85c4e74d962be8932ea10039e32314ff
BLAKE2b-256 eef9670755b23ee6fc61ba4e038b12b850c7c3961ddfa04e6dfa0d96ae5e31e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 39750d34a3157ba51cb16a81de4a892490e4344ed540e53ba9f750efeddeffca
MD5 b23ffc3f1ebaba19c86d66792a8138a7
BLAKE2b-256 cff8b4f7658a7888f48b26fff9862e90c7f5f54a1568608d2560b4b1797048b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c53d1e65fc52292b0c06b1ced5f85ca7db62ccab52f6ea72488f9ec8d69a97a4
MD5 fcd1ae7a209c6039661462dc797d33d8
BLAKE2b-256 90a73fedba6c729cf3a2eebc56dc912f2a83678aab1c3716ced83f681b9bc402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7174b701639b04c8829da3a7e7c8518964a3372d082d6fe8a7747e831e1668cb
MD5 2931c0b277144ce34933f605e5492ace
BLAKE2b-256 31d12db95e0718f90ebd751708dcffc750cb9793be0b056626e60cc1a338f85e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 860e04783eb686cbca62c4aa93cefac8729dfd21ac7deaca11353b2b12b4550e
MD5 3ed839db634d76cce1080bc298b928ff
BLAKE2b-256 a3202d635adcc26eae0a1ec316dbc5df0d53504e8a5aef28dbfeb7d5ff03712c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 769.6 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.20.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a172ffdbf0fff02a157fca9edb862baa8b0c499116a4ef2d7d899a8bd5556a51
MD5 d7149595afd42aacfd14416d4e457c38
BLAKE2b-256 c7c0d123971205bce05c3824ad1f4568b5fc226781d5f72114d40190d64f6154

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3eb5a94f5c18e4b6306c98a66fb603f723705a69c68cad9e5226da0cfd8fddc4
MD5 d7b2da91fbeaa115723b654a657607f8
BLAKE2b-256 f594cd36e9f32dacf2453285ad7510ab030b5df7ed790a1c5028c74db75ac197

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 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.20.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6484371596317209199a4b4c91598deaa940edcd7cd906b4fe7617e1f42b9738
MD5 719ffae7d4ed55968ac577a21c936527
BLAKE2b-256 b62a7b953a0efdfaac73dc4ac324e364fb3aefea037a671861e7f5ca35a10a0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.20.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7797672cdf5954632dffefb00d71898982d92d8b96cd499d140b902977bfe358
MD5 923a42d6571571cc9bac0f61887a435d
BLAKE2b-256 a8d5a056fcde2c581a1ed3d60883dc6a38eee3e4759d902a7d4e0c0d0b3c408b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1cf6ba02140602e554ac2d996975f296066779ae556c7f97a542edfd95b000e3
MD5 188c09584e65458cd798987f58b94b61
BLAKE2b-256 1eba416f276bf3618dcc1f028b91262cb831cf3085e90e6a1fe81b2fce048198

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 06fa561e7387fa65925cddd58c0641e47ea6f6bdfe0150acb2fe72b421fd0b81
MD5 e6e558f649de131516846d9f2861bd23
BLAKE2b-256 fe52037c066a049dc4a70fd8dd53b2ebbd681ee7074832d988255a4c86f1d23d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-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.20.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3dfc3afd518545c2bc78d5bd95f9c44f349dbc1574f360d4cfc635b927e17062
MD5 aef4cdff2aacbcc4a5d0b603fb374633
BLAKE2b-256 ad7e5010ca19067379f79e4c0d62d7eee87403619cf7e8e2a27a5f83e6c835b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 47fe3ac5c7986a3876c60e3aed1002cc35bf9a9417aea64e9bf25f34276da767
MD5 ca7301c07b927d71800754167b95cdbf
BLAKE2b-256 b5d36c2cdec5fc312623312f39e761b23d8e4c8a937c4b9fec15d57e6945ba82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 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.20.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de4b5088712dc2751c7876b34f3a45403534d82a937d2fd65dff1cb89129bbe9
MD5 1745658380e752e606a54b24b12e6d25
BLAKE2b-256 b53748cf7a5579034c7cf353779ce157bddbc4276c1aa0ceb20386c1da123e2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 769.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.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.20.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 959f36e53067ea153a25fe4eee60902bd99047c1875709903e5320a6086b1532
MD5 8d6a24c8637137d89a80dd37f47008bf
BLAKE2b-256 84f99dfe11b6e6aefbd077ed719503062573ed5c364edc7abf81ec2ec1b08f39

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