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

Uploaded Source

Built Distributions

awscrt-0.16.24-cp311-abi3-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.16.24-cp311-abi3-win32.whl (2.3 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.16.24-cp311-abi3-musllinux_1_1_x86_64.whl (7.9 MB view details)

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

awscrt-0.16.24-cp311-abi3-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.16.24-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

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

awscrt-0.16.24-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.16.24-cp311-abi3-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.11+ macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.16.24-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.16.24-cp310-cp310-win32.whl (2.3 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.16.24-cp310-cp310-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.16.24-cp310-cp310-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.16.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.16.24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.16.24-cp310-cp310-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.16.24-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.16.24-cp39-cp39-win32.whl (2.3 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.16.24-cp39-cp39-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.16.24-cp39-cp39-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.16.24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.16.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.16.24-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.16.24-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.16.24-cp39-cp39-macosx_10_9_universal2.whl (1.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

awscrt-0.16.24-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.16.24-cp38-cp38-win32.whl (2.3 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.16.24-cp38-cp38-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.16.24-cp38-cp38-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.16.24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.16.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.16.24-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.16.24-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.16.24-cp38-cp38-macosx_10_9_x86_64.whl (713.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.16.24-cp37-cp37m-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.16.24-cp37-cp37m-win32.whl (2.3 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.16.24-cp37-cp37m-musllinux_1_1_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

awscrt-0.16.24-cp37-cp37m-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.16.24-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

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

awscrt-0.16.24-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.16.24-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

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

awscrt-0.16.24-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.16.24-cp37-cp37m-macosx_10_9_x86_64.whl (712.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.16.24.tar.gz
  • Upload date:
  • Size: 31.3 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.16 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.16.24.tar.gz
Algorithm Hash digest
SHA256 3ee9e0547c6225dc53151e99cd28b3f2a4f02fdd325adeda1f82deb1a03f6738
MD5 b4494fe97620cecc6a50b5c405085d59
BLAKE2b-256 3dbdd5bbd25ab7a9b6296f9a6a64b1f83e67cd37b2ad103247a67ed82d5240fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.16.24-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9c9d9aeef04ba3d3f0dfc348361171b0d895b2283a95ff69550e8e5f6ffc8916
MD5 44e2187a1984fdbbd1254c352c7c3b4d
BLAKE2b-256 64896f6357f21b8a088aab306af3add9d645f3f16883c1d131a9f0647fe4ba6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.16.24-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 2301a347831e4170c0194ad4814222fa5fa1b4b91ae038b3d4d88a50baed0c17
MD5 436d0e00ed4fd3cb6d9fecb53789fd69
BLAKE2b-256 7fb3edacc691b3f17dd2311d3908a8552fe1e42edceafe90538281b52589265e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 7.9 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.16 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.16.24-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3910910abbabb49678ff06ea5f2f356bb990f5f3cee6cd6df261de70cee9fc99
MD5 2e21d28aaab123c87dc7f5a636971782
BLAKE2b-256 6cbc34be3146da23fb1a97808c9c652a3bb652b3b89489c140221dc42e6e6d16

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.5 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.16 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.16.24-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 523f749b2e02153a908f320bce04b5c19a49f751fd3fff64576faa8b194277a7
MD5 1b12f1635c460b4f0a303cfbd54ec44e
BLAKE2b-256 25227a2f4c697f3d0445c0d473e3f8184e0baad6894b6072f85aac74e52bb063

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.7 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.16 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.16.24-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64e5d352a209333ed88008c2f4d538ca1175e9ace024d30026f25933d6826583
MD5 ec441a9e2e40f8278587cac2e57e52f8
BLAKE2b-256 90e535ca747a2ad584db76f2cf600a3c96ca99108c01adb1c80ec641f7bced3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3ddedb1cb286bfbd0387497ab6b7aa18ba4d6b833cdc889cd9910b526a468cef
MD5 fd49a6b48dc6ce979eb5fa2b35a30bb8
BLAKE2b-256 39255dc501d195d8d419b22beddd3aa7dfbe8c8d15dd9416254f0d0712db3c64

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.16.24-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4eb315f00ee0842226a94b98d2d0616869c429ec5168a60f24276c861d12e0bd
MD5 61f402b08c3f65d46f51b6352e1d386a
BLAKE2b-256 f34887af1a2d956a7ac13bc89371458d13272c1f37d831206598b46c4ea79376

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.16.24-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5cc2951d39a2a81ac40092be4ad2faa8742348eb7d01f2f8a197817295f748ae
MD5 ac14cdff746d09dd75f1d5f325363daf
BLAKE2b-256 1eb115bbfa732b171bce5816da456c1cd5eb922071020bcbb509f0a3537dc3f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.16.24-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1a6f803a9f803e1f51ed33b0d6c0e9d9421c0311e19164208ebc1875b1fa9de7
MD5 61fed0527364828b367db0f64fb4c6d3
BLAKE2b-256 fd9c2542c1cdc5a95bffec71ded7bb248ad46898f91b6f312e7031340f8b88ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.16.24-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 31ca3f20eb5994ec6734515fe0d0b920dba298944d8e1a7dbbc36483b0b1754b
MD5 60cbc6753cf7af47f46071df9f6eb4d8
BLAKE2b-256 6e4a6e2e77d29cc81b8d212e1639a34c16906e86733ece65380d82a8eb841c2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.16.24-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b1ee65312a2da1dcdf10a6449499776cb88ad8ada705cd8ced1a4779bdb0bc5c
MD5 af3a108f1da968b206e88eb75a520f16
BLAKE2b-256 d36b7e071e331f853dbf14dbb5ecf352b44038fa571ea2355add3b24e6ff4b2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.16.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6e7c74be0ebfdedc2b41c109a7045adecae6fbda58693aa4ae49a278357b22f
MD5 c92448ec07a56df349b2f8c3f23fe0fd
BLAKE2b-256 b5f5af0b9d35a0a2cd74310320ec532762a2b408ff55b3352696d33e6afdcff8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3f6f9502a78e09ce93a81af126542fad3031edc4c2129b9d0e57975fa5980aec
MD5 eab77d1dd64f25ad9893c05574784713
BLAKE2b-256 57d886d734f8a83cbbb3e21591e7f7d8bb3a041b340babc1d634ff01019fec5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.16.24-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1cb02c869b9cfc580f67a27d22c40aaeb1ca6169574bb39410a898b94c79097d
MD5 75462c0093a06ff47cdb2aee88c1a170
BLAKE2b-256 cd09480f1886c4777c837ae707df12fffbde2679538ecb1216c289199e801901

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.16.24-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b656d1c1af11203cc1fbda9894ecfc7f9f7703a3d88d2539c0b7e0431b5f1a96
MD5 c36f9a2ac56aab7a34ebf221c63a5703
BLAKE2b-256 be9b90402e23d61c71374b76a7df98dd2629378ffff74bef692bf97e367af4ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.16.24-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f0df52abeecbd7527cca2fb9b525ccf3e3f6e3ed3f5cb1dfa9ab3a31c805e641
MD5 b4e6be12825e2a58e7f584bb26c9b802
BLAKE2b-256 fa1cd74e257e50f771a7c54dd4027fd26c8b9c3d21e569528d46122674c03631

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.16.24-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bf138fe2c99410c580cccf902084242d3750be4505211e5e0b2cc6c15cce39f6
MD5 aea5af618fabffa41d2706411bcfde07
BLAKE2b-256 669c5e5c54d485ca05c3036e52412d3136d6663c21e516ac6444883b1331b8a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.16.24-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 86c8e229a24cffd2d72b4e0d399e115bfec9463d65d5d98c87e3bfceff8cd028
MD5 1adb3cddd4b8ec011db336b21b0caaeb
BLAKE2b-256 9ceaddde20d8ac1f25040c72a5d7dd0d7bd3a58318ea6011a35b05bf9ea5ad9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.16.24-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ab79156d0bbee2681648f9f40affc1e778ec42e878165cffe79bcbcbdfe6af0a
MD5 8bb3f315dd0abef3d1e52adfd51445d4
BLAKE2b-256 a3f37d1fa422fcbd4c7fe2260715fd0bac16be3691da3511f43d9e133aec5155

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14cb4eef21f0b491331ecbecfcaa1bad07189785d547dc3b4fa6cde18737131e
MD5 e1f16d1aaeedea10959e43a60efb4757
BLAKE2b-256 d733f13a18285ee5ffc2e96b7b68c536182d465984243b076481f58e9f0c9186

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e357306c4bfa02e96b0a44c8731fea2504db16281d5727ff264327cf4fcd3a3
MD5 ef70031e9d0f89ad4e7b39053871a8c7
BLAKE2b-256 c368c94570ac01cc94c4343577553a3c6c24f53671a4060a3ef0b75e73a699b2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.7 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.16 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.16.24-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 42ac28fce6a5bf52eb1c5ebcd66798d12380ba418bad1409722520cf69a81d6e
MD5 458d1bf451c0455c85dff34d484a78af
BLAKE2b-256 4d671df26864780008680a9337833464fd06aa6573c59fe1269f24b142e697b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.3 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.16 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.16.24-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 78c60d66abe7bb24a779c47a33f544c27aaa914fa6c6bfa95102fd6b16e34384
MD5 7a6f05f9cd1e0771a0ca4b7c4865f259
BLAKE2b-256 81ccb92dd43c25f832a28d4c430805eef42e57e9817f34f3c8ef41775aa0904c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.16.24-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1a838766ac5eed49aa50396b4f4554c771fca73e7bc9ad81ec0a96f92df2b8c8
MD5 b650b744ae22cb8232c468309a821a9a
BLAKE2b-256 fc00415463330e8b9ee6fb31b574c7cedd67cba2dce1060be802ccbf1ea666c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.16.24-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6b9cc3f20edca19c257c86963ce908526ee9b439b7fb043d12c3495cf27cc809
MD5 9812810dbba6d175ac7321e564be5166
BLAKE2b-256 d88b2d199461256e92e7e73fe26dbd510fa27f33d91670c208232d99d6a24556

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.16.24-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 92facf650ce7c71bbfd0c73873c341d81f03a2717ebcb3ce90d0f8185062007d
MD5 a3498605d8dc07b4b53fb452a414784a
BLAKE2b-256 975994d22b9c2871747d857302c7d494dbf63c5f26723276b4a5fc3337095e9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.16.24-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 77603e9358576243a1342f915155909c9cb5d4a029b9adc1ddd8b1b1916b7a31
MD5 9deb439a60f57c81ea77019df3a7c692
BLAKE2b-256 45d99301c47f7e19e82fb6123a285e940cbb041b80b78d4248fc8e173aeba6c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.16 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.16.24-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fc72c94a4d0f0098fdeed1d4870aa40b657b12f0ab0cc8549ffb47c4673501d
MD5 f09f3f11fbc760b38d40eed5d840beab
BLAKE2b-256 dfdbe52965557794644cd3347bc193d50896ef8530ea60cd2ce1e4316cc1a5d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b877de4b025831f2adbee169aa46ab6381c02006d190edfdcaeec8afbf71e8c7
MD5 400445e5245020f3c6e013a4c23a8b44
BLAKE2b-256 4c159d5e113f56b40dfdbb5ee702331b3380a49e6bd23938cc44470dcb8008b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e2013f9a053b09f0e31bcb587dc73b5d110b93b32d689acf2e11ed8104fba527
MD5 981c3c2072a8edda2db54b55173d2513
BLAKE2b-256 b310c80fd30c42a7c94565cf068787ae1c1154b45bf72068a0329bb7edd6c34b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.7 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.16 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.16.24-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e305ee6019d75ec7506e6c9b735cfa89a29cecb6cd4cfc80648234bf0e5bbca3
MD5 58ff1b77e55260b477c034892929a9df
BLAKE2b-256 5cc185401b111c0677441445c7149675537560280a01990649d0f767ea884979

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 713.3 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.16 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.16.24-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e9d2d0887614a409e2e917fc607472d648052ff6c123a967416d22443a3891a
MD5 1e705a4c4281e08095ab8755a4e19e9f
BLAKE2b-256 9ded9d1dfeebedf60cdfb64a80d98ec5f58b00f9842a68969b7a25ddf39381a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.16 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.16.24-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bca1dd99eafe356c998735e725dfc08a75950246ea83a6c78a9a15794b60e4b4
MD5 63f1f3e83ac2744616beba114b2db75d
BLAKE2b-256 44fea23e943957be511c3c83627a211368c081a1842047975d62e1ba4f3a301a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.3 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.16 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.16.24-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 96829ab83d707f812fb8aaf665945dd2f574adaf4fbdc2dcd2f9dba2615f7b21
MD5 f0dd541ea1bd1895dae0fefdba21398f
BLAKE2b-256 c0b438db7434a2d217cc2b2665441f9af189d1ada437d601314ddaedc9ee9efe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.16 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.16.24-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 91f86c16bd1a470886d7c36b9eaec5f8146912403a44e41e17565e909d3852aa
MD5 7009bc0d78b6f2bae8ee24fbd7a7aeaf
BLAKE2b-256 d313e65c0c792e360f8cda2ddfc36dc2c797b7985a3fc85dec8b936f826b2e00

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.6 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.16 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.16.24-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ca11a850da2c4aedf632bcaea24faf243a4c269bf64d8cf73adea62072fd46fe
MD5 6c56a4aa68b8cd856e26187d6ce720ed
BLAKE2b-256 23b5aefc98f7eed410c7e1019f292f6dad97cdc11f769bfbdbd17ae1bbe1454d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.7 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.16 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.16.24-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6269bc009673db63bcd1adc1fd0c27357240b27a022cc86ee00cf2dc6a996736
MD5 48730b7244666822fa789bab7ae6da1c
BLAKE2b-256 533cbf1dfa467468392c684f54405847f55521f771bcd24cfe0ecc64ef8930be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48021f5ee001f9fdc216eac00f0b3459ed0f4d0e833a021c7caf345b3f89bef1
MD5 94736741d615572ea7623cc51190323c
BLAKE2b-256 41e8725032c53a87a502d1f62770dc957f60cc72b4712d093c553b4703b328b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.4 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.16 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.16.24-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1244039c9133e5342547b20d93ef05d23ec06caa6afc79559e7a710821e2670b
MD5 e6151335f5ae2a57a8c347203f456055
BLAKE2b-256 35821545deda90c0c30d0b26d248e2f426f8e5f5d2797bac49c8bd2afafc8885

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.7 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.16 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.16.24-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 99550d1403c532b75c94b5ea029af4ab66b7c70d9c3bafaa0154821e29d6f036
MD5 f67540c45e31fe5515c728cd49939187
BLAKE2b-256 19377caa2cfd90aa57e53e41958f82b4d1eac29cd69d913fb3bc559259d898fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.24-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 712.7 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.16 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.16.24-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fb73dc97f029633992ac8448b2e2833bb268876a3a9b68962918a137b6377151
MD5 f7f286de5cb65fe0b8e54c96b3346457
BLAKE2b-256 61d5002d11de8eab84b2856f835b624699322bc887c1af50a96955e40c6ae2df

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