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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.7-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.7-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.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.7-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.7-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.7-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.7-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.7-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.7-cp37-cp37m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

awscrt-0.20.7-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.7-cp37-cp37m-macosx_10_9_x86_64.whl (773.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.7.tar.gz
  • Upload date:
  • Size: 32.5 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.7.tar.gz
Algorithm Hash digest
SHA256 b3f4e5d2775c68bd1aec7a82ac6642e4c58eb566ec2204ba649e59aabe55377a
MD5 c072cd9f2e8339847a212a279f08ec59
BLAKE2b-256 56f1ce5c11a081c8d42fe61117c551d9b751bd621fb43727decd812967641655

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 197a4c9ad5ff3ad45ce2c9cd1687bae2abc2763fc0fed4e78c3e36b51939a49c
MD5 e7e4c9b9779f689fc852a4be6956c608
BLAKE2b-256 f58203673c30e4d23670f8978dbd826f548d30b214c9d6311679cb3667677ce5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 887d4682e8471360a1f65f5f51181a31fd68a4c4d0c28f8544cce0c77a19235c
MD5 35aac3b052bcc547a4a763222492271b
BLAKE2b-256 5c7a06fd41d7c7dad382e55377954f2fbecb16a955e27d345778b9186cdab69a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 671861452fd897e18d233f2ef19502a4c2a947a99f96b878006eabde2ff926a1
MD5 17fc0cf168340c3c2a2dfde8b5938477
BLAKE2b-256 b07f8bfe69824963d78fb93d55e7b2d65cd329ffdf97d70fc329d7820bdbe3d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2a6b2eb64a74f284c502cd9833721b03414890cee915508c82aed772c3dc934c
MD5 150ea683e5debbd1c26d2eeb3a3bdb12
BLAKE2b-256 75fabb8db6ea118853267d6b01981332a8873dd9c5da7950bc60e59fc00d4449

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1003c5b5567303e104718a7549e716e34b0de497f0db94518846a8bc0e417ad1
MD5 2fb39f48dc4dc3b87b887d36c69ba118
BLAKE2b-256 f36c4231a7cb5afc061fb0ebbadc5635938e5a0deea8fb5d5ebcf1cfb7c873b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7881b753c17da56a58faa1bc0e658de03482516cbeac57d7e08ffd27554db1e9
MD5 56e62d87a83d36e9bccf1953c633b138
BLAKE2b-256 ffbc9d3eacfb0533e4c2beda0acd3b3409306a0f85cbf76c7e3ebb690cc89cb5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 73581f4876916b415aaac77f8b4e243393caa0b9dac7ba3a16a2ba210c1a4619
MD5 e09574bfdb59382db40ef99ccd683115
BLAKE2b-256 09585af27a9cc77e3a92bb7cb67f7fac5c9b4946f19e71d598b1022869599417

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4f5be5c54379b6a2e63516da00c84339e23a28535259e38c392ead1c72d2fedc
MD5 f67c31469601161ad86a308caa48f2ba
BLAKE2b-256 884963ac4b76ace0442d28faefeda47a4497e0c5cc48b5e550506f81c3f929a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0af5de41d8271345574fa708972564112033759a362a98e995f9868c8935872e
MD5 c8930ce41551f3cebbae76b5f211227d
BLAKE2b-256 5ef28b68d11cd7d28281e518a9dfd9dd6b769af0f576fcb239406aaf3cfa5c4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 365d6b45dc3cb8f31a231f5021988c91460bde410065253e07282fa4203f4bf4
MD5 4aba2d5ac22a8316cf1136d4fc62b473
BLAKE2b-256 79deecd36db200e5fd47f28f6208eb6225626640280f864d456ed0a6c396a658

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2a2b6dd079b1f11c872ceafdd90565a8933716c63a93a774d560e768427b2276
MD5 4c82b26883d884bf42360d73cb1dc823
BLAKE2b-256 505fe11cb9fcad389aa288f25477fd08fe8d7640d1e07bb74ed72301b6326a69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8795fe2e895b3fadc32c2256b067f073a7ac2f2f2387e686881e61cff022a389
MD5 b08f7e0b65e0889626c39c4c62d4893c
BLAKE2b-256 bfa31535cf70deb4fcf25e917867ecd25cdd25f03764269b609e15e914c84934

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a4df6c4d6df01ce987766061986ea902d9dd54d090ed9b848b24933ebd869e16
MD5 654c3f35341d0161a8b9cd65072459ff
BLAKE2b-256 8a3fcd034cef932bdd817d50f31c9ce6f6af8fc007b6b834fec36bbdf748e915

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4fb63d08e224cb300d23168cbe6995db69c9e09a3a626d819faa9f98c970644c
MD5 1c84769b6f140d13feff95a962785537
BLAKE2b-256 33b29569262522c221f649b4a61f83e891d3aec93604bebc3cd1f2e66a2cbbe5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9e8815a4cf5b092b46afa7e8b5dd8033d43c65643316f3b62a161b94110177db
MD5 1b6b1ff69e8c071e32c96c85d0e0a36c
BLAKE2b-256 96140ebd85f8e14948bb3120028dec84930e94a2efae5cbc098f1f21769e49fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 83589e9c4621e9405e75ee0806917ac28da7dbd965396ebf206fd2617f687f88
MD5 86c98e3f23dc03e77428dc0f59ea791b
BLAKE2b-256 dab5fb853668a7792735521fd01b2a57e3db6637269f9dda0592c5607298fcdd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a47e7611eb23f2a978b2e4174207163ee8a9e73dceba6cf9f1b63d4e08b43505
MD5 75fa970f5e6ea4d54a930dc1080f992d
BLAKE2b-256 398eb5085c1bba4de0e0b70aaf27103ac95814768b9c421645361be6aeb82b04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9ea6e2ed2feef6685f1fb5a2ed96332ab811a35f78413df3282faf5d284e25b6
MD5 d84ad110487277e25169cd4a3cda1594
BLAKE2b-256 fc4778bdbea06b473d4330ffa1c86bbcebdf93e895f2713ac8b52ed27b0fc1c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02859ac1b21f9ed13f10858d2df08269c7b0a1a88d7e604fe3bb346ff1417e6f
MD5 d96da6d6afcfd27c433e0186ede15c80
BLAKE2b-256 3011c8a72f519500f03e49ba253881d5a133b0a6aeead516365afd32e8ba58d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 863bfc0daac97cc33f81ee2384e25bf83ada9cf7a4d274dcdb517425ebbd6691
MD5 edbf3aa926c1c7c1ae801fe63909a765
BLAKE2b-256 1fd3e10481a0cb3532edb9d250ebaab46bae2ad7457bda90c69f298f7e39daed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 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.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a8641b5f0759664763f86f10d4fb43860cca68fae455317584b365c98fe8e878
MD5 86ca461c56f6b557166512ffad42cf85
BLAKE2b-256 16ef7812b11566c5e061bd04d668b605402b5d3d79774557237ceadb37e0c60e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 be0cb14461bd9fe43396dcd1506c1ca9075e24a8e583c901e236251a28e6469c
MD5 d9303ff976ae5e6fb6c75d8b8e3235a3
BLAKE2b-256 23640ea9833e6eb0ad0a2aac99181e02aebb6797677e22169ea6fe56d16affd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c4ec08f2ebd8a888366141dd0e0962525cd748ad4c3e5c7c474ab633756bfe8f
MD5 23064bae77cacdf87245ec7e445ebeca
BLAKE2b-256 b990f241629b9b74d504289a77e5b7b288edd71bc6910e6a6c41f52dd11b7074

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ed9ec0ef3205d1eaf3d3ab3258ed5de7896fb052ab629657a97418fcc526c392
MD5 5dfe5f164a46d2a97a00bff7cf4f061f
BLAKE2b-256 86bba513bcc34b8819dfbcb34e6d0f3a3d070a562e91d340f42e3eed7fca12e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4849720f0a3066cc4c82f0264b17b3ea89326533de8949a1ae3ea2309737f886
MD5 f13387cd0ffa1c7cef5f5c270335fc4b
BLAKE2b-256 040bd14be38f03c3ce06bb80ff86777d162e70b27a673deb1ca2baa142ff08be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d60d7ac3e3751f789f51a70775e04ab5ba49fc20cdfc373e4739eff07e7e0b6
MD5 ec34d42f039958efbfbf5d9450b3c332
BLAKE2b-256 33e4a724da39fe9ae02945db6569ccdbd908acb8f78e8538b30b6b7a0f9ca6f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 904f2d9d8eb81c6df7bce11911f49e39ef112286cfa65d3a8f73aa64bd00345e
MD5 90edd4b7c24e78b59f98942b490d3730
BLAKE2b-256 b2214db869cff42052fb6bec5121eab39043bdb90e4ac456b73813b684d5cc29

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f0366f06fa97b713bd5aed13df3b1a98947f5de18bd636e1b58fa509dcbc42d
MD5 56c721aa5561fcc5b2214c020cbaad46
BLAKE2b-256 e1b8d20b3df01307c5ae8fc21dd2a858063b0a06e619fc5f59b1ebf22fd7f110

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 186539fc6d1f41fdd73d7fcde965afd3bb2845c3395e8a6fe89196ba00d27383
MD5 1bef53655cca62367cd252b82dac3bed
BLAKE2b-256 0b09908d5da53e24af336baee471736c963c50b53f1eba0efb107ff61868c533

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f639d91048c91b88c06f8fb0c713fc4085178f78ba7dda1c803d74e0ec7acafd
MD5 2d992ac72e20f85c3ab7cad6a730878f
BLAKE2b-256 c976ad33435c3a3cc5c214ba13d478a0c296f01c1f5cab2060b4d671b6e3cd62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cc65a1a595ab789e727cde6a9be00d980b3fd28998a34ec587ffa59bd2b92909
MD5 039a010ae8035bee1c90c94c028f3457
BLAKE2b-256 9c6dcc65a2207765f3cece605b7ea60f2b859ea582de864d4cc6e6af00084daa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 93505a0d178cfbc033b4f260b3679874f6cea50d0ef01dd0d162a2b558df0e7e
MD5 5972a9f4cca04bf87d666075b56d2b8f
BLAKE2b-256 3ef606be4a457bf45c2710e1a97f6fbe666d041ef9649b9c9985e5888e12d28e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2785d42f8c3e71e23731f6aa2c5aa5db973da9c7a817054dabd78b37bbe78230
MD5 91f7db6855dcfa9ca2760a73efe61ac5
BLAKE2b-256 a22da393e475d2e37d6e9783f1d15eddfaead88a48faaffd15c016c2d30dd88b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 51137accd7fb6866d4357fcfd8c62e5e33d0c941623622192bc201c33c5b082a
MD5 62fa83d41d8c22ecee30456e8ba84aae
BLAKE2b-256 79f3e3550893def0f7569b967fc8c1bd8f7f62f3251827d43e275af390129f17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 966da45f12ac9d5f162fabf3865df1b13cf35721961c94b157e248425bb0bab0
MD5 d7e3c06984a6de2aaed3dde6b7b849ae
BLAKE2b-256 9130b11bfa50a5611b9abb5319b378504ed4357e1f728226bddd022eac50717d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 67cb30648e02b2d42b2431d7b761b2139648aab28233dfcbf00970162b40ef42
MD5 380aa926286a1059fbe4fc95978f1931
BLAKE2b-256 ead95fed4bdbc7ef2fd652d85742ced0ef1bb37fcf2a4309e7d8c6f290680d0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28f50098de53ffea4f04492b35e61de86310067bc43aea53310d39e22a898f88
MD5 29b4e558ae22700e7c20dea5d7e63484
BLAKE2b-256 f55b946a0a24a3969ae59ac9ae17606d52457487b9e80fede0ff0750a2b603f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.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.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c198d72a186e3890eb7a33c5aa687154d65647c1af15dc7736adb492689befb
MD5 11d47d6614469f29ec4c6b2211c58a97
BLAKE2b-256 fec46a07608daa499da81474359e5a10ae6bc55e31da619494c839809025efd6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 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.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 922bd056364877163d7a9516f946c447f2b884a969c4eff5d8dd1d92ee223e32
MD5 8947ccd525aa9c9e085447c60bf4b6a5
BLAKE2b-256 c0e673a8785fb1cc5bfd8a74a830e36f6c3c4376791763821c3cb45c0f70a296

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-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.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bff4fa4187ff8b878418ec6a14e1e02f2b818f5ac795004a2039d83312c1935d
MD5 18c5be80931e655c377965ac08616991
BLAKE2b-256 44ed5ccfaaf018fc13c5434a47bc7eca533b0b334e374b05c0b42c5611172b3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.7-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 773.2 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.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3376e372d7fc92b6d3e6064cd45ff432ebc659a28744a1ab7a83830e4373e232
MD5 ccf2c97e33dc73fcc6be83b44ca44a16
BLAKE2b-256 94265911af4cc9e186775ba8693c8f877446c1390ac3572fed75f26da2317570

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