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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.6-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.6-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.6-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.6-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.6-cp38-cp38-macosx_10_9_x86_64.whl (741.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.6-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.6-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.6-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.6-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.6-cp37-cp37m-macosx_10_9_x86_64.whl (740.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.6.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.6.tar.gz
Algorithm Hash digest
SHA256 cc51d8c56ede6749bc49b2f15c598d69c45f43b5db9a15c07d6843acb48517f8
MD5 c4c4016ab0308442022d1bb21e391088
BLAKE2b-256 06a5f088da7d38a571e9e4b9753cdd14fea8e2da0c0b3e65d91d9ed6250fc68a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0688b9153954709cb91944b0a62d945069b82a3661af34a55da183105b16e075
MD5 820debed84eb1a687b8be45eb7e23338
BLAKE2b-256 5d2a0e80c1f71f89e30d83b2f352a17bd556876022123f5ac766588529ab48db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 ad4efb8a6d6be0dbcb0b898639d271c16e65225ef0cc88570dbfa466ae7a1c02
MD5 a1ca9cc7f9df06dd49c0d9bbee93ad0c
BLAKE2b-256 f47cd07914875e4843b6778e87a4dd497b1a0551fefbaf12d055169b3ebb25a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0671fc0a86659c62054d62745bc9e8bb926f2376fd7e0c830cafdd820c46e896
MD5 0bf1d57fe4e95a8150999f74bd9a9196
BLAKE2b-256 8452756579c256ca5779c80a5722d3ae2cc98edc98959b616f680e488c927b2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b3989a319f9cb57421e890d51bc8e8b79ba8155bcb752512b067d7efb128ecd1
MD5 04b47971b53a77290fb58894f1f4cd09
BLAKE2b-256 82dd108303cee3fe8075b7fb87d166df4620cec63279d7cfdbe7accedd51d88a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 100400bba0a01185de5a82cd831b1d4d9f7673ef59bea25b85654f093975c0d1
MD5 08e9ccf50d1e7874cbba30b8190451b0
BLAKE2b-256 37a0e6c547299feb22e6fadd4ccef879eeccc2654c5469f47b9bddc86d315db5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3e7a8c28dace0e603beb80a50f60f48fff0f7e765b26e53c5dbf52272e8a1fa6
MD5 30da48f3fbbeabd72ab489d78fc3b4cf
BLAKE2b-256 3ac4daa320db1505eef495afb7ffb717617f145c159a6bb61b73cacd92ece2c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 37f3805d2422aeb51d14f261e491cf53790c5a90177c460334e75606b6ccbde5
MD5 adb82344d274eb3815ee11e9816acdaa
BLAKE2b-256 070b376e7d6ea1360988d4056aa12f806e375e180c41d6935d61ea51b31b6118

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 03f53543dc9c2f46a00deea0cc2f430ab4688cc99e14b7df0a7421a21d967620
MD5 9f38203f7dfba762128068750fa5d0a9
BLAKE2b-256 f5fda115dafa8d772b4b3426d30b316fb8b498e9479c69232fc5c224a75f6bc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7034b8e7bcc33c5bc08fc764e2f2545469f3555cce0ae914d94bd094ccc041ab
MD5 a273b02874130f26caf8b9c1ce64ca2e
BLAKE2b-256 3fea9391a96953d65bc1d604064119afd5ccf7fdc6edddb0c5ce92bea07eacbb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 98599abda4660714d9f76a9e76463d4eb698a316a71c1877e9ff420216d4828b
MD5 b3d20059b068ab7e9a13d99ec8998db5
BLAKE2b-256 2255e453aae09b4fb5beec35cb3cf4d2711125c372dadfaaf5b60b399220f621

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b0e62da9fda97a7709c3c9b4b1ac1fde0defa5151da155c02f3db574509c5fac
MD5 97b5d60a9ec210f0bc70fe69338af573
BLAKE2b-256 1598966980378bb5161bfba7f8819a200c038ebfa2191fa3663e797cf1510ec0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db795341010b52fcd2f0c1401473e2fca426f373c542fcaf117bd2b12f8cfbdc
MD5 e857c5249ce1f6ea0bd2c2d067a7d291
BLAKE2b-256 1c5d5bace93adc990377f71b6a1cb28d24381edbda086c46d2369cb9e1c7a937

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e8ac34ea5c9206fa47492a76cdac92307a360bed7ed6210fc91021f8045673f0
MD5 5589ea1633dccfda959ec29d6d7a903c
BLAKE2b-256 329bf662060680155ad30a4b1663931e3522e204864ef4d28b546aa661d5de3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 30c900d274146aed80361fd4f11ed742e1a45523f2571936b36a44216ba8c6fd
MD5 dfa40fb2cfc3958b3abc3e4628cadd27
BLAKE2b-256 0c8eef4ed3b2d5b33d09f8658f5ebf78b8b00903a32fb21346236674d9c4c13b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 40503e0c46604219b8a97a50744eabd76846b960fa7e73e6e939060f1bb8f56c
MD5 3f202c9e6f8f600c80218669bc9c4548
BLAKE2b-256 fb784258721f63a10a130572858af50e809855b5dd3808694d6d7c5d641b0a9e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f2554db7533cf1f7fc71f0cf1289f644a9a3f65a4ce6c285c33117aa289b6515
MD5 11f25db927e4bff35e82ba0acde4afc5
BLAKE2b-256 9cfe56e59d9ba3000a697be199f40c721310c437452636a6a06f470769d5920c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b6e9fabb85c8358446aef8037e6d36871f305e4313cefdbb141178c27faba049
MD5 aa70ceb9f94fcace954c0e35fae6386b
BLAKE2b-256 094b4187d005919fb17c49d1efbca06ee761b029e082ea14ed8ce39ee339a064

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e929715c67fe8a716bedb7cec2f6bd212a3aab39e7cc4057932434c6b3c044d1
MD5 4c6a85cce4361518cf0ca1eb8ae8145c
BLAKE2b-256 690534f0c9f295bc574ec1380476ca0f575f0d46c9e6e33807233cb732817768

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b282ed6060ee4d0dbb53dc9a6516c5460a8278599f135a8a68ab3a04f524efb2
MD5 c05a4eb98f52dd97d1ef71e755446e34
BLAKE2b-256 eab60a4e3f950b9525a5939d3f1eb09ffcae5e569adcf99b2b8d648f58fd98d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65a2b429b1a210c4732e2212819c14e5669b1e582035e5358a8f98367b0adaa5
MD5 164b84984ad2ac8657eb49c50cc3cfdf
BLAKE2b-256 8786ac020022a99815cdc551454b9970fbd8ce0c7331f4df98361e19aa1c9e78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4c35ecd5767b76b560a97e85f6e133ee35cb422704d890ce226c2202ae363b82
MD5 8a30c7f59f62e0c0ae374e13562fd367
BLAKE2b-256 34e2e3836189e70c91e3c91f5f10d3ca6b0037beb862af3a69da62cdcf2878ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 bd35065fc6d4286c2a6a18701db3b630d030206d0adb0f57fd67759ada5db9f3
MD5 9410181c7d69b25895c2d8f2d3a252bb
BLAKE2b-256 ce82f2c0298c59ef15bcd9d6300988003e1d70aedfe820ed03cd436560decbbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8f886e09f9e998e24b6f3cb25b7f812eadd119e343354eb69386f00923c91e22
MD5 b02fcfa58fda10ef3cf9539c1eb1011e
BLAKE2b-256 c088a301d0abcc6be6b4cb56b170da95d36ff1acfad039fc628097bd7e2af8cb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f21fbf6d4bb751fdefaf653e06444aa0ec8612705f472dd0d00395e7500fd4a1
MD5 afe15ae4cbd4ede8a94c99bae0a60780
BLAKE2b-256 b59f4c0a308163ee0583643c09cb25810e0949bfc1ecff84bc6619d797e706a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 87cead830e0ae96d5c3e607026b162eecf57d8091d14d5fb2b9ad437992403a0
MD5 3711c7e123b9de53b47293221cf3935e
BLAKE2b-256 d6bf376935f0ae835da9a5ade92412ef97339bcddbbefe4f3f33766ba7478fe8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a190fd0ad55e83835ffd8b3217d43c46011c6377235232c164cf38755d808c1c
MD5 4062ffde2823e2175492572060955ae6
BLAKE2b-256 8995228a593ace7d2e4d93386cb6fe3fdb2b79c55983bcb1ce77ca6fd32f7f06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 190f197dfb773af46d19e96dbcf45fa4db901f03ac35ba9369a2dcdb63c9a02d
MD5 f6937a52f6304c0f79af3bf3a0f094f3
BLAKE2b-256 3ff7796cc4648b3bc8c5cd2cf5dc850ad7ce560d64bdab4ef68cd291dd979233

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 654f7b2391db80ab6f4c8eba8b8ecbfdcd6ad2222462e85dfeeb0aa3205c7bdb
MD5 420c814e185c1c77e15e2fdcdd836b08
BLAKE2b-256 b83b9c825c7c2ed60e04eb8ddb8d3d8fcfcf4e9b1f038037adb3337942979d69

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 450c75bbc7a47941d576a2b0cc5067461c06f2cf74940f9e8b74982eebe0f309
MD5 7a6a4e38a55da2cd6127d4a34e5c1a32
BLAKE2b-256 8afcb3dec9bc42459e4b7a8be71b2f637526ca2230f0bfa560218c91f7118f84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 45158b57210cc1f17dd050456f10dfa47434efacb09d0bd36cd62d181169800b
MD5 ae15cadaf37f6a295cd82a9ea17b5d95
BLAKE2b-256 9fc499113054d5abe52be094e99d7f09089016e8b6c34752bdef4ab0aa58d5ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de0e1f250c2a8c0d11745e380c516967e2afe5606fbd572ce251005e76edee57
MD5 d864537a28aa7fa79c58f7187809c839
BLAKE2b-256 e66fc4924d2cb4da9b44d5a81c495e7861adc02d11bae9dd274bf2bb24041a8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 741.0 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.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 50b7dcced6a939b1ddb26c9d2ea7c2a3a305f189e63e11aa92492d1f5054e58f
MD5 56cf6a12ab35b94ed8a499732e8c8de2
BLAKE2b-256 d2efe0b8cadc501ad3f08a6e60a92b39abf5011ef71de94f91210aa72e416070

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4abf417cb9e5b0f0247483aa3b71d61206f718acd172a0ed300b8b640176a1ce
MD5 f956deabb96d224b24a232d5c4cc5723
BLAKE2b-256 20c4387dca3de5e6c51b31e3933c3042adbfed546d556c8ef8790093ea1c7100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 990d4518a83da6ec128cd4d063a959d3f4cde408de2661228d772e7abdd57a42
MD5 82f337e6661de87b4beb12f2bbe53d2e
BLAKE2b-256 5b7aa5ce6ee30c72a2fc1086d1a7cc9cda51bc1e655d83dccb11cc32cb3888f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c40e03c8928fc6bdcc6b58448a61ae5d25a57e70ae96a6ecb69868711daeeda4
MD5 79d46139f96e6cfc54237c32a723daa7
BLAKE2b-256 c9a50f6c2586e065b92abfee56185e5357403e28a70b251f4556a65d1babe763

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce52dbd48f5e63b42f059e95c6971a627d250a1722a28c48e365e31562f7bd14
MD5 3dfb12e421f8d4ca9b9d32e93b294cd9
BLAKE2b-256 956e012c5f5d21411620dee1108f5f04701ecfb71bc2cd906086d509d19dbb3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f62d9dd520c20d3aa9fc15a63e0d5d2a22393109d02c7345b09281b66f38d7d9
MD5 e456dc1c90e2463d1eb7b2c4d16b9af6
BLAKE2b-256 fb9b172d38efa0eb10dd6d7bf8fd8d9fa9574537134e6b4b84c4abd961cb4a9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20f31b208cbd3b19c5dded9e94ec025921c2a73c498adaa3455554f94605a55b
MD5 e68c83e3afd625f572737e0e5f4c5013
BLAKE2b-256 fe9d0943088e16f96245ebe03094125c509e141ebb85255729db70a3182d2d9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 38b329e8be733e2e5d55b69cb67d9945a806c711cde33832f0cd7e196bf48873
MD5 bebfd5ab1bfdfe4d206bd03a33b48fc7
BLAKE2b-256 6d6d9310eefee42ae8d0b6ab02c1c12022656328845de82e814c44666602e38f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-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.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 86aea12c27d1dc7d2a24b30e60f67c009d953c9e73fe93859ffb653cd1d12c26
MD5 e2cdc333cc66ce238c1ff03b70a14c73
BLAKE2b-256 4e00f65050d7ff5a86bad674173dc7b04b2d0e5cf31d3074330afb6d84fde1db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 740.1 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.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f8224fef1007b7dc2d9216e84a3f0bf0de1b046b2c18bc408e9c0ea929e5dcee
MD5 4ff426b40e4587e8f80d557b5d5f0cf4
BLAKE2b-256 ccdeeb3e8c2355f888783ef3e397621b20205502268b6e78f231e7c628ffb528

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