Skip to main content

A common runtime for AWS Python projects

Project description

AWS CRT Python

Version

Python 3 bindings for the AWS Common Runtime.

License

This library is licensed under the Apache 2.0 License.

Minimum Requirements:

  • Python 3.7+

Installation

To install from pip:

python3 -m pip install awscrt

To install from Github:

git clone https://github.com/awslabs/aws-crt-python.git
cd aws-crt-python
git submodule update --init
python3 -m pip install .

To use from your Python application, declare awscrt as a dependency in your setup.py file.

OpenSSL and LibCrypto (Unix only)

aws-crt-python does not use OpenSSL for TLS. On Apple and Windows devices, the OS's default TLS library is used. On Unix devices, s2n-tls is used. But s2n-tls uses libcrypto, the cryptography math library bundled with OpenSSL.

To simplify installation, aws-crt-python has its own copy of libcrypto. This lets you install a wheel from PyPI without having OpenSSL installed. Unix wheels on PyPI come with libcrypto statically compiled in. Code to build libcrypto comes from AWS-LC. AWS-LC's code is included in the PyPI source package, and the git repository includes it as a submodule.

If you need aws-crt-python to use the libcrypto included on your system, set environment variable AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 while building from source:

AWS_CRT_BUILD_USE_SYSTEM_LIBCRYPTO=1 python3 -m pip install --no-binary :all: --verbose awscrt

( --no-binary :all: ensures you do not use the precompiled wheel from PyPI)

You can ignore all this on Windows and Apple platforms, where aws-crt-python uses the OS's default libraries for TLS and cryptography math.

Mac-Only TLS Behavior

Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. Beginning in v0.6.2, when a stored private key from the Keychain is used, the following will be logged at the "info" log level:

static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.

Crash Handler

You can enable the crash handler by setting the environment variable AWS_CRT_CRASH_HANDLER=1. This will print the callstack to stderr in the event of a fatal error.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

awscrt-0.16.23.tar.gz (31.2 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.16.23-cp311-abi3-musllinux_1_1_x86_64.whl (7.9 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.16.23-cp311-abi3-macosx_10_9_universal2.whl (1.3 MB view details)

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

awscrt-0.16.23-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.16.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.16.23-cp310-cp310-macosx_10_9_universal2.whl (1.3 MB view details)

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

awscrt-0.16.23-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.16.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.16.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.16.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.16.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.16.23-cp39-cp39-macosx_10_9_universal2.whl (1.3 MB view details)

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

awscrt-0.16.23-cp38-cp38-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.16.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.16.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.16.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.16.23-cp38-cp38-macosx_10_9_x86_64.whl (712.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.16.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.7 MB view details)

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

awscrt-0.16.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.16.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.4 MB view details)

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

awscrt-0.16.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.16.23-cp37-cp37m-macosx_10_9_x86_64.whl (712.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23.tar.gz
Algorithm Hash digest
SHA256 489a7c23974eefe87ee7a5629f51347a29f76bbfb8ba1465ee1c1773f5c36911
MD5 938c336c860aae059fd6930d475df2a4
BLAKE2b-256 bdea4e523b6b4288044acf95110309763c5617055f91ebdaad0e8a609488daa0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ff5a501bd0bccde6544f2dbcb25f33759632a192e04274427e984a861f5ce9c1
MD5 fa667e192f101b7ad01ea8c4c5fb1665
BLAKE2b-256 c593b1b530a9617d3023ef30262fe1d6eda0207260daee5653d3ff060dae5ceb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 b0d0b3c65d292bec92309d8377af285383b0ec867aa9aa496aac654b7da61452
MD5 3d6c36eee0d5839fa4d9fdee5f5aa591
BLAKE2b-256 f379d5ca815fd60153d8cf19ed8339e7b9220669b1995019267dea325762b66c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 320e23ece3661c3888417eeb5da29b9d97f1fc307ee65a1c4d59baf098d4938e
MD5 91772e2480e4ba5c288963cf6f2ba679
BLAKE2b-256 7120eaf678a35ec3ca343dc333cf18e9ec744265611665b805ebf450851b3403

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 53b93d966b3e951f3aa52702d106f3504117c3a2ed5ef1036fb5ff0c85f98fa2
MD5 723bd6aea6f8e998436c07affb5a5e9c
BLAKE2b-256 802f102adbb0f6cdc9dce0e742d640a1204f5c07cf178c7d48def8fea0464931

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d7fb89afe090dc51668c58a54e8ebde4b2116e6aeb7c589f7c2eade7805fb49
MD5 8e85661284e002d59cdef2481eb9c838
BLAKE2b-256 9642a0a088b0a481dcaf0f64a4a37153ebcb89dd21d0af8196cfa7f77391ec0c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6a90498087411f60e103371d6fd85e1bbd73169f341515529dd1535cb14d37c2
MD5 91d331ae56a86143f1da71aa4250ec2c
BLAKE2b-256 5b9c43e56922e85e86e881a950f7c65bdf05b0f763a7aa6f87d8634eaea188fe

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 43d62c6883c1161b079513b5335df9885a272c573b89cd2dea44f2afde30d10f
MD5 47a2f3f3ad12de2e6609ffccaef96460
BLAKE2b-256 47546ca5ba373c9361720335bf1b5b2848aa4a398abab8affa3232944a28b10e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e5985da61e2874746caa933a0f2a88fc00e6db698e76590446e9b751ff2f106f
MD5 d5523d52a35e44fec6a826379499c854
BLAKE2b-256 aa7159bbacacbb70d26bfe798d033a4afbb953aa59161e38e40181d6a068c214

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 9542473f444e142bbd82b97db35a7b0715d77b1cbfdf5b3b17c345124fba5342
MD5 93b1eca1ace4ccaef4178a062fbd7bc8
BLAKE2b-256 4e22a77e3a3b1646215a137531b50eca91c9b077b348e00f869c67f3162eccb8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 31ca5f55f6f2bd98fb84732e52282f39d18676d53d8b0fcc1a1127e72bc9a9d3
MD5 f0d971542a58d34bbce06abca5d27fe4
BLAKE2b-256 c859d521e904b1b811c20212d09133ab23d429bce2b7de9b65872eb2b5dc7a69

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ce95f854c903b703805ee20f160412c25e6daff889bbc40c97771c5979fb2da0
MD5 ec69a8e542cbe4ee3175562f81cce5f3
BLAKE2b-256 1fc4072187d7ecac63fbefb93b315a29fa8d25b56ebb67ee66943d6dde2e712c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 521696e10744fc54f3bc4daead6cd05491fe293774c55cb1ede17a9db26c5942
MD5 cd080e52d1934a0b1082a81a36bba723
BLAKE2b-256 0df1bfb5487da10dfc836a3a665a24ba8716d0a40de3f639a5215f3e644cd0c6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 135ce37b14d08602fee232dc4d277bde741978f4cd3cb91eb1e844de01b58c4b
MD5 72608b750a9865d5ffff9eaa83c33bea
BLAKE2b-256 1793e64ad105aaaf55aeceec2385230bfd0faafc08291994f583f25b4fa1da8b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0bd4afa5057f669638d55d41f5bb9b44a92194b53a3c7ff63659c8bc5d344971
MD5 fa4a2b9c46e8c44d52215e9fb3062778
BLAKE2b-256 668c4603933fa67147c5c09fb9b1b368564d1a10f236b1048fec4cf0adf8cbc7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d161e162352a20d5443b912ab1eb67a9ae028aeece5b3fe9e09f67534e4ce40a
MD5 f0b41927fac4e5ec131df2202ac2f1f2
BLAKE2b-256 7cb07bf1b33f26dc49af822b92cf30bbf0b98c21429e9350b59c8e248b726d96

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ceaddae960f2b1c8286e43cc553261a1d2ce046d720ddda1fe54acc859a04570
MD5 a8c70eecc47e46377a414d339f9ecf32
BLAKE2b-256 461750bdbcef310ee043114490e00c503cad188590a4efd9f4749f6fe7f61598

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d89083e383984b1a2276215dc7b37b4c52001c10644ca7f5bcbb60b54d61504a
MD5 4ab9914fb146f15f02f5e8091870c746
BLAKE2b-256 f8357571229f2b4fa348081b9da99d7e755d9310293573a8fc7d6ef469403d81

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e42db4f1d2c2260cfaa318872b1f99781a168c906925724aa0c06c459eac0f11
MD5 3cc02c3bd5a88593b9095f5769ad9c2d
BLAKE2b-256 aba4ad0133abb861e71f45baa8e3287bad4f6dbf84b8c03419074d2c2894ef5c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22b74d283a782a26b00d8b6875b2af6f5188feff651c681be0a3fa5be26e1801
MD5 110fd6933195fad89d3b6a8cc94373ed
BLAKE2b-256 688d40b040a71a16a5e22c2308e44809b21888a3bc0f534ba635612594157588

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7bd985a9f51245e46b64b190cececf3e6038fa398f4be683146032f5ad0270f5
MD5 65353092cd7321eedbf78f9cef2d40f5
BLAKE2b-256 8a9d207b6a5c9236b6557e9f41e7aa7fb5d80c35ba5e626560d4ec84c7f421a9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a5c621c88682d624c7f4de8918e01052e566d5ad63081c8356bb86ef919b779a
MD5 90fdea31f886c0637869f645fdadfe8a
BLAKE2b-256 84a664c1fdc909982c4041d829ed8b22384f102ba9719a16a7c72319eab810eb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 57e63c86b23fb1fb023465252771c2f7c00cf330c525cec5d09e0afb3410b6d5
MD5 9ca5435b1fda4d379cbd0a07c70351ec
BLAKE2b-256 1241aaca89df77e315cdf1099d79fbd5dda2fb6bb855ad045491329b7df52ae7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 add0f390e472ea700e9f24fc35ef0e6c8e88bab92b710379a4b3a2eb9f28a796
MD5 7cde1675cf97ca65cc81e8f53114aa50
BLAKE2b-256 bbc57a3ccf0c3d81d19af4f74fbfe5db47a38a4959ac46b56fcbf125b8c3d56a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b224f2b72aced81cbf8e3d146b77e6800bf300d417796127820201ea415578ee
MD5 1d1b7e637f4d8686753ad7636f758183
BLAKE2b-256 344283fc1b4c6fc187fc4000651bc7effef7bf474f02f31666b7517644f7e1ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 24caee848a479c68912363a112bd9ab579d1a9a63926bb6b1ea5f559c3abe0ed
MD5 8abadb7b7d219e92c454ef579d0234cc
BLAKE2b-256 10c0a48350a0a642d92ea1585ba8bc00971476a60aba45c387357616e1eb1fb4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6faa9b647446931b40240293c183afcc8983d881b2c231254c8e12ceaad14a1c
MD5 ff9ed457cabba3993f6ec8e6d4acd111
BLAKE2b-256 3c3a75f12219af392df496d86c755c7b894873dddcbe927b67b44e8b3c1f8fc5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2c65584b4da49fea567fbd780dae70b5e7512de543808843c7b0baf4e5fccaca
MD5 f488578cb836b6d9bfc565a41971c1e5
BLAKE2b-256 10ecd6969097ac8fed396708bbcebe4fa312cee66d0b792ac8745034af7836f5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d394d2fc2acf7f8a76f7f3a8e660f2b227e6d3a2a689f47961511c8ac4786dad
MD5 cd291856a0e5275362bc5c58d4596102
BLAKE2b-256 833586525c5600e5e4b5210cd87e050f65bdb8556e5450c096c56c75f0cde441

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 80f0b208246f591f764b88799a2e36db6228d89e3c50f33b3b92a23ce52d0a07
MD5 fa39ea809327679d2443845079fc8263
BLAKE2b-256 e91b516f9f88b8e09930678e8bb697b5d33985dbf86fc519b2b2825e75f40540

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ac0b7b9c55892882aa9dbe3cf200620c105f4eaa29fc17115d715e1858a7fa14
MD5 1cdff6ec1d3535cde8060ad256a35e39
BLAKE2b-256 3644ddee503a37960a09620533263986dc0526b05397ed64aef14ad9f483bfab

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cf86c60134722c219c7b24eacd80a8e1080a92c2370996c751091a7a83b31bc8
MD5 ef89639e6860b26bad87a5958052b6d6
BLAKE2b-256 9dcef9f13a3be7f4c7641f45ac6bc9802d86afc4079be52bb07909a46f9d412e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f6da4c8d4161e59a9e05db75ae115fe8e452762fd62ad18ada0aed335db6bcd6
MD5 1c3c0c7e50b3acbbcbb5b50203a57156
BLAKE2b-256 ed5b94d1e4467cf0012ac837598f132f95577ee610858b515963d737002a41ca

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 4a6db1546aa70afc2ffa9940fa7a85d4ae2d8ab7b1ec38276bd28f43453db11b
MD5 21241aeb6858c1a8443f662980ff39b2
BLAKE2b-256 17872457394d9ea7e4ea3dbc4121855c3be8eefbda38cc729d7a1e9ce5a33209

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0502046ecd8102a7c41e11337992df7e4dc1ae6ec8b773c3a06958f6c9339a7c
MD5 cc22e159e946ca6c8818ee53b2e33f41
BLAKE2b-256 3e56f933bcdaf4fdd9893dda29b3d2dcaf1daa8588cd99735b46879a722e6fa8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ad5542b5852846a8d05eb83cf70e2bc07190216f8f1295f2acd2c026df2b89a8
MD5 05b42a3e116af01215243cb1cb48c6e9
BLAKE2b-256 8f5bcf31882c7213eae0358d0166a7a623fb759a365f5e035bea478c6529d490

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 864d8cb0bb61b38a49ca1fc7356678dbe683b07c95c3be9e27a7b0e6a85a3a79
MD5 e64b30319280a0c45eee305b490a297b
BLAKE2b-256 7949f511201fb26d9aef0a1489cd13ecae687970df7570a12dd3a0ed23866c1c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 226b68faa63c79247220b1b4ea905ff398915a5c46d7d62d5f6bd11a12251ae2
MD5 31c45439bfbb6ae22f7529609197bab8
BLAKE2b-256 69fdc35df0fab7816796aee1d62ff15a1494628e58eaa8fdb5a29ee01d5c94a1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 96db057e8395f39c29382c159558534745b199d73495480b1d6d7cbe9120f138
MD5 a64abafe771aa35c0420b5e1bbdb8dec
BLAKE2b-256 2e94b30c2a13109764ee0fb37e1d90c941e9810a11fc60c753716c401dba1ec3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2d511509a282e0e875a85d47837e26271c8a83a7327ae192477df6b7169944a1
MD5 1a52e1941044ca62c917b4e6b437dd84
BLAKE2b-256 9dfa7812a9ba0e19430c3d87d8736c5382600f850bf620342042fa8eaebd727e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c81e46194c1b65012fb212418cae30ed522e66a688ad2b9392bd3a8b9acda7b
MD5 c0aa7fcc6447aa4db24ed707ddfb2896
BLAKE2b-256 87cbe176ac49635d8b7598012a0225f0f1b38d9d062c70bcbe0646adfe2bda71

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.16.23-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc93178cc83ce77f112017b42c1184a62123d4ec50c430fdcf77953e590274cc
MD5 6f9451709fe7b99c828a35a1636b8ee0
BLAKE2b-256 f57b4020be8ea676179ac5bdbf97f5feed658ad5611de9586c934560e2c93348

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