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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.3-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.3-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.3-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.20.3-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.3-cp38-cp38-macosx_10_9_x86_64.whl (774.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.20.3-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.3-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.3-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.3-cp37-cp37m-macosx_10_9_x86_64.whl (773.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.3.tar.gz
  • Upload date:
  • Size: 32.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.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.3.tar.gz
Algorithm Hash digest
SHA256 c41e471c3494287606a2c6c26b8fe97acc74b8941aae9d9a121a470c19838758
MD5 dde740cfa59aaf25adea99f60b299d4c
BLAKE2b-256 e3f6935206ac18454259bed803ebcbd151bf8723969c75b7d317f82cb196a8da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d4b72e998a90961448c3696888fcb56b2ab98b1424e982737985477756e933af
MD5 4a279e7ad412f623d0fa158bff8c752a
BLAKE2b-256 48ee3d0e8b21ad7a1e5390c87bbf594571a555894ef5db5c7305a067cb2a85c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 a8e584d0482ccf0dca644d9a766e04b4c3381402a4e4873321cada6d3c81e665
MD5 a841fd440162e40f4d73e56831377b28
BLAKE2b-256 5c23024d78d711a9accad5187f67fa573516aae7dd9046cd79d28723b105c13d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 35a9a3af716a94b78925e00260144081e51ae513c8322427ad1cb7c7bca906c1
MD5 8355fd983afb76b1c60db4dd27eed6cf
BLAKE2b-256 2e53b706f42ab4a9cdd3774b1756745abda93547b89cf3e8fe7968ce77ed41c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.20.3-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4e355be24a17effd7b7ce8539c4905306ff6f3eb62621b9f8c870041e91baf2c
MD5 b8e8a5bd71c3925acdf580af1c592ba6
BLAKE2b-256 90c4d3cb57b0a7f9ec934f1dc2e8ceee9b6527171c5dba51fade11e505825edc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19a5e599da6a58710baccdedb2bee97d1b7767f317effc46776dbb12be0059dc
MD5 f01585d884b88695ce3f96aafb67b5f2
BLAKE2b-256 26a6c8ae3f42ddb2dfa58573c84da1d1591b34a5b1479f8dbee3f6ecb3fd64ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.3-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bdc26f3d335d00984e697c0d8041e7835cf89bb64109447ce864fe33ab2901d3
MD5 9e23503f778c420cb36035e3523314cc
BLAKE2b-256 9db1e97277b0222f8ddb10d0f246b7f51431100654c991d3df72134df3deffa2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 624ac07d91c801909202f4ffcc249bf4c12cdcca0b68b1713adef456e1513f0d
MD5 fe69a355672083cbfa88d81ad35767a9
BLAKE2b-256 d9826f65b856432bd8d6fa3d524cdb26b5405704f2faa77401ad5c40b3e3195e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1563c22efa70ed96e756c3acf4a4ac9ad607fd24e7c3db029ae9768fd366c08e
MD5 02ebf31a10c33721600216124997388c
BLAKE2b-256 0c1d21c49658c5cc659db73409fc10edb4b3456fd1b00ddc1a0791c35776fa4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 44edcfd2cd50af559bed283dd38e9f7b7f659d96ec560a06de30d216f21d1294
MD5 6333850ed41eb28f14379665bc4719dd
BLAKE2b-256 827b42fcc739ef5c3ae9a109821499a3f6cb64b84c3260823534fe4573892621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.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.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7fa5ac10762baa5432539e722f203469d2a0505ec4092eb2309666f99be35909
MD5 046263ce30ea85c331bc2c9e3e2eaea4
BLAKE2b-256 da7e497c91532a586449c8cbb9799c507bb6738b8ce4170ce73ffccd3a715fd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a25cf252a7e6770a84e1ef873f1a025791d29a4b3517c2f8c9125115350466ac
MD5 4ca74941ce862ae1b54d34b9bb5ad455
BLAKE2b-256 73723934002498201d8eba52b027ae13fb2c55aa4d27853952bc838da4f745dc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.20.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dbad7688105f65fbebd2073c6b0bcf93aa1a8111d6f4351719db3402df6a160a
MD5 55afa5e8cc42df1d0c84c61cda4feb2d
BLAKE2b-256 3db3c1d56e575aa5081d44b793447b4ad7fe9c0c3128d17dc6254d828dd79464

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 31c76d525bb63f7955a69921ae8564ed0692154bc9f8a04b4841003c87fda981
MD5 7a85055ccf87b81e418917ad46d6af71
BLAKE2b-256 3a1a00fdc0f68265f02926eeb17ca86e9b8593a47518d4d210a0bfa522d1c22c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 92dc6f98f3c999913badfcaf8c70c3bd76d1a6901f1f63b3237608b6faf1add3
MD5 55ee7ac00619f2a829d2f25a42c5f3cc
BLAKE2b-256 63a81a02fb03e42abe876f02d883bae6783ed7431bac6c3210ce353e9ba3bae4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2f92979596c3fedb0ccf5e7fe0336af0b160335c524d0cd094450c8dba073d2e
MD5 3b296770c6dbde83235435a821bd9549
BLAKE2b-256 960df4b77c16a4f5d12fc04558f0f798caa7366ea97a96764b14245051539797

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5f4aa0fec41006240972e49b6e62d897b6addc8e33e3aea6b2465f0527c15205
MD5 5f51e6e473c6aca72ceadbfeadc73ca1
BLAKE2b-256 62fad58bc1763e26b1975dca8717ac20577feea0e9d2f42a79cc990d95f01f4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.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.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ed018413bc736ecb27a3ff973d62810cd5ebdda83d5a24ee9ea0a2db043f4abd
MD5 34b7e0621f21796518e7a625cf47f9f4
BLAKE2b-256 ba59049a9a872486b33d435e029c27743714ac2ef2a296d4a7c0cb1d003c4096

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 478fd40985f68881fdbb39307f757dfadee44c7d096e59192cda7a80f128c25c
MD5 b10ab79a3597be645e2a253fbf4ea34d
BLAKE2b-256 9b2f2bc9e75960b715111dc4c6aaa53df5dc84d9917b4b3e75ad2ccbe22c1987

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 060e27daf5deaddde27ab339cf8c694dfb79a9eeb43e2d96105b6d4926b89ca3
MD5 ba3dea7841af98dfcffd1b67d0c38b76
BLAKE2b-256 f8756411b97c0264d27fe1874e2606c5dffb07c8453e7508b65f013d5bd4abb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c6b63796c95c62bf909b817d1b70e9234bdac6d6a1a58caddb8914850d64d513
MD5 ad3a5461211009dc96a0776e0f27a775
BLAKE2b-256 ee9cf55cbc37d973ab9fb7e79b965baa79adfd509ccc3928fd9a81d8e822ed22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e0d66e61fc28fa454085fd30a066a2bc7a2ca06cfba1cbe32534f9e77e169b9d
MD5 ce7019c42e4fbca53e86db48caa062a8
BLAKE2b-256 8d4e91aa64bc6dc143c9a789c96791175df54347d95c4c82a7f6c17f4e8c2eb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f7a75d0526fad9cc60f383e519acad85c05ac75f06d78dcd821b7542dc00b0c1
MD5 4d9b7387745d6674f81329ad7aaff5a2
BLAKE2b-256 d2c920b613a1130fb97a83774578218d1ae531b4c0776bcc26e6e70183071f73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 86cd28fa271c76a3f43c4def4d10e8a23ea8469882a72b213858a7109c6335ec
MD5 56333108e3caa3ce7ce76eabce06dafd
BLAKE2b-256 79811b0e9f6eeb8a1198454692503cb55c4e410fa9091180126393f7ac06e860

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d48fd03da8f78a19a7de267d6279c311d7e73fff1fec43501981b38404a3271f
MD5 9645674ae6b33e26f40248ab5c0a1817
BLAKE2b-256 0a4beb4c8d1e652b889bf9a74b75fd26dac6d6ba9246345b0a553a6aebb56b2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 76b639af20fd225c8f3e0de6e40dd4b34708066174598761779200e13b0f1eae
MD5 64483b0efc06b2411e3ed1de908a01ca
BLAKE2b-256 b12fa8ad039055d3de5d441fe6cdb98825bb1eb4de45055f0009713aba612128

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.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.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 229ca67ce0f8fd1418a88c586ebfbe5ff72224aff5209d89902f53441b742983
MD5 59f9b63636ca8677973834b8ec8d2247
BLAKE2b-256 021b7c97612a45afad1c358e793d32451ed40b40ff9e714bbb7957aedb11e39f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fcdf892e5cbf80a22b53c7f6d5dd131fbe18a3643eabb5741b0c2bf00234897a
MD5 db37b94f2a6ad9b9c3442060149171e7
BLAKE2b-256 81af066bb3f8b17aa5c0bfa2feaae2f8b9f5f4b5fbebdaeb23195a9edaeea3bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0522faa19f125080038f8243a324731415c010ba0bec8d10bdb0cb0dc80f1c3
MD5 91114dc3ab1aea6815e9386eeb385e6b
BLAKE2b-256 9bf3d67848e3b8b244e3cc81431361476de49550af6a9aa1a509c3e435dc6cc7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b354eb7ecde2d508dd632f233e2095f4894db41445186f3f724b0ba3fcf7a40a
MD5 b2dc380ffc2dc4e6b5c42f5ce1a75ea6
BLAKE2b-256 03663244cd8a8f752203f928dc4eb318ab1f468d707599a017c62f2ef93bd785

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.20.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 faa740b6c976c42b4de2547f4e03024437b67c6c93e63d1ba10a65e8a53f7ae2
MD5 d88131bbc08fc5546b091210bf430791
BLAKE2b-256 a6b8930986619a3f38365d53fb9591434fda7c545fa1e2826bc153f72b165d64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 732b8412892c31fdd40646f5f6e05be462e41041634c4d291dd3ec157cfdb470
MD5 f6d67c278605d8039e48835038d6ad73
BLAKE2b-256 bf3374e47bb7b1f2bc39fb726e2acd0f7ed4c30e7bf1de317fe2a5ecdbcb2a24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 774.0 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.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 855cd6d677737055e21c0b10d5f5ff020cbbc61bdba53c3c7da31b1f51ca9324
MD5 c1de08712c96de4b9ed0edeafb8008c1
BLAKE2b-256 2f967370a586e9ae98bb2a27bae9ce622b11e86700bff76e5db224eef08a56c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7029c33efde7e8390bab180d46c3a3f3c19a8a98890d5811a9be7a041a0a7f06
MD5 84aa339b24d0d3ceeaee4de8839bec9f
BLAKE2b-256 9999e3b3c7df9ebcbd3f501ef7200400fc769c138e5576f2ef40c7be952a2124

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e9a1746746c9f842abe5d8da886eb8432728451a7720149cdab50fd0b90ff832
MD5 3ee8530bdb9a5fc2018e6eec6e75119d
BLAKE2b-256 05861277f3f0bc5b9e6daaef12745ef79bca757c83b963a48c5b8e123792a651

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.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.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c2ce65f75360a55d3bd75a21fe692c08805bb92a1f6fbe6495200056fe51e8c4
MD5 efdd28e99c1c5b268c2e043e521be4fc
BLAKE2b-256 8c8b4997f5f2acb8ea0a24ce58376a0d6bd6a36ae2c5b2641469715c8791f100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 67fe0ea57740563cc7888ba32e473cc1a8a0d808ed5fde085fa9b2fdb3d6b7c8
MD5 f196e84a40448534b12d741f68081acd
BLAKE2b-256 3afee3e9502cc083ac347c9372700baf0f116c9e3919e2bed440a8cef7253403

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a773a9f7c26c76fd46a940dba3f91ac321a975b36ace79681cc6d3617120dbaf
MD5 81df6ce8637aac9cd0e9817ff8216207
BLAKE2b-256 f5bcd66883c9f9e82340e3872ae9adff330ec601c8b6217ab5046858dcd760ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb23eeaeb2d31189b810f667d170cb8fef2894081ccb2bffc2ceabfb4404acd2
MD5 608ce33f181b7fb5acad2db0dc764172
BLAKE2b-256 5dc466cf61b7e7508c8f00a55ec987ef0b1c3bf41e6468fd2d75ff95fff374c6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cf91ba063a151c88da1e7c049f27047d94cba95098254c5477a675b310852695
MD5 af70e7cf97ba01b815f79ef5d71e246e
BLAKE2b-256 55ddf58072efa21aa8a0c55ce981b30ffe4e38149189a91c66600f39208fb145

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-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.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c1b0515492cae0a4abbc4ff655f19ecc34e2f6626ad6a735c799042f1f984c1c
MD5 882f0a03df89c739e9bf36e952bdabb9
BLAKE2b-256 f5a1d8f08a39cc58a1b516ff39ab714a2e67620cb23497c1c823ba4a75892c53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.3-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 773.1 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.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1dd7e6b8e8842c9fb02edfdcec946d4cebda413ab4b93c0b3a1e76fe6176263
MD5 74bb5b4a7f16d1954c3ffe88346baea5
BLAKE2b-256 05921c1104b8657bf727c7f89fad75d13042cce7bda7066b4ec720ab065fd2b6

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