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

Uploaded Source

Built Distributions

awscrt-0.21.0-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.21.0-cp311-abi3-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

awscrt-0.21.0-cp311-abi3-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.21.0-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.21.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.21.0-cp311-abi3-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.0-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.21.0-cp310-cp310-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.21.0-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.21.0-cp310-cp310-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.0-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.21.0-cp39-cp39-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.21.0-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.21.0-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.21.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.21.0-cp39-cp39-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.0-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.21.0-cp38-cp38-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.21.0-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.21.0-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.21.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.21.0-cp38-cp38-macosx_10_9_x86_64.whl (787.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.21.0-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.21.0-cp37-cp37m-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.21.0-cp37-cp37m-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

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

awscrt-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.21.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

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

awscrt-0.21.0-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.21.0-cp37-cp37m-macosx_10_9_x86_64.whl (787.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.21.0.tar.gz
  • Upload date:
  • Size: 33.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0.tar.gz
Algorithm Hash digest
SHA256 ee3fa125a60a546cc9623d58489c4a8f01572fe4495a2fc741ff65045af12e8e
MD5 be47823bdbef5099ae9635ad8e3ffe73
BLAKE2b-256 e8fe6bb164989f3e143199507942b45a46f655e9bfeec218ec0774d068db432d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 f75117e1979a7e10bed3fbb0372cda8eea0e82f21729a34e3eb560633d575cc6
MD5 da1741e12f3408188762300e025c7484
BLAKE2b-256 9c41422dc16662e112db0027c6e767ed00e963a1e7f4da3a8a107863a382d752

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 fdff71ebcd9a4e8873009cd58ec64e3d79db54c806587ed2bfad50c76df8fafb
MD5 c7d342ea683716a614034ac0366322a2
BLAKE2b-256 6de82ef7d833e3218fd368928424bf7197cd270a2e08a2fe4f8fa83cc6600913

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 622748a98d82ddc2a36ba5e8223c9c1e47766e9504154a8e27c2af383ff81396
MD5 3b86680fcb8f49cda53cf442752a9a0c
BLAKE2b-256 5c0d57b8c972ecdcc117e1e820838d007febdb9bc67174c946603b53eacc8672

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f2b6289cecd7ad93315fdd7df2a0bbfc84c1000085ef6c0c98f207a1861f52a2
MD5 0dd4d2085097b320b401e29ede0c6db8
BLAKE2b-256 e9c6145077889eb40d1c0d4ccf0abef3c9578994da6f7b4d5f3a0fc276dcce35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 628fc400f51c4d8374c681dc74f7cf2838a62d8e6f423fc2f9c78870a9df104e
MD5 707a0bc91a484764aa29873d9fb87038
BLAKE2b-256 80814031977bb078f7ab028fce274f8defaaa6113df1c1b1a00439c91e2392e5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d419eccff1375905ca552889d46a5f68e32f864096ae17938bc5677b53d88bdd
MD5 85df04313bbb942e89f43f9a95094ee3
BLAKE2b-256 d0fba306e5b6cef2e86cafe32cf80a4cf86848c83e679f582fd8d42b0d3a3d72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d2e1ca9891a4ae143acdeb71e91d5d954927b37ba2696bfbf5a51e2d4660a323
MD5 02dffe701dac9f42b707f1e0fd72ede2
BLAKE2b-256 829663c92321854e875599fb07d528f0398d217bf4de6f012b59a407ae806e40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2702626a47520cc26f4b53a38d1ded1e287818d7d0e6e9638946c6c8d10c1770
MD5 453daaf7284d5918625a8deff1f2c8a4
BLAKE2b-256 bbd41382666ed91a74e761dcf158228a6467591bb524a0a24b1de5b0f6746d41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ca1c027b1dc40b1d131743ca54ca1da39ec956401df8f298e817dfd0d1d6bd76
MD5 1ae17bea359592c9db8147754633cc99
BLAKE2b-256 582c530b6cc341bb947d8031b692bc48513a36a590e310d25c81ddb6da93f694

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1110a6d0be2c499d4b78d45102a3af1c547d547a3748b14219d238c56953846a
MD5 e2728828a4bedfd1d9321bb482843d89
BLAKE2b-256 e2fad88959884436cf6653cf34bd4d55ae8e4ab5be39c572117486670f1db120

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a24e04ded0cd621d224efab4bf793275314920540e9a789465a9b7afc2a0fe81
MD5 f0ae900de21a6827ea5dfcdf46cdae47
BLAKE2b-256 0f11c9880c79a6d6baa67c8cf8b80bba7da2345577706f5242c83efa13069d5c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d0b1b62b600d5d44c5b858d6ee7765ef12859ac3ef76079de68539a7931563a
MD5 91bf408f4d27eac936defefadbf9d2ad
BLAKE2b-256 38c12844071a14d6444dffc6d13762a32a229b0abc5e71d01a80d07642b69a0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cf33d756c4a284e2fc88afcf6b8e8007e535711e955c474e7c2f9565d58690c1
MD5 e669fc9ebdf19320d050b2a17bd6c3ac
BLAKE2b-256 61cb4c4f09e4d28b00e6d590b29a6cecc1b52f84ec0e7682e26e5467052bb8d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 60823f97eee21bb9d1d0824aebef74f0092ef51af68bf6090859b9a944e2c278
MD5 fcbe151439e4e3ad9aba1cb16d1876f4
BLAKE2b-256 a30edf47b7671c797f31c5d3c7569498d2dfb7a4407d2d4f8b67d029d101198e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5e54b665dc05d163dc229b071a9ac8224d1b83d1609186d9b6b2acf00d12a5b0
MD5 1abefc7c45ec8a6c3277369cacbd5265
BLAKE2b-256 f72539e2077e457419de0651608b1a1ca5deba8e818e3cb8f0240bf8f573cac9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0b8f74ea1cb7d541c395fd69fa7592e4def0fe814e5081f5d8cab477dcd2beb7
MD5 7efa067cdbb676b51741df833ecc0b89
BLAKE2b-256 a8d88c97fbc29418b98f6625825f29ddf8012976fac9853a0a24b51b7f213024

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2eecc5377d84122ce815020f9d6dcd3902acf1bf92751c2e8b7e3645c6d04896
MD5 b782bfcad0a3062103006f6d9dd53d1d
BLAKE2b-256 308e60d05348edac5f945bb723aba726654a2862f0d21cc61f2f5b634e36e948

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f4ccbd07cfc33d24dccfd67b01ac94d3f5eb0407a47bb679312135863b287a51
MD5 eafd0d775dcb4a669aee835c2f597f5a
BLAKE2b-256 51c8171fb8541a4c0b3030ba4acbd0eb7e9a69059551be8c4c66465bc9c27df5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b217937854e5775c684ed175e0eb020dbf356c0c9418fe8e8f5cc56e2ee11a14
MD5 b483e19479cf36a923aab33029fdf117
BLAKE2b-256 78eca105b18cdcffd069fb10332e51487b0897996bad6d592257f5e4b97c8537

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bed04d35e25e20d122e2b75638acf261e0748199a095f306a63bad3c98283ba
MD5 2c4dfbf59c741445796b434c09e15d56
BLAKE2b-256 e696780b1fa75d0ed6fa2b2bb501e0129f080b79647da11e3cd666d406f28bf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 edfa35aa504d454149ba913a3b66f1abae636321dd498fc12079952a071daa01
MD5 65b04dafba7bffd4cf7b162b38d601f6
BLAKE2b-256 cbee2f60abd79309d002c4a2b7d5dc0233b4778ff00e982f8ea5a3048c4aa465

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f3bd1b57b2a570de800f29590e7492c0bf6ddeb4ef6c4a3b64008e44cf375ebb
MD5 d1ef3c25c6a6d8f0938a66d03c13ccde
BLAKE2b-256 fb545040da039b02059ec07227006ee651235254497ad46b6a4d32b2f75cca4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8ce8e9aa55061ce741d98624844369e562f2ab0de51ecc9481f4ebc52544b08d
MD5 865133fc3287067b90345ea98575161b
BLAKE2b-256 bbf79c29f995b83e08591989c1249bd63be08d7020771a354037eaf7af279c59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 99085a76a78fd135c317dc9caea03ad5a74d1f58586ff38786b08264922c1a9c
MD5 c5ffd07496d4eb699503d1c15614a4e0
BLAKE2b-256 546a9d68ee99b205897de71d23284411d642e5c015e8f0ddbffdc4a58fd50cce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 efd84d4a2f881ff4221241524b8a448b2e875cdd407f9fcd2674ba8814106356
MD5 b0bbb40e8bc5d49ad6f4df65c9d37eb9
BLAKE2b-256 d314604c7fc2893a4cce81d49a8697268370f7d683086f99b19a199da290df90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 04e7a170479508ed5909fad7fbee677341b0d6135f29795a327a439604ae6bbe
MD5 dc83faf61df7f27b881d7033a82fe5c3
BLAKE2b-256 6f172e5f4b79431101e43d056caffc048f0a29fe748002b4902e0aaf63250573

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 07ab065df88db91bb55bd0a35b0679ae90d749797058f5d914cd0d8bfa797193
MD5 c87f8b2a8a8a7cafbea9de16cb6e6738
BLAKE2b-256 4f5c755b5bc3f377417db7219452acb3a8825b1a5c43ba44346d370b608ee858

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 95ca36fb1f54b1f7d6ed3e5bdcdd2d0063aa8f6d289748743439f0118e38857f
MD5 a57ab84afad967b60ae496f47573d700
BLAKE2b-256 37ca7eac4a15ecc2cb539831a5df3481170e7b7a96d5d02268ab228d76df7822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51e356b517ce75834d3fbdd3fbb9bd8149ecbed0cebc8abf0773bf30d5607850
MD5 0df6637f5a9a14a49c68af4085a58b60
BLAKE2b-256 cfd5a3c34e101866f6531a03407f21bb7b78082233502c77d00af90c3d41cb26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 711856f3c7d4eee331d4a10e4d07f916644da702a90af62169505ada99efc006
MD5 9567ad83e7bc4394ab7a7e0505878f98
BLAKE2b-256 a74bbb4927bd6470a5643fd3df152d17b2b2ab3eb7b325f46fbdf18329ea1709

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 43a4ff786c23c23510e9bc2f66258d128f51a36812e66843cfa821455bcdc173
MD5 9e50c9b588f1b5c28c89ecec6bf3d52d
BLAKE2b-256 5359c731df7a5481e82e1d26ed272ab8c85fddc698cf0ed73b7680a20451e723

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 787.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 719371e367e2c25110245c232a42231c9445594fbb247b0378fd32e81a927e54
MD5 72397c1188ecc6df5cffc4f3f3b09675
BLAKE2b-256 b08bcb380f6d18e1472af63cc503c2859115fa86d72797b2e0d348f5de9926d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 77eefad03eb6f9c89997046efd598025cde640a3e6a5b98e8112aeeb63db37a1
MD5 3225ea997ea55287e5309a9dbd092140
BLAKE2b-256 b4ed876d9076e727bda34215aedcb588c9ce15c70ad3d6bf3f6b1853b2557118

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6a39309cc60421624db418ce73ea2f3f76daa66c45e162aaf744eb1dbb4bae34
MD5 7d9ee52912dc31b794b1b8c5854826d2
BLAKE2b-256 07a9199f5bfd1e9ccc5c2414d927f439e2e882f1d1438ef1df4d26eeccd5e600

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 aa3488a7c5b43bd41f0a8a76c6a0959e3d0df5ce11ceebb5009369077a26f74a
MD5 4d3feb8a484b090f9d496e3336e1f4e5
BLAKE2b-256 bf495740c760a8de4d03f6441d43a2a468d0aeaa19b507f4753fa2bfae08235a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f365b0f370dd7cc5942ba079b47c30d08e75429213e17243eb55b1698c14dedf
MD5 6a3c2af67c9b32b7e64dadaac7c5e855
BLAKE2b-256 195a22b55e6af092e625deb44a06253e7dca2eac2c52b45ec63f4a346f82b11e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6d9939962edbc71b0fe751ae857696ccda2afb1c853d40232a00404ef98eb9e
MD5 15b8902e4fe66d3ccff9d80937aefd99
BLAKE2b-256 87090979091c3d2757d730ce9d5adb20bfa8939242b5825bab66ec13b8f70f3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1a2ed3dfd34542edb1aaeb85a3398fe3be64bceb84dfd1d3dee025f730ab197c
MD5 ae877b973d9684df65c3e1e9d27666d2
BLAKE2b-256 cd390d4f0755ad81f4824b2aafbe4bcf29431c106af0800663f21ff64faf79a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 81a9a68367744ed7b09fc0f0b960b129d092ecbaf93c4298fd53afa4fb2ffbb2
MD5 93f2b2415fcdc9ff552ca3779c94bd10
BLAKE2b-256 496c5974a25302ca1abc37ffd8e3793303b8718816e9646cd45ba1f845e0e375

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bf566293f8eafce0f23d824c5b2f0d84fb60a188611376826c4ada75b4343d19
MD5 630e36c5585620d55a4663135f9d04d3
BLAKE2b-256 6fd6774c1e8091d253ba5e9c612aefd177e133648a6cea55fa0928f8c02f3f4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 787.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.19 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.21.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ffbf754c2d784ce0f74390d9429c1c11aac0f0ebaca4b069bfae9f797ac201d7
MD5 217f1854f77815d5dba7e124897c9e5d
BLAKE2b-256 b2191aa09b97a346daee5dd1607475b787f602453ca4969a380d10143b315bd1

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