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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.17-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.17-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.17-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.17-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.17-cp38-cp38-macosx_10_9_x86_64.whl (758.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.17-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.17-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.17-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.17-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.17-cp37-cp37m-macosx_10_9_x86_64.whl (757.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.17.tar.gz
  • Upload date:
  • Size: 32.0 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.17.tar.gz
Algorithm Hash digest
SHA256 bf7080345e5c7d41b7d408aa005a519a72de39f1a6ec8f07f952144e8eaa5492
MD5 41f370268f496e59a28216a964d8a21b
BLAKE2b-256 49695e676940ad8f5f80e0a7d8a50ffb7a14500c68f674efa7b29a6e1e7f6657

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 64cabc272ac32578ceaddb850df1baaf4743084e5623902a5f09777ace210567
MD5 08458453a516ab70454e778c152e0018
BLAKE2b-256 c3e559cee7ed00a57c4d4a40250007ad0bb280b959f3031561859760cf14249f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 54920af6c30f1aa3caf6db25f0e08b3df6d2a045fda5800dc448fd3d26826f18
MD5 3ecf0e3801202a7c6ed62fbd130da8df
BLAKE2b-256 77c750e51b80643d22d81fe951ac2520bfd1225c608b8702a4c28dfec731202b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6d48ad9198c9a6a603b32c2449b585256f870dfbcfa42aa8d7379a15592f0758
MD5 bcfd9488d663ba5fa2f5b6a2b7c2d255
BLAKE2b-256 862ab3c79e898e1341db80b2ac132a11771d18546d4f2c66b9e8740f36bb6300

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6a98aab5b9a95d5924d6ca07c1bb9cdfd5d2fa7a6c9d04c564baf58456362b92
MD5 9c1106fb054f84a6ef819fb6fe1db171
BLAKE2b-256 51b34318ccaa96c3535282618c4de967684d95604c6b1c455ce42edf5605092e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17a20885276c1879e1dd4d21b4083dce782c3472ac6176f94d07d85c671790d4
MD5 e728c3d0dc5fb7fd3f0ed073d738654c
BLAKE2b-256 743b73d40870b16d668d24da62a8d8b614342968d99eb0aced225dd2d836de8a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6df486bbf9a9b376ec1f655916289d128220127e325c62dc4e07903ce0f244b4
MD5 17e5d81316b5d5f6c5aa62100718d4f6
BLAKE2b-256 c42a5e5be2c03157f6bdcd38b1646d801a1aeb121ca0c4f5add4fc53b4f98a18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 91b17002a88387c316ab07941b31728d08aa119d1ef200aa808db145d98b18df
MD5 014c635feaa2c00fc0d1b6f558b8fa27
BLAKE2b-256 f952d70068991885c454499b5d6f82a1374121a802cd5fa6025c8e8cfcf45505

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eb9733cdc48c4825de5a13b2a91010f306e00d0956df07dcd5273fbd4b8debf1
MD5 d6119b417e913b5cd10c44976c3acdbf
BLAKE2b-256 b6c3237f7d641291cf9bb647ae68a0b9a245035e9230372a2dccec1e64359a54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 76477a33f68626774937ff6d5fba04670bd4d0bb9955b85354ee870335d608e2
MD5 e2c43bacd0114944b705a5791dc62469
BLAKE2b-256 b7089f84f5ebe1e87c7f760c48e5ce3c281bc1319f1e17a0041c31b435d49cb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b5bef7f9e8b75b884235a400d13cd6404e7bb00e5b8f8fe8e569c39aac0c706e
MD5 cf44f524ef7ea3536beb0f510dd5b6d1
BLAKE2b-256 ef209b643b7522347e2a42918d15e35856e84f2d682136937c38f6f0977ac05d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 03463a1ff0b9dd6616827ad8b43928ba8f773f6a9a47603256e4d28e48715172
MD5 6d556dbbe74fb6c17536064c497ec972
BLAKE2b-256 56d7e39d95fb62642992df67fc275e0b038a1b209617f5191e44f2363c1163e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d7d95e489347b481bb12eb24c76b21e2601c48f835a3fabae9ebac7de435c6f
MD5 855a80f144b73e04804798a610188326
BLAKE2b-256 bfe576f25a76f22ce779c4d70168315c9bcff841a4ff15dfed2e1928c76d10b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0b1cdd5d8bdd135423e003a274d6c028eee532369b19eab2472801fb378a70d
MD5 c75931051e8cfca2afcd01fa04ed485d
BLAKE2b-256 ad3c35fc50fc98d396cc254ecde33b0950fae6b819764c0fe96a757cb1b10727

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 08276eed0fed5753fb401cae3971af927bdb9d5b1dbed83ee17a4f1c7df134c1
MD5 7a5c1a908ad08c6520d5954e3e9b6128
BLAKE2b-256 02dc3b295e395ac42e8454c85b6167fbfc440d6f9bc410f5278168017db59bb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1ed903cfb7494c2c881fab863fd560945faba9859d50ad2573f82cfb48560a00
MD5 d64e3199aa9add33f9be89f65d521b03
BLAKE2b-256 103acb5a76a15d3b62978c8b6b98abdaec9b1dba71c201aa86b5479021b5d05f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 463cdc245d826fe6159f16d21b8096505d6200752076afc0548d9fe8e619308b
MD5 16f39380ea5d3282d4e20faef1ded2ae
BLAKE2b-256 09ef5e7fc14de6c9c096ebe67fb2f1aca30aa05978a1386a36b319e7d8f38821

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 445857684cda43bb368d3aac586a4c4cbee038d0fdd44ce1d7dc47fec17bd9b5
MD5 39b69f6fc0e19994cd364e91f0e0967f
BLAKE2b-256 b595678f869fd5c8fd53ac9af5198bbc5a9d8725a14fef78fb7d2d8bab0d6dff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 40c4d6598ef75ec06f10eebfa0a07f20b5a4e9657656f1366e559bdd7bed317a
MD5 5b028c135c546e842cd60efcdbb90aa7
BLAKE2b-256 2b8b6aad600db3f8014baa1988245ed82f6fbbd8764fdae9d037c1f289c269ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3d5646528662626433add13315e791c433fcc0b9530be71f82f673e47645bca
MD5 e20df0e5f60c54bfc71c390fa4451d0d
BLAKE2b-256 353bb57be3d3516d795fe0ef7033b74f2592603f89d69cb7523f3f10badc2bc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6dfa596039442c3da630bebd1365cf2acf1e2cfbb65b3e76b7b48d8ba1859dc
MD5 f7359311f9d4d34c5d696d10210d4985
BLAKE2b-256 a8e1cf229471fa3c9a523e507350be09b016f39324d1792f2c5a8e58ae96ece1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 695c6d7c563d15d774888de4ef19eb17c3a09c8a36afd5cefe4856668892895c
MD5 259c833c585ba3077381b1b0fe2b855b
BLAKE2b-256 e8257e32807b83456e26e774303b54fa0979f2916d22869371a51061c7ba668d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 abee050931e9e42baf4ab33bb04acc83b1fb0fae5cf14770405a28d2f011e8c7
MD5 1fd94ccd2d419342892546a1f46cd261
BLAKE2b-256 331d0456b6b2642b2c914d419f2c8ce5b8dfb9743c84d73ddaa1cab62c9c11de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 707a1d68e0facb301115ae3b6b4450a37f032ce0104a2fd3ac0ea225d55d02fd
MD5 3e34a8df9246c12f2f0e37bc101cbad1
BLAKE2b-256 c3cac151ac586974fe46c55643615240563ec683ded509f26ebe1f5c85261872

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c1cad423dac3719e0682c3b54d161f3c1ec9a72b6517f31e320032ac1370e255
MD5 ec94df4e81ec15320f6a66904f74fdc5
BLAKE2b-256 12d056ff2747205215ca445ac77dc8b1fa34d8e56df726b4a90dac473a60aa22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 24478b93df85968473cf0216bb9939197044c059a7eb2b401552fd648715f9ba
MD5 e70a371480fbd53edd08581765fd9eb0
BLAKE2b-256 7be8561156e206070e988e28fff1d3ef377db7883aea1bc59c80b1c591fa8874

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 39221b1a4ddfdbc4a90e722bf5b2c07b536593f3281d79fb8999500933e7b710
MD5 b7d42aae3886aed1af5a7138273ef753
BLAKE2b-256 2793646e6c09315b5be45770454319357907999a5549357fef2766358a14b6d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5c4f4f964fed08297fe848e59bb0f30eeeef1477b079a21e7d91399443a56f8b
MD5 0ff5f8467f15cd0434cbdd1594c276d9
BLAKE2b-256 2233231c94a6c010d61d5c39d44eec77eff995a80128fb7b97e96083342667f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8155886c974d919f058f0cf640720bd5fd6c11240711fbc1acd227801e812ed8
MD5 a14df4703e139e0b5245ebf1e8f77f94
BLAKE2b-256 2e9f2d0a69770d07c39c141f4d4960607dcb06413485498004e40339e51bfcd4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c12183850c5208a07f6c6b04ff8d9ba848297d3a037c3ae48b3acca318f1e386
MD5 ade4e2af25a58274ecc61a867ce0a00f
BLAKE2b-256 78443defc9674352e8f2924b33bc3b6136cd925461b91a57ffa24ccee00c4c50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b4b7fdf0b1e19fd4b8c3640921e7d62dc0f12a75a41cbc6b37f0043db20b0c9f
MD5 2e94e286074a1cf14c6639c51bdf390e
BLAKE2b-256 1c9176a768a3126f6ba95ed741fdab3a30e77bfb7a1480f5f9127e2b5afc3bb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ece10053b01bd167bbc0ba20f38e405b9ea3b5a3f20afd48c5566a53e5571fd7
MD5 bfb1b02b27238fac2cdbce56c309b711
BLAKE2b-256 55c2abeba105ac2e2fb8f358e5e5476c5668ec3950f829e054b158e83978813e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 758.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.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.17-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d9e63c0777bcd342b3e79c9f77ffbde63a51267fbe7afdf538a27f7a0f0b202
MD5 c01deea69e4323f0172d04be792c0657
BLAKE2b-256 21ce8beadf7cdfa6e559233f6903236e9fb3f680a39f528bd17938862b3ee65b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a292d3d2f555e2670ea49e84fe21299255fb1f982f3bb9bf2a237d997083ccf2
MD5 8e5c7357b4b95ca280937578418b714d
BLAKE2b-256 ede22ba2d7574cce8d3e7c89b20170459e622396bed28b35bf2806fbe02f91c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d0c3d612ee08d4210c31fc1570e4636ebe9e4fd84c282d86c74203d0843210f4
MD5 48f4cdf7b6aa1bbfe92ebc056b08b2ee
BLAKE2b-256 dc4bf479c557f45fec90cd6e2c7fcf524fb991e5cc0862bc45f78ccc0124f9a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c9df29bdd58eb6065df7dca165e5650d57af41f41b3f4d85625e8dbe851aa48d
MD5 11bb6e909950d7807bab0b430831c3e6
BLAKE2b-256 dfb92ebe3b103299d60462dcdbbccdff1cd6be281259f4d8b90e366fd337c3fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 52b0f5821d88069131bbd5ae0bf2de70dc70647b141cb7f92d56d17456d24720
MD5 3d8dd5f5ea4fce0a0df5c6e99c6cc995
BLAKE2b-256 57191dcddbe1668c683d3cc10c78c52fb8438e154f8680b994c8259a1c44ad40

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7be12379de4af2400dd94f36221a30e1592a1bded3336bcc322f20c8e12d37b7
MD5 fabd2ebd83e38916549ffb56ab09f714
BLAKE2b-256 833265307f4238e47746a9a2b4a20493f327955d6b54f33f1be6ac24c052ed90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e09d1c9d1908e32f856d0538d96a89ecdfde9e374e89d26579d46c5095dee5a
MD5 25a8bfc2fea1ea1fe60b4a875310fd7d
BLAKE2b-256 f8e766972b5e59913a974252bd7fd47b098e43118d73affea004826187c1d405

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba303f4c8c81d0ec24688718f3d0c99dd504c5497d6bd1ca9cdb1f128875ff0e
MD5 ee4bb3e513ef6bc0b71d327fcc14e030
BLAKE2b-256 80bceb11bbf75b4cc67c7798d09ccfeef0ddcd2b59f346e1b8b5bc5d46eba547

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-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.17-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f8282ca4618a2a670eb134763cc7155afad510428d9d1e8f585283397128ec8
MD5 9ce5ae4ada826bafdaae198c0fcc3fcb
BLAKE2b-256 1c9b26ea82d4736b533ceada4b567fa75df88bd1156ae4b7747b0b9be741f751

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.17-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 757.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.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.17-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06af9ab182adcd2ededd07e9eaa39b9894650b5dd69d6d7d19371baa5c98d211
MD5 8c12f58a26837668f0e33a2905ca5c03
BLAKE2b-256 67874c004f69cc5b845c7c3660b2e53cd19a9eac2cb9bdba1ee8626674d1fe27

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