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.8+

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.

AWS_CRT_BUILD_USE_SYSTEM_LIBS

aws-crt-python depends on several C libraries that make up the AWS Common Runtime (libaws-c-common, libaws-c-s3, etc). By default, these libraries are built along with aws-crt-python and statically compiled in (their source code is under crt/).

To skip building these dependencies, because they're already available on your system, set environment variable AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 while building from source:

AWS_CRT_BUILD_USE_SYSTEM_LIBS=1 python3 -m pip install .

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

Uploaded Source

Built Distributions

awscrt-0.22.4-cp313-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.13+ Windows x86-64

awscrt-0.22.4-cp313-abi3-win32.whl (2.6 MB view details)

Uploaded CPython 3.13+ Windows x86

awscrt-0.22.4-cp313-abi3-musllinux_1_1_x86_64.whl (8.8 MB view details)

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

awscrt-0.22.4-cp313-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.13+ musllinux: musl 1.1+ ARM64

awscrt-0.22.4-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB view details)

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

awscrt-0.22.4-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13+ manylinux: glibc 2.17+ ARM64

awscrt-0.22.4-cp313-abi3-macosx_10_13_universal2.whl (1.5 MB view details)

Uploaded CPython 3.13+ macOS 10.13+ universal2 (ARM64, x86-64)

awscrt-0.22.4-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.22.4-cp311-abi3-win32.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.22.4-cp311-abi3-musllinux_1_1_x86_64.whl (8.8 MB view details)

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

awscrt-0.22.4-cp311-abi3-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.22.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB view details)

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

awscrt-0.22.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.22.4-cp311-abi3-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.22.4-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.22.4-cp310-cp310-win32.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.22.4-cp310-cp310-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.22.4-cp310-cp310-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.22.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.22.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.22.4-cp310-cp310-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.22.4-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.22.4-cp39-cp39-win32.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.22.4-cp39-cp39-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.22.4-cp39-cp39-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.22.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.22.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.22.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.22.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.22.4-cp39-cp39-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.22.4-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.22.4-cp38-cp38-win32.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.22.4-cp38-cp38-musllinux_1_1_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.22.4-cp38-cp38-musllinux_1_1_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.22.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.22.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.22.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.22.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.22.4-cp38-cp38-macosx_10_9_x86_64.whl (818.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.22.4.tar.gz
  • Upload date:
  • Size: 65.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4.tar.gz
Algorithm Hash digest
SHA256 4e30b18a0cd93e759057ca537a7aafe72f264e16687c46979b94c854e5edfc49
MD5 08b8287d0741224d1abede22fc868742
BLAKE2b-256 a3ea3cc38da1d3750f3b3ce9e41822dcdac59aa176f3a76768a7dd825288da36

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 a907378c3090fce007788cfac3431774f837bb99a3762d10167b95542486b402
MD5 5f7d8802336ed030b9354cb03f577e9f
BLAKE2b-256 77254613cb77b3981948f1e0e25e95967ba43519e0132a5ba51f3d5dcc4c115e

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-win32.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-win32.whl
Algorithm Hash digest
SHA256 77593c5095991f3e3315fc0bb786f36b66e9b5e44bbdaa5b2af2f7f1071b08e8
MD5 bc386c8a760479fc6cfca81b5e3742c1
BLAKE2b-256 bc70a0de16731ffd2091972161a49aefa1117c0c32df5b412308d7ef8c187931

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-musllinux_1_1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.13+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8f8778a5544d60040c1ba40d8653d0f60f20b7ca2de8fbb77b33291d4afe5a11
MD5 e1c2f9674373c80c59678a112b7372ab
BLAKE2b-256 df634716f499d10208e4d1d6fa5f6e543b4da3b6b5cf9d79b3fc7557990874d3

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-musllinux_1_1_aarch64.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.13+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4c98248c7851d04e873c732c634bbe89d46347290113f32255924c8516b99618
MD5 2607710719567b43617a6c2fac3f7509
BLAKE2b-256 79a79622179f8b6b73b3128d1281d775fb1be7f4770e93aa343cc724976ff3b6

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.13+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7be35aedf5043b2c1c0f74ddf357503b3e522c1aadf44cb159e9d91fc81173b9
MD5 0d0719bc453afeb986e6a0ee6efe14f5
BLAKE2b-256 9cd29e1953940d6c92457698defce1cb03f073c887ee7acbf6daa168d3ef451b

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.13+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d62c65d0d197d6057a483d155feef3749b638a3a23a2da887fcb9f6874796edd
MD5 5b61f6c1b3fddd9809b4e055e5b38cb0
BLAKE2b-256 ebd7a991e68c2066d69f18a33d78ce1ef516b1f2946e10dc3c4a2d54aafb6bc9

See more details on using hashes here.

File details

Details for the file awscrt-0.22.4-cp313-abi3-macosx_10_13_universal2.whl.

File metadata

  • Download URL: awscrt-0.22.4-cp313-abi3-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13+, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp313-abi3-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 b1e95346d11546da69e9b4b38c80e617ee71172b99da0944d4daade75886fbdb
MD5 2dd640ac1c433ae35e5490b00cce8f37
BLAKE2b-256 2c1d9570e32b937ffbd4c9e11c7b28306ce34be33eda6f677ad47d419438af54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e1717436b8c7433e182dae99ed1b89ed010b6e76af3159e4aa450a917a06da2a
MD5 9ccb1be91a141a46f4f88799c6a9b43e
BLAKE2b-256 fa529aef06d4c6f0555829f7d01488977a612d4c20463d08885ba38a7873c590

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 f9fc27e03d3b9fb7432dcd2fd64f939b3d0b08f1c227fbd9c92bb8c23c0eb28d
MD5 1ddb38aa5855b04a181e95784effc399
BLAKE2b-256 69b7fc1d8e3813493f7dc94afda99c893e85909e2dde72bbb4e2114560ba3738

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e8e687f832c426282f7b724275df7c29b23e1ac8742167ca9f3b64c7bf1b068
MD5 8daa02b82dc68c98de049351c970199f
BLAKE2b-256 838cadb730ea47023a8fa613f6e093e56d001b03a7220c0c2de8721392f93d87

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.11+, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8748c0f89b9641bda8b5a39bfb2bd2d6cf4372018c8edcaaedfa913c6a3d6304
MD5 bb458eaa1435af08790b3e3c3678bce1
BLAKE2b-256 902cab5f4736306e1966f4e69c6d7943c10b88e6d42b215c9965641a005791df

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 032b49b29b4e70a5e91b97a43f8d0c37afe25f67fdcf295c19581c8b3ada938a
MD5 6748c537e032c921fda93013ffa4c24f
BLAKE2b-256 c000b80924ff95930f7573a83e83a8d6357532b7331e7afa18feedf56f50d5d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.11+, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 23d0981f3fc7d27477cb03d4718b3915f6fcf9cae7cb05d071655719f137498e
MD5 24c1c2f8f05afc6710fbc5dbb2358518
BLAKE2b-256 bbdbcb5eab0b8f8b6ffb80d3d1d6ccc78727aebd14a1eceb36aa7da2e2e0a10b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 31e65650f8e8d504d81c3551b983a6b7ff24d519858f006af584660bbbce47ff
MD5 87dc59bbd2c94fd28984ba55ac075b17
BLAKE2b-256 3f3b407d343e84d9e312e32514abdbf05a140c8a5545c3e0fa3e979c305d5a9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2fca430e4e696ca705c32037a67858bd305ce5668bfac4d447fafe8ea2e66ec6
MD5 1899ca0b421cbee3870ac3fe7c2bf50b
BLAKE2b-256 a722232f5678b6c806748f7d8e6572745f910a7d2805ffbc6f911ee019cfa853

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 78dabe25c20699cc425107a73ba8229074ca3cc7dfbdd6e8a8c18a4186aed9e3
MD5 258f26d6d2cbcb53649cc8e18c9b75f1
BLAKE2b-256 0b6a4bfa1b7d0aa32505a06bfcd21b63ae81dfe6401a4d8a5b4e066357285a57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 779878e0b4cdcbc78f6289ff6d530801c6bcff2b264140b4ac567b300bccb474
MD5 2b8b8cdda0314a4b83e81a1a4f19a0a8
BLAKE2b-256 965b38136a124571b7059e353afc492475c58074cd57eb373c2dcd41a9256d9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9d02f7fcb8486a16e50720e9a31ef3bed2d00a7a9eeeddc04b010446ed11db8b
MD5 bad4f2a20715dc4b75b84646207f8022
BLAKE2b-256 bf387fb48c373f71b3ab593c6900790253f139f821b81c3e5dd7a9245f0bd804

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12fbb47bebbbba54c2acb619949095266ae296be4f6f44406c51d950c75b7c5d
MD5 c20ee0ffd2f76dea4fe51f7ff3eb8887
BLAKE2b-256 2018bb644292d8ab045044741491c18f08a28eeee9f147f5189d382c2c949df8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f55afd52bd77080f6d37fb625514b82fe3e6ea82ac42ae27b4808c3084577872
MD5 c83aa2551bf77b02bedc2026054201f7
BLAKE2b-256 cba125e28152dbcbdd8e1d25d3ec7cb7c8559ce1cdbb399b77cac7b2e4512050

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2f89b9209a1aed7464eead8219d247b5322ac40a879bf7fe330f5c75c3fbe1a5
MD5 5a21d85b35e68f7400a065277431bbf2
BLAKE2b-256 6abe27289450234e05a2c7a4acb1213b6c1e28d6bad40fdab721e158b6a59ddc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 47ebecfa38d9f123fdebf5aeec5c881f29584e4630f580283bd3b20ba4e38276
MD5 c893742fbd235f405b883788a1c4b53b
BLAKE2b-256 0475a98b2ee7b7d30b2662e6b4abb6aaff56e524f9d0a6b8a3cd8350fcd75689

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 557def03baf3a5b8bddd85a5dbdb7028117511c7c1ccdae27a52705485b08f26
MD5 badb8e3e93718226c784b3cee36c7a4e
BLAKE2b-256 3531c745d3a40010d2b3cfae7a8882eb52b65c1caa26985c73c5b81ada33ecb8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 698f425fc01d03483d9735c51bc7e8bd92f26e69111d48911f403264f7720c8e
MD5 6abdedb744a07b062298e87b161a0160
BLAKE2b-256 3a786b4d8586a04916d7d84aa3b3027ae71dfbb0aa1f84cc200de11eab0665b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c7823ced008973a3a69c730c47405cb13d795e6158ba57e4276c1926620073fb
MD5 c306431b08b19c0c76db8576879e102b
BLAKE2b-256 b1a68431e89deabed27cb80f04eddf46df3787ce61a9ffabaac3e044b5632f81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f270503a3ee06048f47fd5aa0573ab07cb58283b91f8a139ccf2b13168ac992
MD5 6f98acdd58f2cc862b09f11070c64bc8
BLAKE2b-256 fbc45b703213314749a9452ea0a0cb5c10168466a7e8084754ec0cbe5e4cadd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 86bdd590d73bc734aa6ba46610e6b20ae2f34fcac4a5cc7c68aed09c0560538f
MD5 f9778ef7bd9a98e6fc568c71e2fd25a6
BLAKE2b-256 a9e0ed8da02980682261f19a491c15896ee03355a068a213c1b280efbb85abb7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2fe0292520b2f9fbb52125a655c298099d1a254bd72ea84ce90825d774069a34
MD5 48773caf8439339da19483d58ce66914
BLAKE2b-256 fc18bc39cabcbaa641e3e1cbf4fc5d6ad769568417a54350206c612a16943d04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 dbabeb8f7bf647557bb54bbc547f89188ee4665355d9014ac6cfdee28c6fe0ff
MD5 85941ad9e8aa9746357d6530c3cc0fea
BLAKE2b-256 e5dc3e7fd92f8068c98649ffcfafe1b36d779b92f2ccd9105681d9274f50068a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 cc46beff81fcca438dbf9f672785dcf4f029d63f3a9fa7a823715a8dc0e541d2
MD5 5c1a14e45919e37e824882f3adb01294
BLAKE2b-256 53e01848cad3949b5fe92173cd88edadd11eb3bd555c942beee68eda7f22ce67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4887758b3ba982098d293d9d85f7a57d4e37a923f6308d9626116b84f8a45c88
MD5 8312ca36b589d6f1ba0ce255ef431bab
BLAKE2b-256 e0bf4c9806540fa4648313ed9f75cc87b1f4030140f2dd3ffc4a787ff7680b8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b5539be61b0f38d74c6ba555abeca75f083a64385073f40d0c617c847d0df7b6
MD5 eaef8efaf90ca43874fbea1e9b5cc921
BLAKE2b-256 41f715e1204491b183a0b7db024af7c6f819cc90561dd956b694419eef942ed7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c06a24a4d6dccbc50c7c7e635a9f6579d1d4e60f8a67b45723f62f9a07a6b2c
MD5 9ae197306b7bb0143e69cb32c94fba12
BLAKE2b-256 5e2b537ade5c8cf526443af604215a8f9a6b70692bd57460e3a95547d9571550

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 85975e47a783fe0e5c48c39cb2b1c29ec57ab27a10464836f82373f2cf17245e
MD5 b3c4c8270a7e7147fdee167cee86590b
BLAKE2b-256 9e204cdfca83f3473b9c23fe1516b965291702ddd3b8e0c13d690e8e9810f49a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05e40545439c12214c0e4896ad62d8ebf8d767b91493a28d8a805723cb2eded3
MD5 32b2c0f04b8fc93ef055efd952b0a21a
BLAKE2b-256 40338ea3291cbde68e5f5b2bb1710ce7fb49b74c77048aeed806c2e02052d6f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5370990fef4dbe48dada5d5e198be7df271dd1bcf1508fb90d5e3d454d1c124d
MD5 240b4c9f557a6c86cdb626f9648320f2
BLAKE2b-256 bc4ec88cb60cb89dfb519a39a3b5ddd38a7cb4d4d7bd1a3950317bcf337156cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0e59716b9f4d9c95a48314f8704d3e2d3f60897ec09eb8899977f432117ffb56
MD5 f3803651018424046277d53213c6d351
BLAKE2b-256 b059978717ab5ee33f7c07dadbf337a06bcaec5acb489ceee6ca952118c260fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 16db3431ddb9be04dbe7accf26c1c5ab7343e40982c04a329bbbb2381c62dd1b
MD5 ebe06978ac07ffcf36e79c0a3ed53066
BLAKE2b-256 70d219fba4bb79c7eecc5f8f74b84d048fee787753630287f9cd7b634febb666

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 818.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.22.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de9d4afbcdaee30132c2285766f1bc011da3b955b2b0bb6a34ae22cfa0fd9b1d
MD5 d08e12a1276a0d27e7137c5e861cdabd
BLAKE2b-256 ffcfe54223da13a208519f3bb20a464f8421c4a34f347330f951496c6f755261

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