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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.10-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.10-cp311-abi3-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.10-cp310-cp310-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.19.10-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.19.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.19.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.10-cp39-cp39-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.19.10-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.19.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.19.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.19.10-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.10-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.10-cp38-cp38-macosx_10_9_x86_64.whl (750.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.19.10-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.10-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.10-cp37-cp37m-macosx_10_9_x86_64.whl (749.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.10.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.10.tar.gz
Algorithm Hash digest
SHA256 a57c4596c433bdd518ae8e0bd186d5c694341663eaa8527b146a8cf195382ca9
MD5 6c0b05fb64f864323f738e018241219a
BLAKE2b-256 9170d8f52d7b5b4ae3b087e493d90f4b3ab5d7bbfd980311185822894ff92b62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 55bb02c697bed00ca4174f982374c3f295e3948fe8b3a6a4f4ab3270b56faf49
MD5 cfb094da707c8a1aff95eaabf11b663e
BLAKE2b-256 78fca450fe4d9241d53ea37b6b5d63493fa10ee16920afec11a9fd7ff3efeeec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 6d87500fa55bbaed62021e34253a63f28f6d005d754ed9efd9c83261b37f0393
MD5 8f635c94d1f947637c24d43c0995572c
BLAKE2b-256 f63754cf2c2f697c0e07a08378317f1d6e1b6c4764d55f3bc6916e349da003f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb22b11182c84962d9914f30857630e389b68ce07b219762d0dcaca61892bf1e
MD5 84ecabf43c73b5735f73ae703ae4bd37
BLAKE2b-256 203295be6cb23e4e946dbbdb9051ad9432daf1521ac3559e62361a5e6a74ec7e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.7 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.10-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 3f73eef5b051718ef1c88ddcc90dd9ea305667fe92de95ca941edd91945e9d82
MD5 e93d4d395a76af1ed93d5781881fc8c3
BLAKE2b-256 651b2c1ba08b202dad162f286481c2af95f60a36a7be5682dcfe1eb10db58c2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9455f0e82f30b576815b50dda49b314b45dd4bd2fad71b1b7e0591b3f26ad12b
MD5 8d92be6d5d005c1a1ce6b1b8173855ec
BLAKE2b-256 7c2142732ec5ee342e208fafcfa1e0196c1afe5c27d557592aeb9015fccec183

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd0d868f12de89e2db222b05efc566f6d4b9349541cb89226df52e66ce1ad22e
MD5 a6a3990d71376077f22a3cb7c3424c63
BLAKE2b-256 f79806b2a420cdef0d4b7a857923b6d9f056607e56ef6ac3a7a2b2cd03e5b471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d332d2c665726d94a7e247bebcb6805d78115e22d0b55d8145fb846caca8f47d
MD5 b0287e6e4ac3af9d859cbf23604be4ed
BLAKE2b-256 c202bea9891e2eba237933a095744d1448b4f07f1f9c0595aa664e4f99024d48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bab86efb619f9c12a512dad1d3d72aa4d2b3164a4351dad88705e6593d53547e
MD5 9a8469a37d1e6db55df583c4518c126b
BLAKE2b-256 55c5a49109af6c15f83f7f47bfea81820155da93c828aca5b59a844786d453b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d2f03151e78beee8cee9c5beaf953b29da50cdc9963f542932f8c0b241b6684d
MD5 08421adc6b1eb3c164a4ac7e70235f43
BLAKE2b-256 48a24ab2ec37e751f6f7822aeeec6f1044596ad9bb0bdec9dac35d4ddd7c504f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.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.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4083b6d797f56b7e3fa0fdb498695e5ac8a047b35414299c910e0baa3c8f4f7
MD5 e6d08878026434e2dfb1a3bf895f2493
BLAKE2b-256 0d85a8426d649500f9b33903a2ffad09a32b9a72859a79709df32d1e583aef79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a90f0e4a7bf8545edbccf539906cbf3b11e982c6396a7706ca69116e122f42db
MD5 c916dc5f5a5d99360c2d02206c2223de
BLAKE2b-256 e02b0ac71798f800e504562eaf184dddbbe2c4d5c37a4bdbdecb5009f036481a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bcb826270ff0518407cee4d07d43f29496fdc550a33a02d16249698e3d50e81f
MD5 cfb7dbb18180eedc84c36b3d1eee0773
BLAKE2b-256 8a9a0e7378b3c27538780dadbdc458045df9b922ae19349ffb0ed43f087d779e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e6dc58f1223db5b555762283d175f2fecd5da490999698b652f71e2ce85f1d4
MD5 34983b87329ab297ece8e2eaafc643c4
BLAKE2b-256 ef73c9a4b87ad414b7343d355eda70c5b46edd69024177d648672f9c6f30510a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 95f21d1d946d837cd37b30a97bc1146905967a7853303d4e21cdda092ce7d808
MD5 fe439907d7fd716b8ed8f7db650d9e75
BLAKE2b-256 936eee9ef1341346d2cfb4c1e3d82c85da21e9a108f0aa609a3a147037c8ea70

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bc617d4bca33a0ad60936b397610fc21155b493947a21bf9002c9d25357cad9d
MD5 630954f20ba3a5f4e70d4b688a06b1ca
BLAKE2b-256 09778db08a69fbc2d1c79c656d3a767929398f4ad857643f012b5c2a34768d22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5052c7e4bc206a9d3aece0198376f7927788797bb7cd69f7d1bb2c960b8dbf0d
MD5 4589db6ed309cc0227ac9090a1b86ad0
BLAKE2b-256 9753bdee4d2ece0fa5124d437c162d8bcd693a1dbe4576ec8807f9b1090f25a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.1 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.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.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bf1aaa2fffb8b402689a2a75ae5b90e64ef1a36883456e8c7566e683805eb273
MD5 1b813301219000d8c8bf89695f488bc2
BLAKE2b-256 8e2678ff1627455b9992d04e01ec4f230db22d0483f9254ec4d8adcc828e2a1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 954e443e0a32f748b850e4e20f992ebba3bd9c24e9857a6e90b26d5ea05971d8
MD5 192efbce0412a0d22349318e29ee33b2
BLAKE2b-256 ad0f9daad4c3e21ad0e52ddae3788499c4db197a135df7cda89362e57686d00c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 075cb68ddc2d2083766072226fb8cd516047fa8e91f3e36064124e43fcc0eda8
MD5 fa222b01fc3b7be1f88e0aac68f612e6
BLAKE2b-256 57b51a0632fa7bf723f20629c11f535664b937e9477e7b8a30f32d959f9e41b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0dac158fa5c8dc73b109e399371a83a3905bcca0b91adde119a64230419fba9e
MD5 eabaf6d218152661ed673f66822ddf3b
BLAKE2b-256 2137841974d3e5bb964e269660c0766284f1136ac00fcc47ab57efea6ae6acb1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1401746bd81d091c94d013a678571c9fa20634271b794110d237db451a68e128
MD5 29322bd575402071e7d430c9867746f5
BLAKE2b-256 866988500334f75955463c3b3b816134831e1778c665db7a28ad4d1ba7a06ce6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4c87cb7755056f3abe7d4c7b9f5295bc233079aed92792fa12b4b0832d08afbe
MD5 6d89444dc86b984872fc6f2300ab4794
BLAKE2b-256 3c29c4cd8654aa7125fe11335e504a97c90deed17394202599a46a4007c5701b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6e34c13b4ae643f39a219efadcf26c5155e31c5ef55b50f358abb7810494fe70
MD5 5bc1aabc29475fe49aaca2a4e436843f
BLAKE2b-256 4cd25679a582051a0cbf2dc2bc7a138d9c958e3e3285ae49456c50ac6a4c0454

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f4f71704e62e7d9865b1ca070ead5b001eedc8d0547076d0fe2e30da69b1b7cc
MD5 50cf904d9057ba0fcb84e4801a4622a9
BLAKE2b-256 b7ee30014787e6931301d88d3e508c8108d958df665da2c911cc879c312197bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 5841f93485a3ffb5a339b2a4ae140ce64abd443a8a6e47f6e80ad6e8af2721f6
MD5 e546260b79c8e5bd53b58f38403954ce
BLAKE2b-256 759c463b4e8966cc179a1679165da126f0c1af6db630813dcebeaca9bd90a639

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f272b2f88770eef087bf068f1174422e43a2537a5e3a243786b95e1f02958521
MD5 c98e5ee06b68a443f2b520c069e41c3d
BLAKE2b-256 eb61a53d7b9b21daaef5beaa063cc62a8691e31eb154849b069d1aafb17af1a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ff60a3cd756b224a2d0f0e89282e90162b796de492cb4b583f8bd31bbb1d8d1c
MD5 ce0bc8e980b7081cb80debc350579c88
BLAKE2b-256 27c99f6892b0d0b84bc1ea72a983ea3a902207deba61695ceafedbeac5cda54c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0057fad4f8332fa95106942ca2604a6c58a0132022054df6689f9d1a2863fd07
MD5 c6c8abf0520372d9db2b962309aa5906
BLAKE2b-256 b0a4cf23b495f84eec8d11635059e7e8a76b49439c005024bffd3e21f5cdcef9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80d369681578c0132c36036121261e374ea730e7d1a9aff2869c15204089416f
MD5 10871edeb14df024bb3817fe5945afe4
BLAKE2b-256 18b5d7a879463fd54fa8cae02bd9d4d4504e8d8824f8169c050f70e21dc6bd4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 80df752a722e1cb287994724d99623ee698d889af674d17459a7d93bc1e63551
MD5 888e37aed12129aa325ba5de9f6aad9a
BLAKE2b-256 197f8d5b05769523468189bf23637e28b2ec5d2d0a039e0682ee6242cb114a2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a385efe4b46e94ce36e0d92f109d2014d7562a51623e169b5e0db0f53c11b7f0
MD5 058c6c47a49f19a4f8e40d67a9c59bab
BLAKE2b-256 805d891ff08142fa6cbad3231b859006bda85f1d9b035f8e21b11113c0cf00a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 750.1 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.10-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f60b8f515a91ce840a9cf93c88b950ba54bc9b831277350079bade6a8b9f2ac0
MD5 18313f01aedce30c3e412256b862b292
BLAKE2b-256 5d6d4d0d243c3a5178be0365d1a049bb505649fe6cb817bdceb2f6d337272aaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 47f7e6d101ca230c359cfa08ef6f9281e23809b3eaf5d5b8312d17518c1df91c
MD5 0d1b80f15c35308381eab6dd422984e3
BLAKE2b-256 2329e8666b49a9405a5c5d7c400af4c9c595af2ec02a196a14827a98abc20c3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ef811e6689eb15bf28c51f66efd541df4c7e746d09422d0b47aa93e61cb19c9f
MD5 d3b53fb9fe7756925b85b7d846e7329c
BLAKE2b-256 3cc8561770ac7472cb5cb54efd015b283ef00d22d7d6298bb14bf1c5f2766600

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 68f7d24336f84c8143aba310b0875a2cb6346a83bbfc8cc58cb4c877b94a0ea7
MD5 4cf45809f1a0630df4d77af2e925e09d
BLAKE2b-256 f543bcc855e03fae10fa1ff1dcecf5fee7b2187e8cc67a93fe3386ff19270dbe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1c7f347d508464ced42791413d9d15261a8793d733d61ce77e41f9541a5d66e1
MD5 fda295c1ea7dad3c359c9e5b42532280
BLAKE2b-256 5362b05598d453bd79bc3c63b83f142fd262c973b785164650afb96faa4d5946

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a0dbb19a8aaee059e314621d35703f9de261d32ce3ac321955358852b41350c0
MD5 d0a06af7e276c4ee0409f5cc80cbd172
BLAKE2b-256 28ba91f292395bf084cd4615d5964f51668f7724e19cd40003e387c000927dbf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 48f2796c89095da873c5eaeabc7a8a3a47abe3da0bd586d5304fc62f8ac2e412
MD5 3f4a8c1f6dd7478b21ba16ad6202575c
BLAKE2b-256 52cbad2634a6a2c0bafe6137e6c2fbeb1e4ae9a447b97821a57cd53088094887

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3e0a66ddb4063a33baa34018c64bac45170efda879a3187d1f603be321a80678
MD5 8911c8184b7c4ead058ad4d83ba92e2c
BLAKE2b-256 166de58c591849407091c9edb7bd482c3b98ef8626071664e86e5273ec29f6be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.10-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.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ff6886348e826caa85a4b7849c2d2480989dc6800c3ce7ba12095225ebac0ca2
MD5 591b8fc948c2a476a1366576d470d5c7
BLAKE2b-256 7943a880cca389487f499533b344441f5e6f44b33b2fca56ff26bb5321089352

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.19.10-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e6b217730aaa9a8619bac5852008976cac1b92b5706e26a6a7fe3dce25e0c4b
MD5 5ecb2466bc05853868ebdf14344ebe6b
BLAKE2b-256 06ffb0b9c64b73885bad5efaed930bcd4b66978e196513735da3ee32502e6c6a

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