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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.20.12-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.20.12-cp311-abi3-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.12-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.12-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.20.12-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.20.12-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.20.12-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.20.12-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.20.12-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.12-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.20.12-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.20.12-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.20.12-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.20.12-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.12-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.12-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.20.12-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.12-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.12-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.20.12-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.20.12-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.20.12-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.12-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.20.12-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.20.12-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.12-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.20.12-cp38-cp38-macosx_10_9_x86_64.whl (779.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.20.12-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.20.12-cp37-cp37m-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.12-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.12-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.20.12-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.12-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.12-cp37-cp37m-macosx_10_9_x86_64.whl (778.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.12.tar.gz
  • Upload date:
  • Size: 33.3 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.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.12.tar.gz
Algorithm Hash digest
SHA256 676ef5add1ec061f3ffa722b326df01a1c44249348976858b8141d9074a54689
MD5 7c415ebdad5ba7f695ce3aed0013a993
BLAKE2b-256 1c5ca1bd094f66f3b18dc7ab86654174187c8bc290269fc0b82e4caede0f4cbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fc63f96f32dafcfae5cfcdc7b24112131997bffc2367170fd08a80c83f924433
MD5 caf26cbc2b8507fcd9d8d9558900884c
BLAKE2b-256 7c604a8949358879e8cf5f4cfc6672389c3654d0ef776aace7c9748eea84722c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 8195d3fe11a83520ee82ecb8cff56e1f41b4b950794ccaa6ca6051d2a4a1c384
MD5 2f57287b953dba55c90008e8ff013f89
BLAKE2b-256 0eb537a2dc7067bd9c9fe51acdfda74b11873f2dd89160a5fb6598305f36bd3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b10b641ee40f2a7bcd649566440a52955dda7ab42a45aff1f3717eb44e824d44
MD5 ed7731b68f97e51d010bb6ca0a1dbc32
BLAKE2b-256 774dfb65583f44c69a0499f97de4d20887a7fe0c7608a87d93c0a4f394e8e7d6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e1507cc0b30f199d3eb0dbedf2f2fde1779d5c1420e6314c1849383a2530a8dd
MD5 698039e3a7e918295dfb95582469e65d
BLAKE2b-256 fa14acbd984cb35cc676e6e85d5643d12d310a7cea0ea8920896cee35c12b73c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89656268498a6d3c434226a599a971af0f6e543d1eb86d78ee4a39bbc1be309f
MD5 f87a3e32b76f9f8c7148cc7fb96ce075
BLAKE2b-256 43f4d66426a6def8b2f1ed059e74a0563ec91f972c91aed95dd03d61a5f549f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35f8d1857ef89f9e4d66ca590d974bf094e32c945f5f1a9bde76c6cecee98a2c
MD5 6d9e29e3e67e3ca60ba334c0cbf92135
BLAKE2b-256 e07be04c710e3fd0fabdba24363e1980209d989781a057965181f0d0bfd46f6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 eb888a62cbb749c4fea24c5a2364584f89374e3d73f435f480c0959dd1523b91
MD5 0f3e20d092a812717ce5bf89af24b635
BLAKE2b-256 82979496896f21783b584abedeffee825578b4ad480b4339acd044a7575bb236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3d2d41ca7fc552edf68ac6ad149013d728b44a3859c087e110c6898564c6634f
MD5 e3b6d2af3a24ca52fce3eb81a6598029
BLAKE2b-256 f30672a501a84e864578673e78ecd846405139f529c2ee0163d663587ba234ac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5062cef49e718ed7167d7275160e577217f2361585577dc6b62f1d2770f78418
MD5 32be02cfb2a17283ac749f132d579a09
BLAKE2b-256 6b8416529af3667fbae464a446332c9c9bcef984035a8e6981c336ce480ab4b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f0cc6d732bf5467d1528986ac5c14deaf9256c75be76ed796ed23f71da4ac01e
MD5 6e60343f276954fb12b1ae7ca633c5cd
BLAKE2b-256 59b782d51b13f179155b5f8a11bf29b5fc1cfd49e1ef57d3db3c96b069bd6a96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 992f7b00ac325fe425da5177bcadc49117709389e54bf2924c1ce2f0b99c765e
MD5 f92ab2e42fc094341ca74e343dc205eb
BLAKE2b-256 18e22e4930850dcb524404d398cc9ceefb955fda5c43c978839b84f4418864c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a29cf83d8d3a9d7ed0dae6b3b325866abf1a9a0f1e327343bb9098c001be7c2
MD5 d969288b2fafb5dfef2a9cc8c79ed127
BLAKE2b-256 4bbb7ce4917ed8b58b205ef3ad546a4fddea62bb6f54214e1d682ad308479619

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0233e177d114251fecb7211fe554c89507f89f9fca68361c066ca294477771a
MD5 e4f7fffa261293fec286c22646933332
BLAKE2b-256 e217c53c6a7d8f41dd4e290dc84dcfad077e70d0efbdd476109e360914790597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8e9a1edc9aaba7c2912b23befca6074dddd1312a8da14261318acca251dad769
MD5 0c895810c2c920b44bb07be6635af6b2
BLAKE2b-256 78098bc87504988707b83c2e2bed2d6ee94a6d8404ccc44a860d5d90bdc5ed69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 26959359c0bf57c39bd97e51083354fc0c638a19f7c305defc34904a0b4c9eee
MD5 cab08588b1d7d0cd4a7cddf0e9ff8822
BLAKE2b-256 5f145df60fe04b74c4e113892b96a428792867ddfaac77b359a3966badd886b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 37a2d9edf2df9e7cb141c984467ff3f79409fdf1ab1a85f8044ffe9f2f9d43b1
MD5 9cab3dff2a0ba1071fb2ab622a554518
BLAKE2b-256 9d81393747131097e28f9e7671f0634631bd836b4418fef170e60ac4dff573bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17ce2e285dc0067bc0e2413ab56a09ab3eccfd1b842e92c5f4ddd921ceffe322
MD5 c19ca63ce4cdc7abf007af044b30bb5f
BLAKE2b-256 301299f0df7f6f35defe4ecf6e58d791d0b253e534c538021c45e824e5abdf8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 38f45815811be72bc717aaf6f538844a6e6b2763b75c326a8ccd72bdd2bfdee9
MD5 19394df7d3eaafe0e7006be5b4ee4cfc
BLAKE2b-256 a2bd77e9d4ad96d26b2546af0c84b3a08dc232bbca8283e08064050aaba925e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 019dcc4da0ad400d2b555b8e359579e5cc3e8d8aa14e1e817a23a9e2bf5423b1
MD5 c21c405653a1a14232574e1d9b1d4c11
BLAKE2b-256 f31f7bd6b3860c39e750a2c2e23559f4f8d18324f693f69f670d3b2775bae33f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b4c49fb96495b7ef07a0708109b9bbfa2e34e997501379f3626c08a93ecf677c
MD5 bd5f1aad44d370487b42933f8e13e90a
BLAKE2b-256 5af3517e8be5f01c755a04383fd0125a468ac5b3efbbf49626b482573fa2376a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 91f18ef236fdafd59e0134434959f646da73d47e95b6cd50c0486f548219cfd9
MD5 42314db63fe015c0de26504077074ef9
BLAKE2b-256 ae7603f1583f0401ce92ed6985633e2aa9b1b4f912f1c2aa5361448729c92780

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 845d4661eeb0671a182fb33da7185f28370e8c9cf79e39ec898194bfd4679d73
MD5 66882734465761937024501f9395beec
BLAKE2b-256 c148356f37a906154bebe04b6c8e49536ff864e00de211c36d9a1c4100f7e776

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1d612f38ab7aa7f52c4caa54c1b8081b9019f73c4c5321ff661d79ff840a0993
MD5 1fc900bd56a6882d85cf9dbcb1962e14
BLAKE2b-256 723f4554bf7e590064692d73b9437c79f01c7002180585e3bd70baed447f3e2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 84038843c0be88775ecd65079d8cbb61532c5a22ae525fa76db4e0efadb43a69
MD5 beaa957ebd58f0040d434f17f4ee3ecc
BLAKE2b-256 c299dc9ce20005b3be0b8a3a8d47fcbaf0b1dc3faa4882f95e22449d592168fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 da50bee8a407cbfcc2b70cec3c7861d13ade33db15bebd685d23a88aacc66a33
MD5 eb58b22e3bbefe9a0fb566ae231484e5
BLAKE2b-256 b0ec4ca6213116940495b58254d2c12de612ce77bc3f22de343aeef2bd334081

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 97eac411fefa373d34f19165fc952dcc7d3e8143d9f3c4899d8f1b825cb02a96
MD5 83c27a7baeb459e6350bfe0fc4ad0231
BLAKE2b-256 38d2f9eea6a4d9b7c2e81c9ea8d88142aa94dba5dcaf5f775227f941f43c4ac3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 95747937bf38acd59d4007d6e73166e98b6c10c7c8ae9f2b547cc0c4aad40bc0
MD5 c3d1e0747d18409ef873b25c3be6f2c8
BLAKE2b-256 d1b939d2372cff9033deb609f0aa2457d2e07ba94ae01a418ac4e03ad56012a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4173f9e87428cb899955b57fde73d7a8a70cff6b8dadbf11fb40b05c9d8c32c0
MD5 6f05609c65a11ea369b7f00055bd58cd
BLAKE2b-256 bbb47e5b23def35d8a5b626241d4572a6258a1e50e3466eecb985026b40dbd1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bb5c8412c6e2b268dd43d054649a00279e637cf537601ba50cce68dae2674056
MD5 639ed0659d43f4b98953e5bc5b3df9b2
BLAKE2b-256 a8b3d25907ecc9be6a1546d55ca094d8267d7a49d0bfcbec0403bff42999eabc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 259054fe6512c8f568c29770086621a3ce4c7445274026c79f149288347b1ec8
MD5 8e0fd8db474650e960cbe34afe6d4df3
BLAKE2b-256 1db83cfdd783ff8813144bc0e99b81790df3d7069c4457799d77a1e816e16a7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 aa011d4e1a766a8ed43c542541b490e57450c50c49e259fa067e4028f282cf9b
MD5 501ca06f9a4cbdc237059dff6c053387
BLAKE2b-256 800f49f543694f08a24a567ecee876794f57412e8b3b51add3d9669e88e0632a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 779.0 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.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.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fbe0efd27e1354a90bdda2d7560ede360c912214feca6f73b60698704d969230
MD5 8d26bb75a6ef7ee818dd3fdb2d68d76d
BLAKE2b-256 96c0c877b908259c7d9be0118cb596be31f126789c2cb03494f977eb118c50a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 09b6eb1eafb45b3d9a6011674d6178b7bd41a86f7529a2c31020cbe73d62d29a
MD5 7e8cae3cf97655c36740add72bcb5e27
BLAKE2b-256 dac657e0ccfc74f9f6f36e9aa6231e94111ae916aa24fc703383aa0fff09f277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 cc52d8b5e1432299a38fd801ee7dc1dfc3dcb48f8056c823c7f35fb566df2db3
MD5 8d5325bd9eab3d3061618de22560bc04
BLAKE2b-256 096b3527884dfda3844d585504726dc36373b21024eba975729eb04397f53daa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ac5e5c483a2c9c0f51cc2cc5ae10d38649735928b2bb63456375f28abe0d31f
MD5 65e3defe98e98143c57209a0e902d665
BLAKE2b-256 83ce060b431c6104f72ab5cc7194c698cf336f423346a433df89a0b9c43216de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bef13663f6d28015101be0fcbc8b4818f817eca9454b73294fbf83b3d0547d77
MD5 18bcaba336d4316e1092ca1de10027b3
BLAKE2b-256 0b0410491308e6074faad31e9b16697f3bd8f9399fc80405a56718df0d65b882

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99fe97ece2011e3280e98cb697cd413038045c4987692d04c7ca18fc62c73a77
MD5 90d2f7a759d29b2b70a275e54a6cc915
BLAKE2b-256 2267ae7fd6e8ad5b0f171c100d72536eda1777423132c381e757ac09c0eeb677

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7c2973a1fd06a698a5e1e9e2c388cdd0b302679fca359428e48480b4bb0b770
MD5 3c63cf469d6222d208225460d49d2b1a
BLAKE2b-256 2ff906619dac551805cbb70efc05e6f9313229db8d337f09be5758ea1debb2c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.10.0 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.12-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e4e509604b512806e0355aaae28220fa58308627b67080a8cf79bdc8a0b3e664
MD5 81d7df89ec50f25ef104507dd2840015
BLAKE2b-256 b73619a60ee23b862b035fe0f2de690ffaedf5d5e88c545b41d75b193e910f08

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-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.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.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 25d26c95d6e19629feb8f7ac5e1a379aeaa7a36b65099f3071558b1c984f3ad9
MD5 d76f1b3c90e20d27b7828a719b0f333a
BLAKE2b-256 471faf81978b7cfeda6352c23281ac669367224e31499a043a45528558585421

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.12-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 778.1 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.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.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8448ca62a79a90d3f8263ba17ffd111b07548665a3e154cc14f39fc676f550c7
MD5 bfcf4756f1925352e00cac35a9f60469
BLAKE2b-256 8ad8edc41da2c4aa57b69c9fcf12c93237db65a197c3f5759c916cd69f7d4b39

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