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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.16.25-cp311-abi3-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.16.25-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.25-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.25-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.25-cp38-cp38-macosx_10_9_x86_64.whl (713.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.16.25-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.16.25-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.25-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.25-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.25-cp37-cp37m-macosx_10_9_x86_64.whl (712.7 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.16.25.tar.gz
  • Upload date:
  • Size: 31.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.16.25.tar.gz
Algorithm Hash digest
SHA256 967d11b69d64a8b8c0264a4d0239b825d669a54b3b6be3ea78ae2957a459ed63
MD5 cbb1d63f47f147e1e16e03d108414597
BLAKE2b-256 9c46607f5c334f163e0d3be742a211aae1c3e322e6c70740cfe026230341a13b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9e90125be8136c289a5fdb836af00ca1c6b3bdf774e330d132bdadc434298049
MD5 b5c8ab34b8930f1159c591c1d066d828
BLAKE2b-256 76a3984d94707a4c5549accbf4b36f408c5edc1f059985f5c7afa5e499b1ce4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 e513bc61eebdb4f779789dcb62d4e22c1f9c4f1685ca579aa7db04060758cdab
MD5 eecff84f4bfe21ec410912e00e1cde29
BLAKE2b-256 4bca2fa38aaf45c737d8a13b77f19d114d54772898efb28d910ac569c5667f82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 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.25-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 538736dd20360f11e7af4730c3b5e24f692a398379919242245a22cab00f067d
MD5 7f6105d7bac3aae01a7f2d826d17dfc8
BLAKE2b-256 739719737e75f58e05306623c25aefc686946a36886395c73fa7e642a1948f35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 914e7f691a813749406155c9fba44974445d2414fe988128a308ac099924ab98
MD5 7de141867994e58030a48dce0a4189ef
BLAKE2b-256 8699e9466fdbb3398a455fc8efc7a46d42f2b4297fb1a42ae20db632a6db561b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5b70794e10967fc8f1737a035ab82ed20bc2db0daf643cee98f502edf9e3ec5
MD5 b4f16ab12a4728f9c203a42f7606e743
BLAKE2b-256 964d8000ff94931152dcdc3925fe1a6ec7752079fa0dc065201d47de1e01a8b2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a8ccc928b48e995af29af9f131887f8ae5b6c551af1a1aa39a051145eb75380
MD5 d4703c900e26ffcb63d4667a9e749bcc
BLAKE2b-256 7e235f212fcb177baa2ea0c83bf34c4520485f7e39d9902a0f7769812475b7f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3bbd27748a424128168a8001d2c564b6f22ed41cf1ebba725dd0a68935161834
MD5 5a81ce730d944d12ebaf1022fa81ede7
BLAKE2b-256 3c4ca5c638a48d7b72dc40ec0ff631a90a3f50369ca03b0fe5a8e1042a0f522d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f4e3cb8e23bfe2a16f7f80e6a77070815198dc3d6530f683474e6d64a1bbe33d
MD5 40dae77f288bb9fdb1fb2cb12564f175
BLAKE2b-256 9b199f49a27c960cdc471c1a548d0ae4c1397851787ab7e6829b61302b398782

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 02aa9d528e73498c5222a51198105e23b25bf9cbed72f517ee37396eea1b0b08
MD5 7ba5ce54cba1490ab0114de1508dfe21
BLAKE2b-256 b460ded4f17323483bd75a6d99edd4c8e5357cefa29ee2b0b989e7eba4698c1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.16.25-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bbed3d0b1de31c13771ec8f6793a30e3dffc774df80cd93f65583e699bad0637
MD5 d166dda46d538b4b218d4aa9c45ff8ae
BLAKE2b-256 e8438cad3562e5bb3735da0fdf5b68de21d8e55732f7fb0d18e668be0daed40d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 317ebd103917ba4526849700b3017aa5ce7141cdf7c1f10ac37c36e6bde0092f
MD5 5b95299067c297811ff80df460fe5163
BLAKE2b-256 a5af962ee385d58a7d0fa5b9bfbce3f8a0204979422adf53eb8c0f2223ce34d9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5f6754988300314df56bbe15291a0a65e44a59f6a13a19c5c18d1ca2de24693
MD5 eef49d52662c64e882565077657220c4
BLAKE2b-256 975d9edafba1971103f535869f3f31c5334453f2fe5cab03e54a6896fabc145b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca462099ca06ace9e0135c6f6b6c43676ef5ca0fcaf2d45f2608467cdb2894e2
MD5 e25ee1c57f99d0fa8c14506f3c7915f3
BLAKE2b-256 3b6d27a17a974bb2e807eedbfc9dcaf039631974307f34521a0121afa094e424

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 00bb3e775b7e7495225b36b2c8588c16e610972fafb1b251ed8a47251426f01d
MD5 ddd7787417f68b6653728f903943f678
BLAKE2b-256 21ca1fd8d968533040e67fec8b1425de229918b2ca2aab8b0e8d05716f7dc9b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fb33e5e1e2f9ac790e84d145579f6d4e380c08beb95b55cfea08c8d8396d2210
MD5 6f01f214ee258fc751268af77536aaa6
BLAKE2b-256 497f99add3f7660ca79baabcc63e923c846373d636187d11b9821dc75c656731

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 aa5dc57e458f9ff45e90649ffade95d70a9353d8d5289f4c935254ea50ad17c9
MD5 dcabbad2524e9c742feb7132666a11eb
BLAKE2b-256 6d08ae0346fa7d4f9d79b52183912c66bec68a3cf3287ed6910ed4df3458b11d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.16.25-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e5deae06aff6c75e957221a9d26bcd4fcb998a1ca77dbc88eda0a871dfe2584b
MD5 552d08f7e1022238cfc7d8f96fa1b11b
BLAKE2b-256 e0ec56e79deb3d5e11953c69a0d1e1462326cb6e9b06b3eae82591c1bc992579

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b965ed5d388635a2c1a9b7eba2f6b0876be1070f3179896a0de1815750844f1f
MD5 95bcf3959f77d49d0c5549dcb79655f9
BLAKE2b-256 3e87133b5848485a6dab0d2a6d0297f878d1f0effd8847d444831b81c4ce2d92

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6265447be685e30bc3da964c0a82fd73166a7072cbd41ab965570177d9ca3eed
MD5 86b81d70dfd0ef9e2dfcd43b4d4233d5
BLAKE2b-256 ecf1a82ab87f7135b598284b9445a2f3ad5c66d4a5eda989e3ffdfcde05d2590

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80fb26560b061fe4b2864235afc7783488b2d64e266c60f0e649546bcb6645b9
MD5 ab4196ef9b0e48d892235f95b3b04dd4
BLAKE2b-256 d0d3ac1356d21da2c9cf1184a1816d1e8ee77e8c58eaf54bb11c97069a2805d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 962d7e39a9a8959d74f00d1b74694f27ddb889b2ed008eda71bf9fa09a98ce4d
MD5 ff358da4d27ccdb43c08effa9bc4eef2
BLAKE2b-256 b662e7f13d07b250995f7f51ee4435245c3b548492fa483023af5d2023e32713

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 be39d813030ef98bfad0530b1ece69c94b8da69acb1beca0044e462ca878ecc8
MD5 894c3e8e5d9ca1a44eac296af4290dcd
BLAKE2b-256 b1aad755c961430703e21d18323bbd79928d8de0fa45c844bd66633676044764

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d54711656677b6ef38b32988810e728d94e2be3aac4fd9a3b33c0aad4397d0c8
MD5 4d78e968d98c1b3e4eadb17639a6f18f
BLAKE2b-256 8759fe064f35a7e109df184a3afc77ede7edf7c8ffce18dda47f5444dad30cf2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9ceaea9a3d1d933845e9e0704b425f69661142b74127b8f01a6ef27a4bff03fa
MD5 b05245cb269ceac0c75dac70f8c8c7bb
BLAKE2b-256 9fd57e4987584c4d704a650111c88721359f644bd263a88c4cc6a4d090f790e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a30434d2545e45baf0f73b407aa32b9c6a6f5e2b491d07d116c747e9b7925749
MD5 1730b1b4a2c36eb769e09dfe506d3c69
BLAKE2b-256 992b31d43cc272932e109c15daaae2694a891d7d0a5e0bb308fb124a9b2bce2e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.16.25-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5a5ce2023b54501b1ff4382a178321881735e9da0571cf7b0b9e5f85b94ec4ae
MD5 ccf5782eb013e8d2b53e8cb9c3ab4545
BLAKE2b-256 c084d1e6d9c13d904b115a62ae2b8d78bafe4e137539b4375b97025d8c762b7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0919d387d39cfd1fb247fc6f851ff503074fb3a56816a5d6a6c7d28a39f6a91d
MD5 970b8446bffdad0edfdadc82baf4982e
BLAKE2b-256 3dc43322a819f470e5797530f420fce56736e2604a4cec449e73801c254d5744

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 91f97758d776fc72d1bad922382e5df4380a6bcc421a440b6e46c2a845f4ca6d
MD5 5a7113441b34c62ce98a97b8e24e1fa1
BLAKE2b-256 dc6f9ee491b674179a813a6de0b6dad5647f6ebbab28de93fb63e51722984538

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27f220f4d3fc0837496aff51fe7b9911d98a2f1a9348695fdaba126316d88f4f
MD5 f71fdb52a286c3ca98a60d48b28af71b
BLAKE2b-256 b76f2073ddfe287679e51104a40c5f86bf1bd309acd427f361aafb6ebf6a8332

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96465c3cf1e01a0b1196304e53fe92a39f9bd96a570449c33c9037213d29ad31
MD5 35310338f6706cc8ef7738347a404b4f
BLAKE2b-256 cee285b91cd033a0b7d17f31b3528c5f4d27033e9c3ad63dc9b3bdc1f2671726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5497b61cec7f7f1789032ca995beb6f3961daae2a1b9c731fa11774505a442e4
MD5 840600414e5820a7188150ee2128445f
BLAKE2b-256 7f483b86e55ff1761a935920a711c4ead346f64303f7702c3b7f2653741e5081

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cbb27da2301d1ed4ee4c6feacd10e44ca887a0613c97a0a6fa6e6ab305fb9ff2
MD5 a8e902c3a81721984055cec15a501463
BLAKE2b-256 d806c057595afc1d0567f1a7758160b1d5fb679ac928f6bde8560b6e2ddc97cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1b31d87130284728d477d6792925dd281fcfadd02f857cdeef1145e067bb64a6
MD5 3a49c0271372be08766f5827037834f3
BLAKE2b-256 4f27bb564bc785892a050e5e8b27f9b285e844b3a87dc6632141103a35b468cd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 58bf885599987ff30ffb81a3c61e8d70c0cf6dcd19563f2a8fafd7541422fa2c
MD5 e358b4e09f48fbd1ccc58d05520c28c4
BLAKE2b-256 1b2eb8d26628a82dedb483d41ee362a7fdf35955a20c0740486a9ae493a94a8f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.16 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.16.25-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 195b0929b3954219f9454f560354676eba4431516e32bf8e4edc2a999df1ee9b
MD5 26a29e23b0ee7168a742542918f48cfa
BLAKE2b-256 0e96a37b3316a773473dcb7e34a048be78eecf583187c266a41a7e3109db27ab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be7bf2a40ad03e0a1269bda466a8bbb36c17e517d15187dc2647e91008cd8b36
MD5 3b471b26addd9bdf7078e12ea18c657e
BLAKE2b-256 fc024456a6c507a933969fb34d844831e236737c336532d32d03abdec6844ad6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 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.25-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e87e2f764b4b8426477596ab770143b8463eece02bf5695e155b23c4cbe159df
MD5 1d39f0c7e2adec7c1882d989530f3cfc
BLAKE2b-256 872becba0627d1b26525c92036987bbb813a040b04f5d01d74dd63e8f9b6408d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7eb66d336ae2929d0f890f486edb932385c93488aaef8789ac0416e21f2cb09b
MD5 46cd4c07b92554ce23c0a27a5949c2ea
BLAKE2b-256 e223492622e1451f4a7fc7ca12f3bcab32e6548159a2002ef7a8000562d90872

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5ec14c293ffcf71225959a200d6902c7fbb9a6a413d05be4fdb0546b6d4bfabd
MD5 1a7b5c7fed496a4b3c26fd5c0ea51bd3
BLAKE2b-256 93af556c1e36b0e149572f379c75fdd4d97f52c425989449e603a7c7ea4bc860

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.16.25-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.25-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 3911f8a8e7ea2eb0a16e4065530b282d23b20fbdd4104d7ac7aa8e7b182b5dd0
MD5 bb69611658d4b0dd1fb215fbe063a091
BLAKE2b-256 303715dfbeed26e8b82be3c935192d06197615e250638f675e6f9001fb6cb887

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.25-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9ffd10d4f262137fb370f70aa82d61349c5ea0f94d769550ba197ea8c0fa065
MD5 0b292226fe89954e97f100280f9facf4
BLAKE2b-256 272860d00934762f7e61799d24295c87cd4425c90d8a9de17d73171f6330dd75

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