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.

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

awscrt-0.21.5-cp311-abi3-win32.whl (2.5 MB view details)

Uploaded CPython 3.11+ Windows x86

awscrt-0.21.5-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.21.5-cp311-abi3-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.21.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

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

awscrt-0.21.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.21.5-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.21.5-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.21.5-cp310-cp310-win32.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.21.5-cp310-cp310-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.21.5-cp310-cp310-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.21.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.21.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.21.5-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.21.5-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.21.5-cp39-cp39-win32.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.21.5-cp39-cp39-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.21.5-cp39-cp39-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.21.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.21.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.21.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.21.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.21.5-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.21.5-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.21.5-cp38-cp38-win32.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.21.5-cp38-cp38-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.21.5-cp38-cp38-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.21.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.21.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.21.5-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.21.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.21.5-cp38-cp38-macosx_10_9_x86_64.whl (793.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.21.5-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.21.5-cp37-cp37m-win32.whl (2.5 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.21.5-cp37-cp37m-musllinux_1_1_x86_64.whl (8.3 MB view details)

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

awscrt-0.21.5-cp37-cp37m-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.21.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

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

awscrt-0.21.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.21.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

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

awscrt-0.21.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.21.5-cp37-cp37m-macosx_10_9_x86_64.whl (792.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.21.5.tar.gz
  • Upload date:
  • Size: 35.8 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.21.5.tar.gz
Algorithm Hash digest
SHA256 7ec2a67af30fbf386494df00bbdf996f7024000df6b01ab160014afef2b91005
MD5 54c999aa5eaa30aaf5cb6ca5a98f4251
BLAKE2b-256 633e4cfc7d22b40f807db3b1734202383476b8a637c644c8f90233f4372675f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5b62b283d9620292ed08888003122613d262c1b1b1ac589597e310e7398c02c8
MD5 68af3ab259248e562b5ebad946aa5c52
BLAKE2b-256 5c830f5d8e57b051eaa905bcef89f30004a65b16233ad7dff2136f41059c36d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp311-abi3-win32.whl
  • Upload date:
  • Size: 2.5 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.21.5-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 04f9123a9a1ccc75ea8be9bf2566d0a481e8328328a1a9fb6efbe1120589ae11
MD5 2c37ae147179dcf2a7984062bd92db0c
BLAKE2b-256 1928a4cd9175ec0ae2722ad757b4e892c65041150274b4b627ecb6dea92e50d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.21.5-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5898f2c302cc70c11c1a8e47d5425888edca080bbe5362e0d2a21d528d00ae5a
MD5 365aa0f21e50815af5fc3d919c84577a
BLAKE2b-256 38c716848e02e1ce9b5f556fe9f71dd8d685346351cbacde8cabfcbf05750428

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.21.5-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 be3b912c829aca811d9784dd1967e0d2ddbff727d0642815fdbb67314ef6f63a
MD5 f6995e8e19404166d7a62bac57bc930a
BLAKE2b-256 f202137d8747d92c164a345dfc2750065b45b8dba93ea74c2230358c9ca247a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 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.21.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4c10be5d8966eb44ce0a3e8d937a0e4f5e21fb4fc5a17a721cda8afd45536d4
MD5 9dc0835510ced8ac06757989f3e6e92a
BLAKE2b-256 123fc037b2b9cdbd017eead918b16fed9122b7df78ce073fb0b2cb58bbe32091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.21.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 439f9a2b9c1fc8dafa72a5d0180ab9a2601f2dabe1b23db4c7ee5d70e753cee9
MD5 94c44f5342aae4dce21b7715e900b50c
BLAKE2b-256 6de415815d8552afef9ff1e5a2ee62b6690f29554b9e92a104acf43192d4a32f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ae8ec15e1fd2a4eac6acd0a7281d5519ee7dbe1ca8367ff61cbf5d7364c9b0cb
MD5 c493b0ee5f2bdf3e6c0b3dc699e6efbe
BLAKE2b-256 e6bb12a07d3f57a04bb5f7ff85e581644164de7aedc6bb73cd67a0e945a11de6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 150643b0f84ea4a2dfb3cf15331f5eb5746a6aef6b1796804109596928afeb35
MD5 25d3017e0463325c2c63f174d7203624
BLAKE2b-256 9f7508774a59058e6ff7f197d812c9b0d75294131cc9037f9ae92872b4879729

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.5 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.21.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 87c4e07e14c9bfbb8096a1529f3e224afb74fe1fcb93fc8d14027a5acf442166
MD5 09dbb48b3cc9bdc55e15f3014200263a
BLAKE2b-256 5abbaf4f85a8c3e6e7d567bd606d46f73b31bb20f8029ec2105d8a726127a8c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.21.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a7f2849ae41546255b66f5c782781e23b1779e1d2141cb99f281b14782d3bf5b
MD5 552124bb9dc55e56baf07e7bf6d5b09e
BLAKE2b-256 68a3f1cdf96427789aa772d0436aa7f1bde943a1497027ce9336f3e9c4b5d63a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.21.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 aec6d4eef48811c63a5a5815f453310983a37f0a3126ad3a5dba1fc7d5a00cdb
MD5 7f84d44f785ca5e2be4251cfb14b5a30
BLAKE2b-256 4f2afe13a953f0da98631be94af9fc45fdaef23c70f489e405791449accd39fd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.21.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bbed7c9917f0e828642a592a6291d93b11389f9cbe8f6cc94e98a9c82765f5f
MD5 44424c9ca6f9644f48906b7b9764cabd
BLAKE2b-256 7be520b27f7fb14e65b431b776e177ea4926dd2f656c405b2b01171ddbfd8656

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.21.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 25b6a133be754eb0e8d675007338286652c77aa9f2cd4375db3221f75935dc1a
MD5 1366a7b25e03f9e4e5d9d2b72a5d0ae9
BLAKE2b-256 a34f24acf9b72936036be04f12b03f9bd54e1798dd7ac7096029e2d8dbc99931

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dc1797daf571e39ade0b2c7189ffbcc52ef2d09008dab1103d81fb67313fbb3b
MD5 a388b242d46a9ab9f8bde4164f768926
BLAKE2b-256 cfeced3b2c2e85266d84c6db8a5d82ab57f07b879da00b57f8a8bf30018233d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bc895e26e945dde5ab7ee7b6df151149c3267373089edf0b4d7e56ceb064ad74
MD5 b7b5d6e1cefc81202e73dfa338aeaa71
BLAKE2b-256 53f32100b4521daa5e16d8953123931ea55a23362c8a3c028f2bb71757d45a7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.5 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.21.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8259703e3625444237c30672fbe171923e222a0d4ae4fb5cb44233ed07584a7b
MD5 9cdcd2adc7e54d1045154f2035d288da
BLAKE2b-256 4e1089c05c167cdd192a47b32fe5b34eac2b8165c07802dfa7bf107099310204

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.21.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fa29d0aac3b22daaafdd738f2a9b12b20f03110d27944a5efa44b801508c464
MD5 78550f2e65866b324829fa21f1c21a12
BLAKE2b-256 79e8de943b09ffc90978192c994823800b37d007634de2e3ccbc2301306ec227

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.21.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a55ea2985fce6b98b34d1f5362fa75f4be7d00c254d69a72a2464a56105624b4
MD5 ba9806cb5345363b3dc3a301580b97d8
BLAKE2b-256 db2eb28b8a35c64d5f35b5d9c2ade1503e33a0bd4301a445c80432d032cb717a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.21.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4db7cd8d160f184b1cb3b3f089ea00f9a08a3a3e09a28f7eabfe7fa7fb724cb9
MD5 88d7d8de680493664fefcf40ea85c5ea
BLAKE2b-256 6e946ec010c967774d9cc244eef7d19813ad07d34931995a7217aec1464afd1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.21.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da67c5bb5b70e1b46b0bffb2daed8928da88dbb868966e5695e32e973cbd64fa
MD5 c8afb91ab82ced6ce1519e9d2b8d4959
BLAKE2b-256 0b524a7edfa758bd12fea18e61bc5e80c6ae518982bd575b2829913030c8969a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.21.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 662b674d6cbedbae624177a519a673bb4133471be06ef8aa6ac19544e817d7f3
MD5 2a677def2ebd51095899a30d1d71589f
BLAKE2b-256 0d60f151c68af25a7de008c0c8fd7afe955ba4e5d1d84cb5725ed0b56c206a36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 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.21.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1c794b534292e445f45d29a97ecb4401a3fcf7b3c66f0c9c4c20b94aeeea76b9
MD5 ac85d736d776a691e3a370fcccf1d25f
BLAKE2b-256 796e4e70bac852dca593f47d23698b9345d83e718b4948e4b27fcde2f4677f3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bbf52e510ae4c0283ab492ba4ebc928401611d75f7ef276a24504e3e7a602c00
MD5 d84824408099a5551f841fe1bb461347
BLAKE2b-256 c85e0aa43faf737df488e4fdb66509a1af939e036f19feed1c77b5c1a7a5d81b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e04cd06dfbd9ae64f3372029b51e4138b560ee7591b77ca334123dbf432d462b
MD5 329b88b56d3ec01fb2a7410f2134cf69
BLAKE2b-256 85984b0cf23041d5ea96a8a76a407afb19cff197a210e755e332cd9da870b1e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.5 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.21.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8dbea49f91ef11ddbe06ab3c147897c0d7b2909d509e6dfe81b1cb5d798482f3
MD5 9c7e9e002d5e940f58d6a541fe1d4d7a
BLAKE2b-256 26480d44a9b79adbbf7f6c43c13a36ad4699a09f5d9756f53cc11196cbc20ae5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.21.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cc8786e2c29c5ca749cd89c87a0e4f673a0155d2a36240c4d162864fda1c86dd
MD5 3df130b9ef8a450eba12f730fc3f3f25
BLAKE2b-256 0492ce44271e889758799234ef6f381bc28a0b54bc894deda49673f0227cd7b3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.21.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 0cfef2443be2de201ab900d5b0e590fbcd436168ed7f504d6c061c5ab835ab47
MD5 cc2f700148f13f0abf4ca4f31db40163
BLAKE2b-256 abe43318f421dfda95a30b7486962cce7fc4e10f3024520855877dbd69e49b48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.21.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e1e9894abea8784cdb3b95d8871e9b48128f28f66426d840672e702a2d6de37f
MD5 6360458d81bd062d89e4110e57bdcfe1
BLAKE2b-256 d90b769aa44ec16dd3ddedc461565b52c34ecb983effb6ddf9cc4379593d44b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.21.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46a1e5066b52ee6b43aa29bf5520ebac06b4e87c0798b54eb6acbe0a4e5a4d22
MD5 837ed3af1188d72a565c984ff560ac94
BLAKE2b-256 f9c7694ff88875c94621a6dcfa6da661960dd798d1a64a752369cb67b875a372

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-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.21.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 92eb3147e10ec2501382d6953376b238f3a59172146f0100977a3634bed72beb
MD5 1a69adf29e409695924acc4f85735e39
BLAKE2b-256 13274ee8ebc8ac98a91b959f0ec40b0ecd26fa19f88205fa3177887c23ce6eca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 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.21.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 32b2a9224cb0c53dad82fe56de4a22f1ab7f45d86d530ebc55156d48740b5e39
MD5 a91597f6c46f04204d9b121ca0942811
BLAKE2b-256 1ec0656bbce5abfc4e127b0c954dacf0da8dd40784906b19f8ee81bddc8c5e6f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 793.0 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.21.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d39a1b001cd687089f8788b5e7ed0518b198e3ea11e7fabbef7ac2914c9ddcc1
MD5 149e97eabd3811d8f82b04761687b2ef
BLAKE2b-256 7491cbb273d365b68e6fb501cd0e73cb90261838c51b1faeff254bccde862d38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 9deefa1a1ca20513adc20917c7d038eb818d5a6dda27e45b7429fa5a220dc54b
MD5 7124ac5b18a4e78e94fe93c096914b9e
BLAKE2b-256 813a903f30bd5168ec4ed086c37f6836b9dec5ca6c57d85340dcc920ccf37467

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 c5baa56e0da53c15ead83133c50b55eaf6b472abc3c91ab5153ab0f3eaed1cf0
MD5 2b2a6b2d16eb2fed7b8b81708cb5fab3
BLAKE2b-256 ad0d17c836c45af97e44ebe2f2404bda3301ccfdb4382a5e4b2daf6c3040c8a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8179e17cf7dcab260e0906d1efb85e6341976bf28fc6d65ac505084db249f38
MD5 c05ce68f3d46decd0de1609cd0ce3266
BLAKE2b-256 ab3266b2677d173c20cd5854106241c41c2937dd51a5c57c266dcb98b4f9a370

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 78809ddccd3b953479713bb5c39db9bbe24395792f23c42e9b9e85fb90d9ef8e
MD5 bc2963f62da087335c5c300a05405e98
BLAKE2b-256 a03627a38155a399fc7f4db86012bd519e2dfc69ec21a71ae24b2f620d148fe0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a66622025a1b6a16ba015cedca1b7164259fcba1778a70ba4cd16a658e454f65
MD5 aeb9fcbf244edd69e9c918b2d1379ce6
BLAKE2b-256 42f4837e6366ba33119a64f2990cab8b192075715c2d12b166b6a1286ddf299d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 da0d43da1580553ffcbf8919cc03a73ceb30b37633da6ef06ce77ff2f85ca92a
MD5 9020f1f95b604fce838ec66c91c9f5dc
BLAKE2b-256 98eca8c076a57270ed4181e3e13d40cc0e025707ae73031662f42f50d52d09d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 36c35e586930aba4d40edc4db2b78299fd3ac3a3ca5a5786587a0ae2bda8c177
MD5 566e71a6ee7b59cab862f943030c1d64
BLAKE2b-256 a81173a17aa37fba8752aba4c0bfbc63b17cddb841ca5589a4f599ff72bd337b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5e1400bec581767a00e606c4817bf34c262da4deed855ce50227dc8e8b93623f
MD5 054f0a58464aefd916196b382f6182e3
BLAKE2b-256 559cc74a00b1c60f673904c237d423978d6d10e8c5474df9c4dd87f817ee74ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 792.3 kB
  • Tags: CPython 3.7m, 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.21.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fcf6683e4a83c357ec300f69e34eb604b19ef0caa842ab5d39bf5e491e804899
MD5 9d5e73a96de0cf38f17b8f753a318927
BLAKE2b-256 39c0a15f27ee8c5da4ca05c28ad1a9e8ced9aec9580e0468920248edf4577273

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