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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.20.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.20.5-cp311-abi3-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.20.5-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.20.5-cp310-cp310-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.20.5-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.20.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.20.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.20.5-cp310-cp310-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.20.5-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.20.5-cp39-cp39-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.20.5-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.20.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.20.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.20.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.20.5-cp39-cp39-macosx_10_9_universal2.whl (1.4 MB view details)

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

awscrt-0.20.5-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.20.5-cp38-cp38-musllinux_1_1_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.20.5-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.20.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.20.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.20.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.20.5-cp38-cp38-macosx_10_9_x86_64.whl (774.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.20.5-cp37-cp37m-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

awscrt-0.20.5-cp37-cp37m-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

awscrt-0.20.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.20.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

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

awscrt-0.20.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.20.5-cp37-cp37m-macosx_10_9_x86_64.whl (773.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5.tar.gz
Algorithm Hash digest
SHA256 bf9ce94b35383371bab5cbcf9d1e2d2f18c4841c832b3ef7a80a2bf7212329d2
MD5 9362db90480231d551a8464648dad3a3
BLAKE2b-256 a190a17e910b2085ea70a29bf2bf152dfa7f66ded27fd40a82c6d81f4298f8cb

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 dea12dd41588744df45107b1578032fc79379522a125cda0a76583eceed253e9
MD5 c37a13f6fe0a4e5cdb5612b886776d11
BLAKE2b-256 51df1a84239a5e5704a5fb0fb545b6ff4d5916059b90f8245ad64b228584faa8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 71471fd5d20f665ad47f6aa10a6391d6ab44a024e159b6a7661ec6bea6f121bd
MD5 5aa8f46b7813bd5c0f2ac537b1b4d934
BLAKE2b-256 8403937097217b2c28baeccfebbcbfb249b09d9da64909be2bd075d9e3f1c69e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-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.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 26b93ccc806db4ab02b131f9f6e598b411e88ef193e69969eea07780720c60c2
MD5 7e14f8b00af7a3f9d4ac4c3dd34142ee
BLAKE2b-256 b7882116f28f8de864d4a9e3c4500161fab64f45f8cf902e32624b04e7e104c3

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 12a10b328b1c7719f5def363aef39e91fb1385b42fbd009bc4353aa7eb23d6a0
MD5 12a33eca27e503f375c46240fdb133c0
BLAKE2b-256 caeeada502a3d033bf58c2c10dde7d746f6b01aeeab2d4dea6c52e7df1d55d55

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fe43fc838b7a5a2a2f13df8c24cf6d5da4fcbe70f136f5db04f0fd692bc2910
MD5 5ed3d081e1daf72a4afa843f42cf179d
BLAKE2b-256 c1d6da8ac9e3c942d26a7162fda063c45ecb292bfb07cb30baef733868120908

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 206437798b273bd25e4104a2a22d1e3f70bd02917537ffe2cfd0f4a2420be2a6
MD5 d70acb9ed2da95480edfe9f28bace10e
BLAKE2b-256 d6c126f09cbbf7d25a21cd35a1ddb1590eb68ea872a5e4a636f0ae346039b382

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11+, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f8944111fda618d2e9a951cb4f1330d33b64f458642f79acbb5253c4ae33bf4e
MD5 efa1e2a830c10cb88459bd1e39422b1b
BLAKE2b-256 79cab0ebe66c4e85e5cd5b913b7e94476083e5c443088054f1a47fa619e7977c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3b98e20a32bfc5d47b2864d8c78a273fe4e92082200547b6ebb2fa17ee3060a1
MD5 112f404e2a5a4d928314d62ac262916e
BLAKE2b-256 8b35abebdfa4e849031fceba9236a4eab6d40c9690bcbbbf6fb2be9249380a4e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5ce66353e9c30bbdd148933145ea7f225c0bf337de854b8b6ef04af09a5c24c6
MD5 7f6b5bf7f6106d59a0405194d6b8b99e
BLAKE2b-256 246a605a0b99ac4b77bb8e2d9dce921002359582db8bb3380903d749a0d5c10a

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 eb5adb472a3bf834006fc10c93157b6d02305d5e7e05e08409a318a0c26fc19f
MD5 bab456065bb449ae7bbbd26dbd3987e8
BLAKE2b-256 c9d40b51c7abdd41aea85741d4fd1fddda16b5521afdf3694d49c5eb33a875dc

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7c0ab16fe1f576758089854c3bbde7c357cc7f221993c358cc5532aa6fc77b91
MD5 a7805b99526d4228caaa48f2b53e7b10
BLAKE2b-256 ead26f902b8a7575455ad094d2d169f771ae881c33bfccbe1e27737ab0fc0ff0

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dcd31af369fb645768fd431529c7ea1c91affa9d05eeb2dcc17d38141e776fc3
MD5 3693dda078a75a2373c566f3bd6b3d92
BLAKE2b-256 da5af22f3bebde565a87378fb83d606b01841f46fbea0dbae54ca4ff8a130309

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8cbb46b4bbd759f4c054e4f6b745bf31cd635af0e46ab5825e0c608e2d8a2d4
MD5 e1fd6dfaf07a8a17d8e86c02b09d191b
BLAKE2b-256 49781abf5c6484573beb8732b33b2bd1023c74e2a8d2256d03c8a7deae773f84

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3f84142ca590c522fc087384543f96b54bb59814333c177b33a719dccbb577ce
MD5 8db165b7ffbe4482d4c90705ec03a883
BLAKE2b-256 fcd2ce9c0858b025d6b50eb41ad6fc1e49840dbfd1852562fae13f2a8ef5370f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bc43d3b0244625cc3b5e8ad4b544a18ab5bcc8d1b7057f7b360da4e42859d3c2
MD5 1aa33c192a02db11bedcbd9ea31b0022
BLAKE2b-256 fddf727d8b446f8cc9891e72ba2bab5ea87460f30103e14d4e10605de25b9c6c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f1efd16cfb81bd577a5eb2ea3975227bc76e4a6c0b9beaed6a01b8c78f13ddd1
MD5 03b68c254246ec1de306792b159646a6
BLAKE2b-256 ce4b20a89f684573ca6bc618277dd0467072505353dc707fd771dfe6be5e8f86

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2e0c3cd6c84a494e6e17d75b5473f457ebc87c2ae8ce8734bb8c0f9c47ad1e24
MD5 6adf405f7fb5d18aa8fefeb2353ebabf
BLAKE2b-256 2e5025b0b029d80934377c16c6b988c9fd7b4a5b67532615f5915c743f0acdfc

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c9e8f8a2779f30a4de7ecf7afab39056752608e6d9a8f58403d2a298c704ce06
MD5 e3c50abd5ba95901222a0fd7216a6444
BLAKE2b-256 8eaddbd805e1a57a8011fd05bfd6d10da1e1bce3dec48114766c3e504b1c8b45

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96144f8f9c7c0c810c2dbcfba43f4798623bce069a69a43baf30698b29646f35
MD5 76d62143fc754671e9a6d39d670981dd
BLAKE2b-256 dc181c25f6ea4ff31eb50459a4dbe72854e33f7e72732f452822e87fe3a38c80

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56e4b7a520dfba22410314f646f1dff8380133e4007d7ce429fcf39bb7f77063
MD5 be6011c525de21f3f088e18267fcb164
BLAKE2b-256 d11a488161311c67701ce8e09dd5907c9a2817c5131c1d2e675dc6a856a02e0b

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 abc27a1e3e963a2e2523c06b8fac1a6f8886ba6e0fd8fffd6d88f7a751f5068a
MD5 5fdf539667f42e3f798653d27a675029
BLAKE2b-256 231f001009575a9eb7580f694680e88da2aad92d79355350865e8619115a4010

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d4e294c5acc555ea90eaac291189a9e1acc2052910c972ce07512e6ac9c7b0ce
MD5 dd218fbab0d491f4ad41d02450014889
BLAKE2b-256 ac7a0ee949816bbc71fbd013753d548e2ba66b2e2d9a9c79ab5acf71dd458759

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0bd32b317165d6df779fae8763f681d6a92ba9e71230356bb43d6fec195b8b84
MD5 8d4961a16cac171780cb6de143dbe9fd
BLAKE2b-256 ec1f66973c1cb0717ea576751f53d312c9eaf87e19d0c856ea6e67fc115047ac

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b525c3cd273ca227baa54b70006c28b1dd79b6dc88bbf806edbc7d9f9768fcf3
MD5 12ae5add2fe7dbc69db7d482b760607a
BLAKE2b-256 ffcd6de1dad86ea9fe5ca6b4428ca3aab73af67f63663a7b418efdcda9aed21f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 de74d0bb73446bcf17ed2b0211c6f0d4ddc84d14079507c49b5dc5fc434d7f75
MD5 fd83b1d22f14cc8d159fac439192a863
BLAKE2b-256 3bdc40271ebd3c8d29c727b1d8f6a76c82e95ab9d3cacee7ae39dab52d0663f6

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 17d72971291a3c7a3fb49e0c86a8cd2b6f5782b88b28ada296e964f91ed9d656
MD5 161b986e30b88e15736de6b04e8d6cc6
BLAKE2b-256 105745f186c2ff701cc00980ee0b6039a42193db62010089f9011a4c55b43d24

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 965f5cb899a7896fba683087e100a0752aaa94454d695f8720a5a67c8368086c
MD5 fee3e2d09ab694860f658a627818e094
BLAKE2b-256 46fee13d0486037721e1bb9dec07388298ae78bb3ef317959f46ad380af14976

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 24c68ecc7ea2e344b1ead64d01deb7b1c11955aa0a867d17832bc04d23587ec8
MD5 3945fbc25adfd7219bcfe5753b4bcd34
BLAKE2b-256 a1d42e80ae69e556bc0b1bed96f8b1f52d658dcf6aeb3b03e69f58e80a63378e

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0fce5470a57ba2d129b2741a70b9a4bf811c1c700f1d69d6b8e80ebcf0ef4dde
MD5 bbc6a770bf238fbdc0047bac192ed53e
BLAKE2b-256 7d5b6c492e819abcbcb47db01b847a578077bce6a46c3d4cf724d147bf9aba62

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3be78d96cdc60f5fa15d4517264f4b0cf4be6c64386476e12102f40075133b88
MD5 485c3998c0b2a2af58a2a64bc397c1fe
BLAKE2b-256 38134ee157dd439d2f09c77cd622fd4a70013d9fdbd121435f4fff7e573ab92d

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b8f6d10e3e479c428a903a4b67ec1eb1e860dc5e5b1e25de5ca6b0d8480d749d
MD5 1c9e7437485f9186090e093ad38619ee
BLAKE2b-256 53dffeec075b3c2a7c270a5b5a8b3d12037efad04bede8071973ca4be3d37350

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2cb24d8dfbe6a785ad3535ea8b8d5a41b5d7a2b7e3db3cf5c7726f78ef8a054
MD5 46c17063e92958d2bbda6fba9dec6af6
BLAKE2b-256 9a733a29a50ca89905ee678780994d1293705895aa15cb474fda8d57ccacbd38

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1e41607e6dd4912bac4e5aff0e928f2135ecb6f2b8fa624021137b9c791d6f5a
MD5 ec71f21edc16ea25671495682a8b1486
BLAKE2b-256 6168ced1fd6b6fdedbfb4c4767dbb959db8d9fad8ca50ecc214e81409b384dcc

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.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.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dd71d88a46fa49f025a4126bcd2af0967ce8dddde622c79632b23686ca8c48cd
MD5 6f4a2815517bcfe8c1f9e2ecc16a79ce
BLAKE2b-256 c3e4015e682f7af73a32eae24e2c6120a9a0d038ffc2482d6ee352f08378ccd1

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a9c858557a657fd2e7e096deb20478728bac1a35ed3c0a95c498c83a939bb53
MD5 390399344051da08621fd0e33115adde
BLAKE2b-256 71297c66a3482f78ce43554060940d24035597e9878a77ccd551100cd0c92f37

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5ef35aa375f73b07d735ee09bf450e97b5c66a86bc10865bc07a45bfd5ec4423
MD5 321c7275fe61809013490c650ea83018
BLAKE2b-256 417de646b1cb9ed26b37af0f10a4b2a95c699430c289b614d8afaf4e2401c21e

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 162802fd9d4647e825429bdf0dbb86730385c60de45df250bcd9f03239aa6b1d
MD5 d2b218b6e818080fc13ddb6c80ee7866
BLAKE2b-256 0a92d43d02fd2fa21ae002c76250d208a451e062aa664e67bf476e46723d2011

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73c2cd67cc1c535e64c38bb3d33d860eca15ad73c07103cc330baa1e8ac6b59c
MD5 6557c99cc79b1fa2321dc88f7ec1d774
BLAKE2b-256 ddbe6656b5d043c03bcc6e480563686dd0055a34f2e9b1ddf30136b7c8245eeb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 96f3a556611ff0cddf3647a00cba5b8f27c4bd3f15cf5e6e117897c3da485a88
MD5 ed2eccb51ebcbaf27e079baa180d0ed6
BLAKE2b-256 24c64e9233d860e7d1b6ea8da492bd743d7fc263600df72a9c99c8d7457110a1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: awscrt-0.20.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d6cab6db187618de18b4641cc3c8636098d03db88950851aeb7eee71ff5b51a4
MD5 2217d03573a621266c486434ab35af45
BLAKE2b-256 290e85d40c1380eddacccc3f013499c00d5d84fe04440db66b0941f4b05febb7

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5ec30dcbc9732446f87170c5d296264ae4db8b919bf0e6d487972279e284ba4a
MD5 6be6f39eb7ca5c4772e285e9211c9969
BLAKE2b-256 5eddacb70d6e98f52fce0de86d804391018b68d9de291ae01958a8905feb3823

See more details on using hashes here.

Provenance

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