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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.18.0-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.18.0-cp311-abi3-musllinux_1_1_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.18.0-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.18.0-cp310-cp310-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.18.0-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.18.0-cp39-cp39-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.18.0-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.18.0-cp38-cp38-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.18.0-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.18.0-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.18.0-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.18.0-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.18.0-cp38-cp38-macosx_10_9_x86_64.whl (713.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.18.0-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.18.0-cp37-cp37m-musllinux_1_1_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.18.0.tar.gz
Algorithm Hash digest
SHA256 6a16d0442bbc92f3bc7102ae19f50d06ee760c9099f2ef3018ab1ca912e31b22
MD5 2a914784d002ef832937c68d2ce7a1c1
BLAKE2b-256 7428282377dd9ffd226d398c5851146d5b7bb790bdaaee45133d0dcb9a9bd2e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fdf84ef3bf3c4f64ad17cbdeaca3f00ff1329e97005104de8ac82b10c29f671b
MD5 996e340a735a456bba5cb7923d328dde
BLAKE2b-256 fd42b73c9e3a4f63cc22d7e369a396e47e653caa322409187ce61f4b5e090cd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 c6fa06abe22566895bf9ac36d5a0ae41d095531505cb765f3e4de6775c232e02
MD5 e40d70f740a09f3e400efa1014127117
BLAKE2b-256 543a3bbd2cdf81296bdb71c928e9c0e7a63acb5cc3c0ddeaba0f967217980548

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.18.0-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ccde23eb3681e347b9cdec430675149237833f089903ff077c2031dfe34a25f6
MD5 b86636ec7d80f91afb1344648977ae6f
BLAKE2b-256 d05ee56c64d8f767cbe52326e6017f814e9fd4f9dae8c35aababaf29a5a83d1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5a9f708f74da8e5ed79b2630d0cde31503ee9afcbf00ee5c7b83937a8095a321
MD5 127930ea242039ab4d6239d9d059c92c
BLAKE2b-256 867ab08f38ddeb22a8a1610b89d3b3d1457ec56c8d88dd54b4059e10829dbf1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48394a50cb3a623114da9c00b409dd666d2b422a88ef3d7d09d8fdc2a6ba540f
MD5 26886c5dcad1432c276d8a3caa01f976
BLAKE2b-256 3ba5ecb3dde4f632fe1d83c8fd3e5b13bd274f98c0f42685b7abd6bcd264aa55

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6ce6155264d68646b8d259bbf93d96c2af3df1190a0133eaf6a6718e0b972681
MD5 3d598f9969001d2c12096e85d5bdb6b5
BLAKE2b-256 7f0df7fbd3b7f62d5961e14b7235291f0bcf4eb28378b08172d1588fb1b9e565

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0517cd24331123981705a27b0caf2f4f9b5b76a90e0dae14897b4df74f1d82c7
MD5 3cbabae19c9757528d75813d15f97519
BLAKE2b-256 8fa64ff90cb8aee6e6dd70e3f98a9dbcac888170b3aff458c4c0c36ac35d7489

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 823f33d928bdc60a343f447eea7a82b4e1d3f694f1af003c84d5f7661cd57ff7
MD5 eb651e0c77ba613bbe62d47e6cde2606
BLAKE2b-256 9d1eafbb60490fe983f75f4ca7e4dc79657f42d4911703a96d1b347c58665122

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4d0f87cd45f2a45e9a39e1829d0bac5200bf0cf30eba1acb851fb6921d597c82
MD5 d0c720d0eed5be57307772a61d97a685
BLAKE2b-256 507978b433409ac84ad53a2c3834104b1922203c127efec857e0707bcada59ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4e8c1b3ae4ff20e8ab6eeba72366aede763c88adf77001817b3116415d148d40
MD5 ebd2f9c0f21a52ccc16a968c5abb7dc7
BLAKE2b-256 b05802599955b1957e74e5523b3fc6d3d8d4a775e0afd0ccfe121b26026ce8f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4b4b673b8c4c48554e34df22744622eef8ddd11678592d2359b6a04d8d018a9d
MD5 1f128422eaff9297aa075151ea1fb520
BLAKE2b-256 ad7f67d3f4ff7e59f565aef418db841d8ab49abcaba18e78f46243569ff08b50

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b59353189d0caa5208644ce764bf56b09666a077ed244a1d4c78ef6e3ea02e4e
MD5 16923dfab28441fe3df5d23f73b1ec6a
BLAKE2b-256 92d4c0a636c4c1346e84f1cade00dd81f131f81d709da37c2754b98fc9b3c0f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3aeb46aab482869dc8dd6b7419c191fa99e7e48ae44a127b7a38d78db0b0d23
MD5 adeded7c86314b69264792897954b614
BLAKE2b-256 1a371e53c0b49025b19390e94329484f11781422ae9523df578ba04565ba31be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 60c5b7f8382efed74d9724bf87e590af4841744494d4d12e21d7ade95a3b343d
MD5 967f2a595401da911e04bdfe4c0eb6d3
BLAKE2b-256 a592c6bcd14c02c23e18c60771846fe69dd1af95db6773df11e018fcf15dfd42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b0397f77caf9b522796c0dfdea24036e6849a8aa6481c2f58e10969de1746a81
MD5 a2130aad7a9e93a72545b152fc309063
BLAKE2b-256 31a858eed9c998161836f916754dcf7bc1a143fea385159cefa731beb6df6467

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4cb0f07407c0b44865796243c0455bf524ed6f1f351ffdf64b211c6a74b76f4f
MD5 933fb28706e30542b58c36fb519dfa1c
BLAKE2b-256 41345a5b0458954474a733388219b75d3fc190c78eea49fd5cf07ba21e7aeef3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d783fa2a8a44f7fcc858ff7f3efcfbd3671e0394f07bb7fa7940ae25db3e7c27
MD5 b56eba0b33a66fb9ba1abdfd388805df
BLAKE2b-256 a77f1dbdbd452e910fe1e5e49d9a52dd530f89d3bc5db84cfd7f1849c284ffc0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 389adfc858f6a803776ca8b675105d6e6a816d3ca88edda7ed6d9206a08c3c63
MD5 42bb9c9f2479b4334e5d9e63512563bd
BLAKE2b-256 4e241d344b8335010b3601481c95ea771672a5071218c081de000bcf636b8c43

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffda72e3451cabfcac022ccf1e0a966980eff1bc25f29d4bbeb98ce8f7fb163f
MD5 c1ed2ffe5889f97da8ca901f8812a4c3
BLAKE2b-256 75cf4283c52bf8960349f66e1efcc4b1e048bf7e6ce1e3b1e971bebb82e3a37d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb14722a1f161e9c7533bceadf1903bb11f69a0f16ffe94ced977c4745e32cd2
MD5 5f849cc9a2c3089b6849c1bf0bc5cf28
BLAKE2b-256 68ebb8aa11ee71809872b655cf21d5fa6011f28c39cbeb5d7125244efcbbd100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ffa9d2a88d23ed9c1039ef18b65308f9ae800832dc98de1e5f4b45f0ef02332a
MD5 04a3da0712f340a20bb752c3cd0990ba
BLAKE2b-256 8c8361818a3a52337f28dfd2e8a80a814f806e1cd39cb7277d650b7947d84363

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d7dfcdc65fa677fe6aed7c4733f6f23d93ac176f579260ceabb8352bdad6aaf8
MD5 4e3497cb04a216615beba517a7d547bc
BLAKE2b-256 229e0c2ddbab9bb25243806490870770b71f2ba7a5b916e0f57eded92c73de41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 58fa0187bb46e325863f2a49588f2187c1dc55e8630f0119d14c77a961b0ea55
MD5 1a73598630eded0814906dd26cd77d5b
BLAKE2b-256 2f02f9b694a63824f29f41d9b970ea6b6dc36eb114b810190e2ac78b6be79196

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 19287220836fd005263b956c02ebc4f5e2d62d18267ffad8f3a2b6ffabf49006
MD5 418974bd0f6f3c7e2b03e905c046c611
BLAKE2b-256 76e8bb4f664a95b24a6970588a2af76cb3871b61bf51c3c3841c1b3ce97c2158

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0aa52a36be0062ff43b0b7a9b77ff092ec3d6c51fcae102b7fcdb8d9ee68a9a4
MD5 5c71e642b53219cf3ef621db2da5766e
BLAKE2b-256 1135d4c1d8818284d2d43165df4bbf959af0ed8b565f10ea08afd2aadbdd1c59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e254c05d9ccadcada5ee3655b9bb9804c08c3978ed7174844b79a1c9c3aaa627
MD5 50b1a049012690f6480ff9b89f06de8a
BLAKE2b-256 465ff2df16628110ba93851c3e40f6e36b6ec3afee22bfc7658b95c98f72db57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de2de868764316cbd1d045ed7e2ab8f3e8c21a839e6c193e5637100766ef6f98
MD5 01b845719087fe94513a8438c90c7cc0
BLAKE2b-256 857eee7efce50eaf59e531ae7eedf90ee798e594cf1af1f6c2de458330987e3f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cbe870297332c800648793bc084c28fc6100eba94199254fd13c0317bf6dc940
MD5 3016aa0840d4637e47b117fc5167e09d
BLAKE2b-256 f3bac500ddcd8fad63c77505d969953c48a042b2ebc3f831f2f5242674676302

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aea90ca40a86ea4c629b3b7372ee1966ca85f73f2d30319c23834c2fca8c6c67
MD5 34f7edb93c51ac16bc364afa20493f32
BLAKE2b-256 d3f183568d60f8024cb3ecec9f7a54eefc8f0d0ac41dcfbf268afe5ab30c665e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1ae79ce3c564df30e5b380cdd535d2b85e956f3b4ff1792b1751330a3a5e2578
MD5 5f5e65adc29d73c31875227fb3a8368c
BLAKE2b-256 69e041ff128a2b766b0ce1172e80145fa0fbca87e539516b5da61543c4822344

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8ac500cd32abd98669836a53cf935283432c5658b6a2a5eaf067c596aaa494aa
MD5 00585ee8fbd516929e7a51025650347e
BLAKE2b-256 65436f0656ffd68939c97397d97cd6238e08f2afa6928c1b276e30da0b57b583

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 713.4 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.18.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21bb809814b416cbe4a0fefb06e95202a093c0cb5d643b91c71e03020bdf3c9a
MD5 670952c518c1c49074d2da98a923390b
BLAKE2b-256 6f983d6c5f16ccbfaa71924d0b61d3e9555dba6d84f5490d6ca4316d2683935f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5fa55cf1a7cc5da8a29b11903c0f04292764fe4adae21b32f56e100b027a6391
MD5 6c59316e8477b8e4c1bd0edfdcec013b
BLAKE2b-256 336babfa002035a42adf5674381d08ec4bc499eea0566d41830cecc4fa9341a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 66850544a46eee2cab7488e85f6f9bd9fcf5fc192d24e4c174d8025860e5a256
MD5 098b16bcf6c148c4f9ce39ba9ef3c6d0
BLAKE2b-256 747cf1940e6baf6705d6ae9a5bb9e99c78befc292496f1af5008fc9a0dee1abf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c570e87ba6b726bd964c7b2c264140113f9a2dab7b504c92d3189f3dc5e320b8
MD5 00a02432385ce2e1a79f3b83c1a1ae1d
BLAKE2b-256 06eab582d6a6373b77f89aba5d86efc1cfa95a3fcce2041863b3bc8589be765a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c924e823b45b7d0887d7416d7fd4336c56f992bc729def79116edf8b7e1ff268
MD5 71c86420bdc00d9a0b1c452fbbfa6089
BLAKE2b-256 e9ae611cfd10600ff0aa739c88d86126713ba58331734768eee4059e4f4263d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.18.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0d5665d9c9def118be5a4a9b2e5b8364e9aebea168ce9d11bd60c50df3a3c87
MD5 39e931bd4e35d8965eb1819221c72f90
BLAKE2b-256 78006c82405138e64222cf258e8f3a11fa6ea7c2dd62499ddb723111fec02ea1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 911868a5b8ff36ff1aa5bba66660195aca4da6925e374e34ed6feb1be3e4c37a
MD5 d7bf6e42a8c216b615c29169cc784c41
BLAKE2b-256 7c523ab9dd3fdd6d2346a2bf914c262e7129ec8822892f8bb017759d0fc21673

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 6ea5f49c695c101c44e1c781df76be94c883db853990544eadae98f672c52196
MD5 a71913b4526de4733ca90beb99aaa476
BLAKE2b-256 67585086dc01e3343d56b3f2906126978a2084675e68792eab90d127f927db3a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.18.0-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.18.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b86da950a51c9b5c1af401212b1a20ec9eddeb62fa074049276f9cd4cf7925b
MD5 d6a68e23d8d5cd4e0e853d1f32259ee3
BLAKE2b-256 7b622b3b36e166b79ab1cfe529e72536e2c7053891253f9e248a4917bdd251e2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.18.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 11e7b894f8da0a1ce2224ae4df5ee82de7ec5f7459e594e9fda6eee5bd5e9a10
MD5 22961ab361ea3a204b8a202863f8f120
BLAKE2b-256 8d7bf9a36ace6032b0408dcd88eadaeba88d71060894753e84b7b43ebc86a6b1

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