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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.16.22-cp311-abi3-musllinux_1_1_x86_64.whl (8.5 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.16.22-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB view details)

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

awscrt-0.16.22-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.16.22-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.22-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.16.22-cp310-cp310-musllinux_1_1_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.16.22-cp310-cp310-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.16.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.16.22-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.22-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.22-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.16.22-cp39-cp39-musllinux_1_1_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.16.22-cp39-cp39-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.16.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.16.22-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.22-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.22-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.22-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.22-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.16.22-cp38-cp38-musllinux_1_1_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.16.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.16.22-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.22-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.22-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.22-cp38-cp38-macosx_10_9_x86_64.whl (711.8 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.16.22-cp37-cp37m-musllinux_1_1_x86_64.whl (8.6 MB view details)

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

awscrt-0.16.22-cp37-cp37m-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.16.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB view details)

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

awscrt-0.16.22-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.22-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.22-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.22-cp37-cp37m-macosx_10_9_x86_64.whl (711.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.16.22.tar.gz
  • Upload date:
  • Size: 28.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.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.22.tar.gz
Algorithm Hash digest
SHA256 a4344f562085f0f6660785f31d1168a3866ceb06022bbd039ec82809f829a840
MD5 55e4e20e1dfe0a68a3e44f5129c43203
BLAKE2b-256 06b490f2df45a192fe6516a004abc636cfce08b5c464580cbc797e1a65306130

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 37e61ec8a787f5b892cf0e9ce1294e79a6864a9f803258a9dfa37d50761d2482
MD5 3a48af1d61bd3bcaf416d5a1d5cbe42e
BLAKE2b-256 fed675f2fd4c05346bb6b7d18ca58bd0f9fc2ff8438c72d65c975ce71326dcfd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 1868ddad4e2ee985d205ae9e2d945e0a416f675fabfc1b4f36e8f2b8d224244b
MD5 3b430ca41b4cad60a96f5b438785d7e4
BLAKE2b-256 089081cc167bab9290e392f8fe49b6ce13abf03f49bb5269c533df7d3746e37a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.5 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.22-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 76d4d0a65583533aef662ae8f326601cd38691735dab4fdc7b92bb3c0b6978d3
MD5 8862d9b131922eb08b150d0dc3774523
BLAKE2b-256 a4bc870ce83c2abd663a93a7e981008d2cd96111b788821105999fe92eceb592

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e380d5bff405514527fafd8652c033ffba864c3a0f6cd6413215a2e1a938541a
MD5 9900caf25b301461ee6ad1ee57eaf7ca
BLAKE2b-256 89060d53df54ad2fcb79e4f3f316f1ac62b8be6c14801a23b8d67ff00ed4dab5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.3 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.22-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 575e482b67285e3ccc062d1adb478b7bd1d6684af790537a7a3d091413d2e776
MD5 c085dcf2630a0340787e7d5080fe3599
BLAKE2b-256 71175d2eac34559c3f03f9e535d5bfd9b866b38fa641d86ae01a1d9bb5b79aa2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.3 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.22-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 04542932a674dac3298d3365ac642aefc790bb13cbf42e715de535ddc8909533
MD5 19c833478985b6c00e5a4d0d2131d588
BLAKE2b-256 d9fd1f7ed8ba2153c9fc7d3e6530060dc27f84218b4a32bd9cc83ab0d2df3004

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e72e1a3af84aced576b392692ff98e6e0e6feb033caaaf9399e3d7f2818eb952
MD5 018d96543588fcee42663971e2eac98f
BLAKE2b-256 954b9f2ea8342fd2da08edf878d7def972de6fd78f843598a62c42a951634af6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a4d3d1b44d563aaf3d696edc247251282ddc3f0cd07c1cc6af1bdf1955e3a1d
MD5 f3d7e66e384c7f5c7af69fee39632ca9
BLAKE2b-256 f7850581c86730a30552330f6de47b9e457081a5f1daf5eb1256160655db77b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5a7e7f67b394a9a23d57e19b14d9c640e95a4a9d4a4498e43a46a2b060bc56e9
MD5 258cc263d5506abbb8305a4b0cca37d9
BLAKE2b-256 2ab086aa9d1c3df55166a73b550de4d871d9c4e46482522b6bba6ce07700e7a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.6 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.22-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 068093b8c489c2730cb25f173bf770db924f6ea9fa082a0690ed6106c7119b90
MD5 e24765c296b14a428e42ef77030392fe
BLAKE2b-256 8e7c8bcf95a847920a4654ad0c61b3693c86895bad73d25206fd1f2c72222a04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.5 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.22-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8f9e60bb65a27894e68c1303317eabe79eb0eb11443b4738f4de5e043465fe01
MD5 381924d643b9127d563b67d8798f30d0
BLAKE2b-256 76a3487b82f3b8bf96e303b592aa05dc673706e996faa0dc40b91126d32b9341

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.3 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.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22c1c19660cb9babef70df0fdce2c571c79e6458214762df07bc5ce28d01c095
MD5 cf3680086818c54521057bc9389fb582
BLAKE2b-256 ce0c6bd570529d8778044e02501e54a2f8da99b5e30f0d5216733503994d68c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8133c806264bd38175f9d286f88acb0328c0a1c2823f945e0cf90f6ea54a3457
MD5 0dfa41242b61bc951041ab1c4ba8516f
BLAKE2b-256 834a6e590cafa0847ad0f5c6e6e805b333adfbe26eba24c53767afef473e51c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0adc94ef410b91cfdf404c3495010e315cde3e7c0c186d08cdbe4a48b16496a5
MD5 daf9b0d4c945ee8ffc08bb9553d75800
BLAKE2b-256 9f0a98b0d5e827d03f4630e9affd35070c9ed4509fcc955fc728c277c26d945c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 00c393450c15337f9f05a04d6aabe12b372d5d46de9b0a06f053a9d42529ac6a
MD5 9f954256228bf535a0fa20b6c18db605
BLAKE2b-256 c0955e33307f306c602ca5dd03b9261c075cd2cf5f304716402aa81e686fa5a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 586f74dffed00b3457e45e0cd46602c20a62f417e20437c35601f572a25e2a00
MD5 ca2b7acd78e31e3c47bf8e2c41da5d03
BLAKE2b-256 da2c052d38b51149ecc0917662e00f3820fe742f5c48d14db2c678cd96e1e93f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.6 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.22-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d9f3934d90128d16c454e0fa954b6fe93d3743b6da3f3eb4d2bee6e898694e29
MD5 ee5b3a44f0ea9c8618010a13b6c8105c
BLAKE2b-256 ff52f6d76f317fb89ae645b4ea969e58a8fd437ec78188d5c605b036d01ef032

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.5 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.22-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55a03203f3614fc5a7d52193479927ace5f268db57e22b191709f8f795203ff0
MD5 4c6094e3ec16374afa07a76c7988ae88
BLAKE2b-256 ad62aa359b4e4fd95a95de1b171866a12105c4aaba87ee3bcf96e51510e89106

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.3 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.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 638a2ce7a14346304834b06f08464a72f0695f24003d15dd23b99f9b5c7e2f3d
MD5 301a828b4e93e3eceaacc401b6f21590
BLAKE2b-256 4b1d5d5907b74d1616c0678f307b6b852a89932266f17c87fbb2fefecd5e9f4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a0937c7945098eaf47b917728110fedaaec2848699d819dbfc5f3a23425b662
MD5 45480877fd046e983cabb61f4f064c88
BLAKE2b-256 e84a0c2e3b54396fc8beb36f975844dc744e7f6ca399356398547f01c73b5db2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a0b735ac1f7341f398aa64cef6b48ffb4d2375e75320fe7778cfabf89d39cc0a
MD5 ab61ea4222b4e565840781cdae6a239c
BLAKE2b-256 6835187746080b73509794e7a458420c035c60ed490ab49ca7614519a2d60821

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2a1cd149d850f0a383213248b2b9e62e91c2f24fa576601f92d95aae588ff6a3
MD5 15a2f3a97ca1ec2282c8d71ece6ce29f
BLAKE2b-256 69e132c07bed3e7cf0ca593c15667857495b46047871caf19a49e48edf26d0bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2bf11591c017f5c5ae29a697039adac7ee40c5528336881b9783f8312a5def3a
MD5 3dfee01191c3280f1a21e14770a555ed
BLAKE2b-256 0d8f10b377ffa0d99a0767985816eaea884c64199bbf5d738c6ac0abcfea6151

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c4ed8f2fd828b602ad9f0967cb3d95eddea55f04ce51e615579f6c673c50880c
MD5 af20106438f5b1cc57305233c9c5720f
BLAKE2b-256 bc152973bd863e634f1c59b3442e78a9a6039fe6f8ca4a0cb0c5b39495e4c649

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c81ca3681df7b75b790128f46c7d9beb50a60929691d68bd68393e9767510c8a
MD5 3f665acf135b1647ba54a0f218dc9777
BLAKE2b-256 12af793e89471f13d3dcd459f788001823bec42da92e51624e5bdd00bd2aef24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.6 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.22-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 14de3ec0a6dc7de66469e981134af3264f0378e186f31f88b83f73e2ba58fbeb
MD5 791dd3f675422ee40284fecc070255d2
BLAKE2b-256 128b3ca70019fdbc9621f05b140f67f0d2f9fa684610be649e23cd4b2acbc000

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b18a50b434196392c1e72acf02900dfaff0b9d562790c4215ed522fd278cfcc3
MD5 0737155c962f7b60ee9df73430edab49
BLAKE2b-256 34e4b018afe6d58420a9860fd348c3ee0b41be2a8e313dc81993998f40f674a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.3 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.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2f319aff9013a6724a9c27cc96261b8a2251e157064592a9087f2c9b5f61663
MD5 b424b63e5bcfeb00880317307c197207
BLAKE2b-256 f6839348ab7789f7cd8f4782e10c26c7229b0f809fdf2e5872bac3f5f235bceb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5caaee902258f533b084da4487d671d99bc08e16f1cdeeee3afcd9b331d90a1d
MD5 ba6dbb31c9daf7fe5f0172aad78dbd28
BLAKE2b-256 80dba1ece203a755e90ae830f0b1a88da9dc00157c7e756c9fc303e4618bfa0a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 73e6aa626dbdaff52fe5a08962635dd28a2039a8733398362c01bcb9a73a8725
MD5 4f98ba199f61128bf2b49104483a358e
BLAKE2b-256 a74ccb058bda10afacc2bea0a26970b5bee0b400081e9051a5fe3bfa8f3f15c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4aa0f001430f43f9504578f8525cc05dfaf0258d153f36c6d6a680c9edee48f1
MD5 7b67435b86f753b7a99113122ff40b25
BLAKE2b-256 efd62aee5c68c1c6f3d4f4d3f3b21ea2a84ded9c0652368009b47ece0d9cd47d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 711.8 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.22-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 606fe0eae2c641278e2a20d3a2fb3b7bf6b2b55528a6e614b43320914fff6e4d
MD5 b29ec08596d1019075c11fb1ed3f22f5
BLAKE2b-256 323e49ae0b46313da8e39cb3887994085bf3838ea63ce45ffe2cea71526bf800

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6bbc1d41c6896ff7b872bd97b369f2368298077dc3af014c11afea321e9d981a
MD5 cc621caaa3765b078b03daac3ca17a4b
BLAKE2b-256 70609fece62e201d90cf0a119d8139973748e7bc5753f67a0326274c4729c7a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a9adab453d7c8d3797ffc1e31c2406104d4a2852a624d2c80cbb53fcdd48756c
MD5 2b3d145c051e96e99e1aed4e5b902dd2
BLAKE2b-256 087d10a62ba4e713ae5243897c4ef8fe1739450771595d2cb7ed761c7b4b430e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.6 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.22-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b1618d8a5458ad6164ea31aa9e1a6327adc447c66bc5a97da0a1a9d5212eff8f
MD5 ad933fb08dfa676bac7a917ccd8c3ff9
BLAKE2b-256 506ae9e813fec0a7e1341581fde052250df97a6b9947b7647bf9dcab48f1203d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.5 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.22-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 064226b4fc0df593e6db31743650cc16facca27251e363e57b94a66106d8e5a8
MD5 9465dbb95d3c7a5e617c8cd0df89d0e2
BLAKE2b-256 16f37506900c61414616a7e53b596430ef332780a1c8996ed1050e1e0784a6fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.3 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.22-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64aa0ef50954a9a235d8792ae4c67a1475f3f17bde1d02cc09fe158a4881a4d9
MD5 8184abbcbb793d30e365a0ef20672328
BLAKE2b-256 8e9ed6d32b04fa64343001018dd96d8aaa9ca6ec75455da07ad4d18577c9fea5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 60fad8c6d24d47e65757d642186efcccf6416e04357dcfefe840aa4bdc781b70
MD5 01eb27093543d3cfa595f0603fb23415
BLAKE2b-256 e984355e86bdcf5378ddee9ae95af4def9f910c1adc0cbcdaaaf83ebb3c361bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9a2a8bb8a0b6300c4deb984f190cef80f30d715479864875d6f2c66a577d10b2
MD5 e17c08ca3d1595c1bf8a46061c5ead31
BLAKE2b-256 57ca0b8059bc7d2c06b4f8145c7a0e381600c5090ddc1130efe7eb3f8dfda232

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-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.22-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7cd1609c41495f09bb4b0c3b4fb5e9df2360f2ce1a5e9bf3433988afe0df9ac8
MD5 f7991e02203f849d904a01708978a52f
BLAKE2b-256 da8fddf4a8ba6ad0e7f883efc7565418b13637b6a2c7fbd06765f65e41162988

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.22-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 711.3 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.22-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e559c54087940da6028e6b9f9d30e6d050ed5e137698955899fbe513498441df
MD5 e7813801b544be7711c0c973d4666ee7
BLAKE2b-256 44362e39945608f72a4cc9f8478e8956fe44427c2d57e58eaf739df9bfbe6405

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