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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.8-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.19.8-cp311-abi3-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.8-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.8-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.19.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.8-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.8-cp38-cp38-macosx_10_9_x86_64.whl (746.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.8-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.19.8-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.19.8-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.8-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.8-cp37-cp37m-macosx_10_9_x86_64.whl (746.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.8.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.8.tar.gz
Algorithm Hash digest
SHA256 77a2359d12f8d6c585beff4dc70e5d4890c4bf5e62f4b9e2d30c92c96aee1065
MD5 9d5bdd8d8f1f194083ef66c91bf23423
BLAKE2b-256 579b162b1639241a28a1fe2e73167751042ef1b21528ea9f3ee153dd4bd813e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3338df15839971935ad39265849a1f91ebe24f3f51283691932695b413cd6647
MD5 e87968fa1bcebcba7dc04b5c6f96e5f3
BLAKE2b-256 341d2b86f95cd249b4e87a0bf246806879fa67b491c6cca0ff24a719202a89fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 8ca19a57ca03b4f5bd24ef7a7b38b4c63b7d46951d53962f4bc152431605d0c5
MD5 ed458706ed6fd580a65de7de6b2aec20
BLAKE2b-256 da0b623c615f25339b994da9166776d7b40678d83d2193e51e28d20312e52547

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.8-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 36b0b583c5c6a878d46d4941cda2575b679d9c69fec9f53a40092e76f50acc11
MD5 95e5732edb2ee58beb30757077e61796
BLAKE2b-256 7fc72dbe45ff0508d82d6eaa3b694c2ff9f954aaca65fa1b61850aa44b68fdad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 97bbeea34f830a27716770b40de4cd94a7b0ca6d6383e5dc30ff2a0ad019cfa1
MD5 9f9a145360c3c31eacd33d9800cd4ce0
BLAKE2b-256 49fdf63078c1eacee7a32a3709d2fa06377cb0dd12bd008766f45a3892dc0719

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4558335e0e6a806a8927667d2a759c6c12d31d0bf7d61d79562edbf90a3088c0
MD5 37297718635cb05079507bc05209a788
BLAKE2b-256 9a006ac010d7930f0de66f424c6fc4bf10f5c986ac9e780d2c4177c280a1cccb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e557bdc34f3e99ea5f25020ad5ba0df74c1a8c0b1f23115b80c3023131a605a
MD5 c7150d3d8b4922103aa9521433e77d1f
BLAKE2b-256 67267df685fcbca0741c7522bbc071b84c726e798f568283413784b7f9faf62c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 65d6dac55c62fde813e6b58d3a5b38cd3aa3c936fe6a5e108c924c87848a723e
MD5 2f1c1e72de9c74c97f08f9457b592fbc
BLAKE2b-256 bf1b6297853584d96d2cc58708fdceaa285102da527a3a5877dcc9b6df4bd567

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f0df09cf7249dcac80ee5e3b2124c0da4d4b3ecd8eacc0b4b029dbe96c459fd3
MD5 7354e4fccf965ebd41b76811b93be5c0
BLAKE2b-256 196dec911cafbaaa41e692f901d4709e12fb943ed8daaceb870afb895707e576

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 62ccaffa5ef889012e6a7538488ff545f62050f5ff34e05b1beb89b4873a025b
MD5 c9467848eb05c90d4db9d8822a3be39f
BLAKE2b-256 8dd121c773d764ba468e222cd618278173b80af62d243c8cbad26245be964946

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 78272e9b143cbe4fe539ba27c9d984804eaf4234b28b5a177da39b4714dfe139
MD5 927aea33a40c72484bf26981cc6c6174
BLAKE2b-256 e8bada4a649300c6ba0117615c9ca7af73044543800e500847456ef52ea47822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8bea484d840cf3cfb99a39b27d25ae4c85ef6d2dfbe3805eb4ae76d348d05d97
MD5 58969e0bdef4e6e2d053c62593f3e6e5
BLAKE2b-256 348e9baa3af1d9599ccccf927e4b87d877b1ce9c034d191a081749e6eff8b84b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09935af1bfcb91de8d14af1bbc515c963c4e444cdfd45d28f62f996f1ab43090
MD5 2c6f993746c7ad5670e3b416b474b470
BLAKE2b-256 72c1b8ec3a178bb4c7da101ce1e6ef535ccc0ddae04b6a36b7b497295182bfc9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08643278633db4379127c43cc8de1263d9a9a167cf5ad29e1fc393ae19be237b
MD5 53ce12c15eab69a7953b32e0069360f9
BLAKE2b-256 dc2f4255558c77bdd05a3e289154b97abebcc38986e64c458d186bab4a5a1901

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a50d30b9cd4b8d7430a20ddddddab78191b66b9756aacb019a74e8661e84e287
MD5 151c4fd393e5f8290291343f5a6b4b02
BLAKE2b-256 a1c1a326398dcec5f245d3d82940b8673a0207136ac35c88738fdf0fabe7ec3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e5e82a35ebcbd5854b9c164eb66506f8c6b2e0b863fd0b9415abaee2ad971a37
MD5 7d4f26ea9211258bfe8119f5181c973f
BLAKE2b-256 c96c245dc32d69410061109473271af264f82981f66bf1177ddfbe6639478849

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5c88b378ed0b2eef2afa03578e3dad1f011b8905ba9177eb979b10f8ff3c240a
MD5 e80dc8de47d87cdafdcd1c845e7771bb
BLAKE2b-256 7b40b0de0865d52c23d21c29d05400f3eb795cdc1012b2e3859f48e38183fc0d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fdcb3d64d1087147f4e288515d1ca14ad20834091273d5405896881cc91b24a0
MD5 50fadbef51a20b90a3564e63ee954bc8
BLAKE2b-256 b75453ae922469e1acbdf2500c774a953a39d86fe3f84595ab6c80d4d35a89e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a9144b692213bb0b5ff97e65b1690c11de0edf1c114f483fa10580784140391d
MD5 086ea43a2f2e62c3000c98c1a33db0ea
BLAKE2b-256 016a9323c2c0f045d85ce1ec0d9085c67601e3ea06fc56a4e05a59c5c33cf9ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33369c96b0364989f9420ef57b89eed3dd6e934ba698bfc761007efef600c04f
MD5 ee58fd878d12e115cf89799ed91d9256
BLAKE2b-256 cb327277eb0cdf412f23a649349d312f97d677577f0545c8e2b481567068c995

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0cb486f21f7f1c5cac75b4ddd50a90f5dcce4363e5e2fe308b57c1d7732535d3
MD5 b311ccc299bb29c29309d4ca5575a4bb
BLAKE2b-256 4081c10c72bdd5d9572d54b5d05371860083d20ad43871979d8f86db1963de60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cdb69ec894563c9dd568c0f708c55c8e83f813ea87433876dfa5d8e44f22594b
MD5 b55ac12a96dc5a3a65ad145e9ddf9a19
BLAKE2b-256 c25f56fdf0c6b2583463e30a8c40dd853b4d2ec3f0714eef6577bc1d2811acc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 80f6b561048678f96f33eb515a947e345fa6dbff2fdb5b044475d9b9ed8990b2
MD5 e47abe8c42478a3d33c052cf2e88fabd
BLAKE2b-256 ea06755e4d6f144032d2afdb3dcfd0d890b3c6ca8bbe7fe543ab1a4d43cd07a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a4b88fdf11be99b746085b63fba6de23a9e1f29c0060a9bf413827d9a17b83ad
MD5 0f1fe072c8e4fdf4cc232f4477287b74
BLAKE2b-256 807d8c11cecc1f36b60da4eaa05617581dcded05b93ce784c4b50ebfce6e7be0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fe0bfa5ab76711f92e04d8a7bdbfc194f4eb4cf9e437ddd15e25d60d7d02bd06
MD5 4fbf33223421f7f86a0d67c8ae129bc6
BLAKE2b-256 dec3e1aaa22ffbdc1e6e008f03e4229aa496ae90dce0fa83d43bec5b1592bcc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aaa3b004f6419e9ee137e54e8a10fd0519021d89cea426dc367575927960092a
MD5 c1a39d7179610500461ba6f7f2dc4281
BLAKE2b-256 90046d703b0e3ef56cd28f3266c0b821c73382bf7a56ea325cc0cb888db1b884

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ab1b167660ea00e2ecd9712b6ac2b06b25c870b723c59d938f440ff34abae175
MD5 7dd85fb5d4da5ea322ff8f3b5bf0b399
BLAKE2b-256 c0187e6bb1fcdfd28ed1502a603837e0ae6e2614eb23f35d2e41a8747d549b8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.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.8-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f3bbe2b225bcb5b11248c9ea24439bafaeb752292da2354cb1e63df2cd9d9e24
MD5 d1d54b1af6eb6a5bb48710937192fad7
BLAKE2b-256 cbb661658aea7f2d6f3bfebd472b40a76207be855af14f4cdccef0b921150ed5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7dd097e96f87d118ddca75af31ef615d1d5cf4d7bede1cadbb870d78e1a10f2
MD5 9872952cd4bab59be0eb0d6bd9760a0c
BLAKE2b-256 3f534fc69582cc0666f5ff06d2a01247343d7f56ca981a63acb235d337725ee3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c240e0a7bdf34e15b51f52af03e9e13d6ee8d24ea79269e1d7c1a10acc768bc9
MD5 4cc5996b25a0d67f54cfcf8ce23330cf
BLAKE2b-256 a2f19c06812102c1fcee108b85e16ba38066644d36a10a60b46d8706cd718ff9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.8-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 be5cd66203a5a9beaf9976fb5fc605bc0e8caf5a17c56af4873fa0ad126e9d5b
MD5 0a1ca71d7b645955dcad2367adfcb1e8
BLAKE2b-256 ab312ae9c86fa5570437a42f03b0c8c27388010392aa302417145934498c96ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68ab4e7a8220ff8ecc9de5b3e9dd244d8cd58323a124633b68adee07822b5aca
MD5 3c67b32a29aa539455297551f80343ce
BLAKE2b-256 c1808b3542a6f8d053c6926decb778f913c9b2350e8aedac1ce8c23ff4dbc086

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 746.5 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.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 582b53030a3dac3fafb5714cb7e8e467d7ee17b5dc460f09eb07e78e34c7d120
MD5 650982b72e678b2315ea37d8aaa7b193
BLAKE2b-256 deb52f21ab7dfaf09abc211184cc2c5d09077598b5951640bdb205c3fcda3d91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6f4c288e4360268928f07f17cbd011286360e80b1ac7e7028615fb5c6fb472f6
MD5 e071d7cb5a8667e3795e968e6348dcca
BLAKE2b-256 36dc5c27e18018371e286b5542026e4d1d5ed443155134cf6d407c9ecf55be01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 04534ecb38a6ccf5cf8d569dda5ef61cf09a3b2954cd121abfc7aaa8ea325245
MD5 470e6a7467faf96f4975c935d4144793
BLAKE2b-256 a92531c8275d557e3d5d9352605b05721ce0e078fd8922fd232cc1612853e7a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7e715ff78059951107b02aa0379b284673f82f9323ae6cc7fd25d676bc15ca3d
MD5 d084d254a5139966f7fc3b15ea88040c
BLAKE2b-256 108703f241f828508b741123e0bfcb20e3c0670901235fb5b4a7256c782c0744

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2ea018dfaeaabf234e31dfc6bf83ddb876c4e4b9334fed8ba6fe9a475e1e460e
MD5 5aa0e7fb655bf5ec19221ae46ea93734
BLAKE2b-256 5b08e06b68a8de11caf91ece36e2f084a39d3bd71a562b6b0811257bd2512941

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 613f0dc8311e4734bab4d39186c4bae82fa883bdad4f8a785122d3a12007ff30
MD5 93ab4b46336b2558906d219634db21f1
BLAKE2b-256 cbd05acedc663aedd9814163cf545896051fe02941c89e9e01676a84c6c0debc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfad3d46491106b17790e2b63b81d933e0d9e6bc0d24d30e6bc5624b577fd4a6
MD5 90ab60395734783ea39aafe90e7b4ec3
BLAKE2b-256 12d73eae21b524f0c6281314753e3a831c61dd035f7a173393addd8a49fbad6b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 641c4b1284a46fa0dde86525f4787f8ca8f1c16eea266ed46e26456d2a84e4cc
MD5 596292a0bfab20591a486df845fcb71b
BLAKE2b-256 5df2fb8da00f8f2e5d4feb429619481bc273bb7d40c2f99798a59461ec72a37b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-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.8-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8f48e5dcf85088056fd3c813216040d9d9bcaeaba8e55aaf6f9c45fb89944d19
MD5 1538a228d00449953cbc4061ed07b4b0
BLAKE2b-256 fc62fcd92c15d9b22034b566afc7d32b09f62ffd55dcbd31a63dc6d31f0fac4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.8-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 746.0 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.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a0cd3194ae6a9c1eba672b0f45defc50681e69a965710bdb8ea3342795a3cb13
MD5 942b5ff2417163e7194cff92fd489de6
BLAKE2b-256 3e955e4cd3c5a3f37de3459a988f6eebaf9dd836e290de2118f1a524102d14ae

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