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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.19.15-cp311-abi3-win32.whl (2.4 MB view details)

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.15-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.19.15-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

awscrt-0.19.15-cp310-cp310-win32.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.15-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.19.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

awscrt-0.19.15-cp39-cp39-win32.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.15-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.19.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.19.15-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.19.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 Windows x86-64

awscrt-0.19.15-cp38-cp38-win32.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.15-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.19.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.15-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.19.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.19.15-cp38-cp38-macosx_10_9_x86_64.whl (754.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

awscrt-0.19.15-cp37-cp37m-win32.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.19.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.15-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.19.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.19.15-cp37-cp37m-macosx_10_9_x86_64.whl (754.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.15.tar.gz
  • Upload date:
  • Size: 31.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15.tar.gz
Algorithm Hash digest
SHA256 4cb9633f48012193f5a64f841d0426924604845c205f1dac428da1834ebf3ca1
MD5 31a8bb4db79d47c14249ef46ef53450b
BLAKE2b-256 3476d7efc69bf69f4302bb99c50f1bb71747c746df8cc6f7fc4dba4cce32fa79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2547902503bd275f9add7ade02fe65c347eba61ea1053f9b72b7443337d4a742
MD5 0f063ef7e56cb69ce641c26d3a4b5387
BLAKE2b-256 c0b65306fd74464a567387f62b53ce02599751a578dcf988f7f1ee7228b06cfe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 d68d85919fcf346ad0c592421d8ad7fb34411696e2d2b34d28794d97168cb8a8
MD5 41489b56301d40b85b0ac65a5a16ecaa
BLAKE2b-256 4c9801d7bbec0eae682ef3388529432a76d95786b4bff29e06ef937fdb7e1990

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a22d2ebb115af7d42390f60cb2bb5baa68a297809f531a367df9a77549ef07d
MD5 5c43bdcc9b637b1675d4615e0480bbfe
BLAKE2b-256 4826ee6b4df9055d05d47b6022a688f6cea334a65146fb377ec6c54e60cc71ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7abca81cc91d8918bb6af6a830a8e2800bbf5def998e556f565db0ccb082fdb2
MD5 058385e1148cf993aa71a723a16d836f
BLAKE2b-256 e83a10d7d686b42e0c876cb6360fa5b44b42e37fe2350a6eb5af0f867faf5c6d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7e2586b2569c6adff8611f29bede148639431879b1e36ceb2bfe883ff46820a4
MD5 a79f32e57c098b9b2a21c4efdc54bf00
BLAKE2b-256 35fcb3f9b3ab171e98147441333729e3fbd199f66797f65c51fe766559394e92

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ae20371802020c980674098d08231051a1b5f1831629a72b93b60e3ad3a5e20
MD5 f5cfa437cfd25551cf926d23d63cca30
BLAKE2b-256 457fbc53bfd537ac91fa592a6057e6599a301581a90513f0a083bbe4b906cf43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dc1a4c8465e7aeb2c89768e11b25ddefd6511d21e417760c4d32ce601ad8c5a9
MD5 ba92bd2cb0188f0f30979f79b5329ef1
BLAKE2b-256 99f76422ffd8145028576e01dbf957c6d0e4bfdb5c8fa8130825c1a2775d80ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0228dcc01606ff4eb742716658e2bd40599d6056ee193cff3339fc4cbf09621b
MD5 c11c1581946cd1f1b06836a9c0b01b20
BLAKE2b-256 cd3340c0a266a3a08d23b2a24a60ac244a7b3bf753745d589518a32529bd5eeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a71534d3d96576d06ded95e6aec918cf5b4d94132344f31319e017f1b11da950
MD5 72f030473d5fd4bb1375c05d973b4f18
BLAKE2b-256 c87816ce4f4a6c54b9503d5559e32e47b9930d140de9b0d5952b7ce4b709d55d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 badbdb8ed9907321a61bd5225899872696bc0a7f63349f57cfd7083883d56de4
MD5 bec2ce2359d7b9aa217b0e076dc2f0d8
BLAKE2b-256 062d074a19db1b64539ae7e58ff8c3b933cab2450633447a3a8ee043e74a0f3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 30dd660c1a400b319adcc012401513e30bd2d56d172c86948e095829081e0171
MD5 42c2db6b0cba38e1fb3632aacdc998ce
BLAKE2b-256 a547e0320cc12138009bd01ed0bd32a125810d3957093edd03cbeef7c0b59749

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 082cf9139952d411d28a591e056fdc40eeba1ba72e45c7fda27d90a2726fac60
MD5 12bce44c4cfddc8b06ed0e33f479a4e4
BLAKE2b-256 17ded9418aea9bc9204eda802b10674d24d4689791b4df4e911065036e9b3f40

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dc667c46dadbd62e286f928cb4b3dd36ba3ccfd4b1040d9c2fc878c77bfd9bd
MD5 b2fdbc8fb684bee73131851272a97bf1
BLAKE2b-256 db1dcee76e3aa11a32033ee7150abd17dc9330c96d17eb726e5f0a417d22baa6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c6c662deb8e3a6616d2c5068b3d4f21df243f714dc1461dfecf4b3066fe0c475
MD5 e31b366d8d0fba2d26651e8cf35494cc
BLAKE2b-256 a4a9158832e0b6714b25172ef2b6a2231859e39abc8a166f5e9c4098bc212605

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2fe4d54557d70828f39c010fed0d12deaa1799477d721d6a574ac0dcbf07361e
MD5 7bef85ebadf89534f4e8e0c901296ad7
BLAKE2b-256 8956453583bf2a45b5b3eadbb69131744095a97b9d5ba6bb4326fd7750746071

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 626fe565818ca56486738f0653cb2d608e11c73b89c33902cd0618e28857ddea
MD5 16bd8a8f0b0553d45b3039284ce4f9c3
BLAKE2b-256 5e766b11ae87ca31baceaee4a35dfdcc34df147241e32b56117fed3439a59da8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5aaf610b1aad9a5050e5e28a46553217af5fe6d32c578fc234af0f86e0997108
MD5 2432dde37455c2a7a1b03b68554d17db
BLAKE2b-256 0080f4ccbe3c8c99b9dbc034913491325266a1d0fcb6a74cbf8058f0558d632f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5ed21d8b3c6b518e5f1e07ef264bd3fadfa307cc2916ee3f23d3c9ceae178a2c
MD5 20bef12d8344281324bee9f12a655a3b
BLAKE2b-256 93699ae2d4cc31af96d95a947f2c14a6281be551f631710a47de494bc11d4a9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 290f418d0d3e814e6551436a60e91b79ef0fce998b8876200ca222c5edd52041
MD5 c9cbc9d0fb06bc8e4db2afa6ad82d301
BLAKE2b-256 bbf90d4d25f301df91035ae8fc35707777f0a0f53e0d899cb9de1dbdcc4fd6ba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8586e61cc1df278c52672ff855c7d44ddc6dab91c248a11d342a0f54693f95d9
MD5 4d20b19df1eaa861433a869d229aba27
BLAKE2b-256 36aa782b8eb7ac971ccb26e0de277c8cdf3e5baafb8227ccfd67c4015534978b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 dcba6b7e3d22e6185e13722df9b8a207d1b4c28c52a6cc0e23b9d0a32ad24cfe
MD5 359a1abaa01c41d9112fe3ad48f479a5
BLAKE2b-256 d83f2a9926fd758183e9f4fe32d4841b71a073247e54e6c11499e751ea638e8f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c2a53252c9a5b8fff6db9adc4e8e51ead25b91140c9e2829092d63fc739cd219
MD5 bd5db365a0be1bd2b40edcec24752f91
BLAKE2b-256 a7d58cd223a2fae05ade1e585cf26fe9d3ecc8d58725a93a5c76d9b30e087bf7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 440b2a257ef99eebffc5032b2cb5244b4b2b8c31c932adccda012bcaeda4b7a6
MD5 7d2b6703acc9f1b84892058b22377483
BLAKE2b-256 f1458c8e0223caa3f1eca24d7cbd0d79053a74e090106f951b84fd23cb57ca7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e17268790e1a9d18448d24c6a80b7b408f7e7ee5afa684aa0cda6f36644ebebc
MD5 4963ae52afa4846f01308205eb6e119a
BLAKE2b-256 68e1526d757c9acd752a666f239b0fbfafb02ac94c1616daaa1ec8b96a1ba2eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 1295c1dee510bdfef8a8efef784de7c5325a43a56db9b044d525ff110466d02a
MD5 d45bd13f99ddd02778a3b5fc110a5f8d
BLAKE2b-256 4a8f865c4bbc4196360a3a936873adb5b4fecefe120f391595619645edbd117e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 451a2e4a8107cf8957da43480fcd258cac349d822ecb222715c5bc0daa903bbe
MD5 fa3896c2bc7bb12370fa15e4a02d9919
BLAKE2b-256 5658be61a342e411588cce4b1a536f05970184125dd696e2a100cb6e8ad5ebf1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6f3e1ff3f75d2a5696c1a74d7999035c6e105fb58ee0900747125d53f248bd51
MD5 263cf003b4b1caf7ece5c7497ff61d4b
BLAKE2b-256 50b31c58ca66e962958d3435d24ee0476a522acb590ba61d306d0ab18f0c9e10

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f02d23ccb6f2a331f447c1a2a6abdf6dd568fd084de12d2981798bdb29c00328
MD5 35e52e0c60f9016d320917ad50b89db5
BLAKE2b-256 03e54026a5ffa055e2b5421ec626a0524ac3c1493726f53ffe68b0413635b72f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9fab7fded67ea415bc80fec03bfa680feb618e1fbbdd6229d390f44ef204ce4f
MD5 7ec89de9eee216861b5f072ef89fe0b9
BLAKE2b-256 251921d44a050e78388edc3fc2924234a40a1d8751c597562755c2b1d1357659

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8b4fddda86abc0e3e9bcdb3ed5276ce3779452b784fa84e84854a0a9a944c97a
MD5 80f4749b95a9721d5a463f9f656be5d2
BLAKE2b-256 21bc09c932ea4ca55a3eab19d97ec8eb8d2404af9cb624c6e19597e933ec7e7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5c1f19e204cc3a7d18979929244d00b2ea7abc390a4fa3d1d85a17448e0346a7
MD5 ec9d83174a98f6ae47617f1b2b66608d
BLAKE2b-256 7274bfea3d46d181066b17c44d883484f63b440f30059f88c6ef166ea8cca1e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 754.8 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46afc49240d50ee4b1250625565d50d6ead6e3f81c8e3939397dc43c630004a4
MD5 6176b130cfebe69bdb69de9caefa1db6
BLAKE2b-256 1743920f7546f64d82f493d1b0defc856512fbdf68648887961fc2b6a13215f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a69ee4b4e8fd696eef22135402c28a37886e6612b5543716ba41d0fd60231364
MD5 774374c4f26a92012954f763aabdab22
BLAKE2b-256 eb4f06d063a6554e154a23c761ac0ebde7d18584c560084399b3e5892f47f733

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 f055e9b56d217665133d1ecdbec774d7ac33e15e686bb81e6fa64af7b1cdee16
MD5 27eefc16affe117107b9df552e816c08
BLAKE2b-256 d78240f07fa7fd12d16f42cda171e5a5215706a229098351d3edc097236fef09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 acba004340e5175cab876cc1367c8258c9152a2427dd9146ee4124e58c0d906c
MD5 43e25cd52d9c6295760109157b08f71d
BLAKE2b-256 f7072fefb4fbc8255931be2f678e276ad433c16d8daa20ab87e39d83f6ca8afb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4a4c91b2f279700fa68641929eb45aafef4490f2f5fc8e94c7ff2952c5d4f6b2
MD5 ca418925fba709b0dd0ed8fd8de4795f
BLAKE2b-256 40158332ea9fce521a486ccc91da7f6d0cf6bdda995eac3e5d9bc1633985a0a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f495603c61a83eac3a7cb4fcf0fe15216cef2ca23630ef5f726ea04ac0cf256b
MD5 2f859e48f45d3c21b75c0b2da0422f64
BLAKE2b-256 3c99b9605ed08a11e1d075a14a43c8ff5d2399b9603a17398fed808a3acc281c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8dc21dde5aa005155316204d69fba5cbe1ce50020bda6175c438aea4fd0159cb
MD5 b363d5dedbcca94f11c6f1d5ebbb5d9e
BLAKE2b-256 f606d5ac6a1f8b5244c25f293f99790fe939f048be1e9257adeb5f7964352006

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5459989f9c50a1a377d4596db534abc29f9405563c01475b1a3a6681f77c1042
MD5 eed1fa7002b60e2925256d5d0e8f1f3b
BLAKE2b-256 a6f1609445fa945d4739a4e60900070bce69b160439a1321697e9b9cde08de60

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5acd01427f656b4308024cc29b0acd0776257d3c7ad3fd363068c50deb20e37
MD5 0151ccab1a3994fd62aa193330a9dd2c
BLAKE2b-256 6966cc6f8dde3cde4b9e6e59881b160b5f47fe9532f33f46cbd7b249e397e81b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.15-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 754.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.19.15-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 185e01ee0236278b15392452b23b6d1f03c3f9bfe5f9b2fdcd07755df6ae5c4a
MD5 61b90621d0480fa1148c0fd4c18c5f19
BLAKE2b-256 0c1d7ad18426e33d84f1f598c8381b4daa409724cd6e6c48936c0fbf21dbfb90

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