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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.13+ Windows x86-64

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

Uploaded CPython 3.13+ Windows x86

awscrt-0.22.0-cp313-abi3-musllinux_1_1_x86_64.whl (8.7 MB view details)

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

awscrt-0.22.0-cp313-abi3-musllinux_1_1_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.13+ musllinux: musl 1.1+ ARM64

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

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

awscrt-0.22.0-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.13+ manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.22.0-cp311-abi3-musllinux_1_1_x86_64.whl (8.7 MB view details)

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

awscrt-0.22.0-cp311-abi3-musllinux_1_1_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

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

awscrt-0.22.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.22.0-cp38-cp38-musllinux_1_1_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.22.0-cp38-cp38-macosx_10_9_x86_64.whl (817.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0.tar.gz
Algorithm Hash digest
SHA256 4ca2b0b49328f03f5a3dde2d565132df8ad74cba27352612ecd9fe2505e1d770
MD5 a15801bd86d7632da57527c0ae82c36f
BLAKE2b-256 e2e582646e045902c237df1e59c2430ed392377d4dff0755eb30f9ea2c47d15f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 46291aba0d97c834df101aaf6e6a037bb08306cea659b3fbd74245c6c36e9109
MD5 686b462e464626e37967ca308368e815
BLAKE2b-256 0ec4693156e874b6fd296feb4dee13849d4b0d17a8a88334ddb2611d14d20817

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.0-cp313-abi3-win32.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13+, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-win32.whl
Algorithm Hash digest
SHA256 eb6d3c9a32721b1b3ad6a84629e67a3b2796b6a4a7d9957ef72d09a283aaf930
MD5 f672fa0bef96e86fd3296541528a1498
BLAKE2b-256 4262f6635e8d5b7007187ef9e1d8eaa1d5c19ea694eb9f046709d90f76eb5faa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f6a11b35023c6eb081a136fc764b21dbb9fd38d8c9dfc061b02933735d2d76f2
MD5 d25d88c0b730975f7203185d3907a59d
BLAKE2b-256 9d4d13e63933f569ac05e83ee029ac21fadf8da1aeaaec81988c9477206637b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bd5bb78628295b05d1791eef4fd28247490d4064bc73f7ed588c27b34f9586b1
MD5 5b6f443f34e72d0629ce1c15ea40d996
BLAKE2b-256 1344e7c80fcb5f278b2a5ba2fae0a0e71d1d7cc7fb4e05b1d0e98977a841059c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1eec8d062eb74c925c5e279a5f1d5d2e1f9fe9c0b1461367b7d58de625135c97
MD5 7b64fc48df15ffcfce1b45a705ac23f9
BLAKE2b-256 b1a9a8d4f0e512ae7da9e938cb906ef5fd96cac32096bfc7927f5ffbc4d9e723

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 37f95c2a9fbe07527f4ad21133c6e76faf73ece2c4769169049f33e2e558f191
MD5 d9ed30a654b47f96d1a69eba787994a1
BLAKE2b-256 e5869b0fa8ce104f000299774fcc144a2e57bb9bde2ae9edf620f99f91fe9e86

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.22.0-cp313-abi3-macosx_10_13_universal2.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13+, macOS 10.13+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.22.0-cp313-abi3-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c338564811b8d85ce8ad5aee0db7d05f4f2aae0099020c52606ef5e8d33ea689
MD5 8a3f9d0e5ddf1c61190a6d0437ce31cc
BLAKE2b-256 fc1d802c038d7cb1cccc67663aa50cb58b82ee9dc81984f513562bf21dc5f676

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8c4273372e1fda4a92612fd4b0cef34a1930de5704fe49c7d5fcb0f11d46f6c2
MD5 25f3ce14f5c3d856b06ce7db1d015532
BLAKE2b-256 f2626de759d2b5b91e38a890da13626d781d5e31468ad872ccea61ce1d23ffd6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 306034cba9d5f8055cf1b8e31ef66811a10c531cfb7ab44107ee93be9c9a4582
MD5 0793a7b7b5a392796548fa3bfc2757ea
BLAKE2b-256 00ff107becfdd62b70d5c2dbfe913a0aec01664a514dcc9d8761883ec79fc0b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3bd4bb2a30f823ef9310a2b5aee816b9b535131d7cd35a4ff0bf74233530fda5
MD5 12542480ae5dd1206e8d8d33b74e9590
BLAKE2b-256 5d6eb5fee13a4b869f616018033bb242a18f5aa437f544d3fa844a13c31ad871

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 502c2ec8eb1390c7003639195942ba90fc2ef531f9f11bf0c452b581364d288a
MD5 b15afb52a3e4afb480411c6d1af92b8b
BLAKE2b-256 cf5103fe51dcf34fb3e525ac1316d7c1daaf3dc59b323a4837d9f621fa4e071b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1d151d8d0fb896534a4d4e9946080f4ef2b9c8a1a26d73e24a7a85c5bd46eb0
MD5 43f7d9d973bf5f0060094d732d072e4a
BLAKE2b-256 6cb0a8f2c73b686e9a5299a9aaa05956aa20edf833974b64596e8dad97687919

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 10bd211c553f88b48ad16b6ac60d32d0daad964a553bf48b2a342c764e60ea73
MD5 de4b4f89646754c5f0b6769050480f6a
BLAKE2b-256 9640bc793b5be72ba4a52c4f66f82eba0a4d01d62dc7c0fbfa17af77dd2e357e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c31276ba17140631eca53a16ffc96d3c0fb3544f4928c1c77294556a7a63d2a2
MD5 2c0da1b0311b1e7ed0ccab4fb1fc3bfc
BLAKE2b-256 5c3fcbff47a9dfcf641848cb8d297ed61a781c069a1710c4080158b0e2bc9367

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 663fa2c573c7f86efdcfc5106b20116f486d974caa67f924739607dac1eaf13b
MD5 1e9ae6023d49372428078c6f05d3ab6b
BLAKE2b-256 da6c7ffb636ee1431ce4f38cebc933f0f7e8d4d2db300cb2d79135619b2dd6df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df21f2e1d15e6d12eeaa5b487afdf92b2d37a42f4c42c4166f8c13672f7319d7
MD5 5c6d71dc1a28d5d3343fab7df6b9b08f
BLAKE2b-256 516d97a59502c1c327a345c3c5d22d266b9f9f5300ecff4d582d1dffcb3a2c19

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c0b4a1da57b70be87ed85719ede53e8b80d004f750da7490940f9b293662e642
MD5 820ffdc289457f82740aabf106610e91
BLAKE2b-256 633839375737160cd5879d017f9ef32b29037300b29cf1dff09827031b266eb2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6db2eada94306b7c4fd79876c8a7592d1dc1fda883a980fb75d0381b7eeaf8c7
MD5 39d6c3bbcbc790e57b78343b5d0c2d47
BLAKE2b-256 af928394e624d0d7c1192fa068eb809e265705012f0f68d27bc5070586e9752a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5326380832a16bb9833ea43ce7a0abc6a7c9079f201893394a44635f49bc248
MD5 331aa7d7f5435126933f1934b375ed43
BLAKE2b-256 8b7c1dae4b619166fa245473ea77630c82263f88f4aff061e98ba18af0c6ef34

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d44f5695f7cee6020b174f913dc3de8f7d75dccba2b24b5043c970d941ef441d
MD5 72cc1e520fa07eed82697c4ab56e023a
BLAKE2b-256 3732eb3b79c4616bc8c695d98dd1933fdbd8e4fcdecb7ae19ff4419ab638fc15

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 190a7d26cc7217da0f53be93f93c5f8c764223507389cbb1f5353d29bdd4eeb2
MD5 ab2b0e710cfe1a954efa7004c8dede43
BLAKE2b-256 78c8e204a5a4474f8d364ae55bf8f4590712dfe4ae1b439c0dd2eac7cf138e25

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 788beedfbbd7f608025c089cd93ee222216310f6e052fc77ceeac9a838e3c6e4
MD5 a225e5ba62e6f310ebd5fd4b65f24964
BLAKE2b-256 756f8270f45060e701a02d60192d29e141be3eb8ee9981ad1e13ca1c733b60b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a2a8528b06ef5e9cffe858b495e37f0b2168b5dc85a2e8661c16a65c0f444ad2
MD5 2d2733d325649b3f36404102a94065c5
BLAKE2b-256 39d7fe19662301367f3e6d75857a482544b132e5e9d05ea0ca8d20ed7597397a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3782a9e244ed957833d24b32224868f79df397de87482c737313fc343ca3009d
MD5 19eb3906fef3e50343935e407e9617c8
BLAKE2b-256 6a05712df41cc318a92b81e4cf338c30a564fef46f679bfd8260939141c36c7a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 54004d985858e33f9ef14119e969a1917347ed65dddd9fba82570b42a26d32a6
MD5 c4e36155816b4bdbf5324ffd032b8080
BLAKE2b-256 408954aa743a9641fd9cbcc734d9cfbe937053cf564052869fcb62a55c5d81ed

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acb57e153223fddbf5e98a6acee2df83f433f67ed3acd6fd44d2cef3c0a7bb9b
MD5 1026ddf04b759f393857fbde520dae1b
BLAKE2b-256 8d71a3bd5d74f47739d246a2e7929ad3429b3353ced3272c8d19a92d33f00545

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 400fb162b2a02ed96941d372ea1c5d0041f7e30345afafc71d592701a6b00a0d
MD5 52f04916099bf3ec135ec862d8a7e54d
BLAKE2b-256 3078f4508d86c44e6f9ff2997b0d69ed7ee24b14ce0d2082f6b7235ccfa9f295

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 786d2a8f532f712cc08f8bbf497482112674c14ec14b53774e7fda7369650042
MD5 09681053033770860d5fed7f0a3a8d74
BLAKE2b-256 017f5244072904b4a73158f4d0f568b0c1f381a3d958d9deef577310e7f01bcb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 16ab13e4b7c7d74e67b3fd9e609a73ac50cf676a520d0584b6d13c6f193851dd
MD5 2e24621da1ec5b3ba1e2d7952fba8b29
BLAKE2b-256 ea52d4df3f7da3a9cb9b2fbfa8422c345cd1af5914d8e543425248cc9ac0e4e4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 755acb2aa1243f48ad46c5b35fd3cfaca869fc1f66af9adecd65dd2aa9a09afa
MD5 9f0814329160ce32d67a6719241e909f
BLAKE2b-256 f101d6207d23cbc97ed69d43f10b0b6bc85c96a82c1ba474f507c6213525fe99

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 63767f0702cca8b97c02f2625ff9472deab4eed7fe9a8dc344813179db5a762f
MD5 b5318f7af4affd4c022f548586339485
BLAKE2b-256 b6c34029076d08563454c8b56918a7d973e575a53fda85d55be4c87db8e7e7a0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 01f6c7d6c6f6704b020b3ec2d5f7d942e2c7f229eaea00faa0df8d3c45f3ccf3
MD5 0430a794aa221a40d653a786b59b8b0e
BLAKE2b-256 d58ae7eddb5a1fc1743ba32672ae570a7e211936f2780d243f462a3b559f1b96

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2fadf2e2ca2f8cb60a8cbea741b500ee54ffa09654c733968d6a3656c235b81c
MD5 774d79d8073f102336dee3dd3c7c64f4
BLAKE2b-256 898682ead86a87f99d248ba919c222848c62a00bbfe321acd3cbdb976ba1a2c9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 a0703ce10556d9be99d3a6d708615eef882f7349e6ba36c53f1555c4b06b349e
MD5 a051083eb3490df94fb1208f2a07d35c
BLAKE2b-256 7743dab276dc63b65563718d68ed7619fcaa8faf38824b9af66fd526ce24e5e2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f458dc361f93e7b40f9ba72230f411dae39facea995d9ac7f171a68472a474fc
MD5 eb655fe05db79a8bd50ca738bd1c8c0f
BLAKE2b-256 a165a8bd393ba541d7e2cd13f5e44a18139c0cf0a8de2a8e5cd1abda574ad7df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d72299beb25c86a4819efa05d3636e8d644506f0abd8b702b2302d45db82a509
MD5 bbabc973a492735f575d0eac5cf6d4cf
BLAKE2b-256 236168fea77e774228abf2abb21fabab699dda673d3f816f77bf4bdce79916f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 57ee95ff86fed152e4a5f2e2eda8bb6ffac86f531ee2966c7fb4f384decac070
MD5 ae94fa2971e0c762941980e5ae8fd80d
BLAKE2b-256 c2fc7ace40dbbf4d40824de2b2e94f39ffec6f8759ff8e0e2367de821e5434cd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9bd3d9767cac89e37100762154eb81c8ae1d54283381695e77d811ceab7aac21
MD5 a9ffc1424db9f56538f4a1b8472d1029
BLAKE2b-256 afb485a235ed07ee83ce8c23c7d2b9f9c929483192dbf7894eee4733f6187216

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.22.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 64fb525ead778119f3fe85e660305e7ebf66594f542978b8eb31a832d18de82f
MD5 25bb137757b7e4e3e1395604eb8ec80a
BLAKE2b-256 17033d5019f4e0fac9af0f42bf852de0f1a9827edb0d4ee6fe5672314d4ab6d8

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