Skip to main content

A common runtime for AWS Python projects

Project description

AWS CRT Python

Version

Python 3 bindings for the AWS Common Runtime.

License

This library is licensed under the Apache 2.0 License.

Minimum Requirements:

  • Python 3.7+

Installation

To install from pip:

python3 -m pip install awscrt

To install from Github:

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

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

OpenSSL and LibCrypto (Unix only)

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

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

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

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

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

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

Mac-Only TLS Behavior

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

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

Crash Handler

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

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

awscrt-0.20.6.tar.gz (32.5 MB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.20.6-cp311-abi3-musllinux_1_1_x86_64.whl (8.0 MB view details)

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

awscrt-0.20.6-cp311-abi3-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.6-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

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

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

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

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.20.6-cp37-cp37m-macosx_10_9_x86_64.whl (773.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.20.6.tar.gz
  • Upload date:
  • Size: 32.5 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.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.6.tar.gz
Algorithm Hash digest
SHA256 e0b7142bb671d44544d879728546dfd4d9c7ec460d13224d5da730bea78f916d
MD5 a878b5afce6bdb5afa16c163e5ec0e63
BLAKE2b-256 8029aac84b0b13a77de4ad0c9e481efead47560b82faea7685ae6b2b6a2411f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 908baade9dfadfe56f636d8349057fae862b0622f065d44e80e7bf6d61df9a81
MD5 f429f986ef2d269d795c9180422302e4
BLAKE2b-256 67fbfb757d0b624206875f8c6625e3bfe6ce8fe4a3477a12b8639346ffbb46ce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 277d123c67450f62e50cad3131778a595d7006271725f42d4039f2a5c24be9ae
MD5 49813f031661f1a3950b4c9724b8d1a4
BLAKE2b-256 32984e8e1dac387318239b74f02d493089a0d2f769c34f514ec6ab244330eb5f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f2bae4ea712bf05483e381bcd4498fcdeb28b3a2903e5d436fb1497fb6225121
MD5 6eb3b4fdc1df8fb4a230b886702155b5
BLAKE2b-256 31d41891e07525539748fa389cc077bf8318473363aec35ae67abd6b48c5a582

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 60b45992050024b19a9b75183b5023e60c751c9b805d003ec8861d7d59907ecb
MD5 7ce33935ce608c75f7ab1089da05b34e
BLAKE2b-256 6a4bd1fd7d1ba5bcb86fce6ccf92d6b68cc1e71c62e43671d9390e26db48ee9a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.6-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 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.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.9

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4456bd8a9dd2c790769ca9bab01a751cf0f8c5f0d941e73ebf28d7507bc80a47
MD5 8975a9d24b74fc0cbc75c72c64c7a4f3
BLAKE2b-256 6b0ccfc27764975c121456e7f7c396ecc3cabc63879cc362fcbe562d24f88d7d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e758044a360287484e8b6a7ad9904e2754d55d12b5611f420b0a12ec6460667a
MD5 0dc1dd86969eb9bf711ff89a418fb10b
BLAKE2b-256 ee89395abdf4b260c1d93b8baca1aade18756f16bea8b0f2bde3e7346e43974a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 825d46dc30c1dc7a4683cf179428232fd5b4b35d8686d72da9e0d741fa29a20d
MD5 c74aff54d0f362f670e87059c9d7ade2
BLAKE2b-256 bc9164c4690222c71efe9139f63d1386fadb93c4eff46e2a72938d0d732bd747

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9e767158f0ab5fa81b760b62fba595da5b8e445ad68b7f7c59ccc79d7a83736a
MD5 a3de3b0dc5285bc752b4d1804d930f0b
BLAKE2b-256 4c9c8b15ccdd95fcbc4c7a0866c26fe871f6504c7d11bf4b2bd8059c1e27cf79

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c9d7a82bfe48566df74b77918abcf0ff7bee07b6d89e54c8dc4cff96b90a2ad7
MD5 a22805fe39f439d931f7cd6e32ee0b0d
BLAKE2b-256 756110ff478b64afe5a02ce8a2b75458b85aff3e8c90a0fdb86732cf030bc586

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 806f15fcef826506ba0f3f5597f63fe1f0430adb5c6728980dd09f720f71282a
MD5 3685676268a550022a534c2fc8a60dc3
BLAKE2b-256 1097fde4258c7d1442961ef2282f7056a4c90b17ad17d0cb6252824e3eedc72d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9066fa59164490f51ef1c2e505c36ec24444ec0c232ef27d62f648a7a149a789
MD5 9476911630df3f5d99924dc9651ea8c1
BLAKE2b-256 c275619a6843573931c6f29d179c1c9edb75c2b62a9deeac56f1db44bda97acb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fffa196288a9eff8d2c8eb623bffecc1350fdd1b849965ffc2c14baa72e7dcb
MD5 ff6fc5f91a003c5302e588d40437a754
BLAKE2b-256 de862f232df96ae07de962c5755b77e07ec709ae45436b34077f2a9b9363cfa6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9695b522b15a4aa3cd40b7ccb794acdaf08daf32e374e1bc264d24ecbd766cb9
MD5 6547139cf31c9b0214539522e117f371
BLAKE2b-256 ea862a8c2b3d973265425fd409fd6567130be318142db7526fc9c6519dac7bac

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 175600cd24dc4f46e41fd48b4629dc92b9e51b201780d32afcd428cbd56280a0
MD5 e0ed1b261f7b6856a03400fecae44fa3
BLAKE2b-256 4b078f736c5334937468b40d0afe5cd6c1ad83e34dd076dd1cf1e55708d602fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bb4feb2d332a5cd18961ad46cc832cbdb3ed66b4c2a8e0077b2e14ac16a4dc2d
MD5 656cb67cf3c39163952f567380da13f9
BLAKE2b-256 56ff95ab190126fb235b1b124aaab2fd476ad30ee9536714e6610f17caab5893

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 494196862da7e74dcba1ce063256ddb640b78cdd311bdc13ccd7f54c63af0bde
MD5 c7d75dc5a66b7adcd817621ab189f60f
BLAKE2b-256 cc7a44df642551a199481d779865df9f84028f6058fb6c8123169bb3bba2da3f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 109deaf9e050367b9a0621e77b90c1a22dd19dba5da2e9c65e837c3f131fc0a7
MD5 75136cab04237a484b6c64c4564e756f
BLAKE2b-256 0095611af6188c0d856520a708bb98fff303482e104aa79809e95fdf6ad071a2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 bb931b5a750324ec2ab4511eafd41968fef11a9331e16623a276a4ccd04c5129
MD5 f39c22d194e435dd3815519420605420
BLAKE2b-256 149e0deb6e29f1d7d9abd7a29a14f5936b9b05a66b1d11559e772189e997b428

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d675dfffb9de74d378f36c6b4950637cc5b15d6c01590ec5825c9cb2271eb887
MD5 ab1abe4cd977f2619e77fd5b9b6b6fac
BLAKE2b-256 dab20b89bbbddc93710e42079e1cc36874c32710dbc8d4a0e863ef1e662f567f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 273aa33cac006c8cbf66da119231f242ccf4b11cfb0c81dadf563f61d5cd3929
MD5 122b19738b254721e5fd68ac8c7b6380
BLAKE2b-256 48113f352689055c12008b1b4b42e789f2b20095f3228ed1f6563716ab8a69a7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 12b70f847a5f1afea0f582af6aca502f337a03ed9064519681ece2caecde13ff
MD5 5ce31a578eba44e3ea4d19ae1a785ca0
BLAKE2b-256 abbe3910379f50aa1f15972912fd98507d776464d8778b9bbe0e7d5ff6ffdbfa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 526a38de7f794dfd83cc7dafbd0c190548dadb348e21e27d8bde35ed721cc634
MD5 4a651b26a58c7176886762523138aad0
BLAKE2b-256 bed4d56a46870ee08c319cfec7fd984fd37464df57810098efe65292ef4ccb5a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 be5d8d696710d48e79f1ec804add7de0925674d257c368131e9c48dd5f813ffb
MD5 1524c9a402444368728d5f6509d3a268
BLAKE2b-256 145d9511c29c49058b7218f27a3e1de6bba16a1c91f28f110dd8ec495f569715

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 cdc967a2a002c567bcf6b7efea6ac9dcd0483377a6965fb56bceefb702d10058
MD5 cde6b0be660c10fdcef84fc08309c7f5
BLAKE2b-256 395596ab0a21cb194b7789dc0bbe4e9e3533f0628b3ea6addef7a0287ed5c940

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b50a60bb0b05ac17ad9ecb108445323a5bb17c8d8b65d4822af6235e22d31612
MD5 8f33cd82cb6cfc57e494e3bf65b6b83c
BLAKE2b-256 f708c38549fad3b930f65e4143228c9f177412477d6a10d45ba5903512ebe32b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7720a4dadf325b341579045ab9eeab492bd2cba4e41beeb2574718f45ce621c8
MD5 5ec8655d1aeac82a19c4b35df6c516ac
BLAKE2b-256 9d44c567dc988ee00232f3d725426766d58f13242f8006a352de8f049dc61b88

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 99d22cee12ceec5b7f8b67edccadac9b6c32c1f7b38750ff65ef1f66c3a31d46
MD5 44857f93c98dca9f6d89312d9de90216
BLAKE2b-256 7af103cc261e774e9aa5b598cbba85035d9c3c43d7066ef66105321a32936943

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6d87b9410044bb947a37e852dbd7ffe2013e1b24fb37b38448445584fd65c55
MD5 f5cef7914d70251034bb6b32d7a0ee77
BLAKE2b-256 95357ec314ab11e293ea3418ae737737a3a6cbb89517bc5466dcd532482d7e6b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b5706d9fb507896fb149459c67ecb7f34346dac9bdaf061a131f0046aa9d468d
MD5 83446abfa91884915c0fd0fcf7b75927
BLAKE2b-256 3ef3b3e90daed6680947794aeb841e5f1237cb8c73183a5705614c02d5b80957

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8661880634916de1166774823bbe32375744bc55dffbdfebddcb4346b9e2e3d5
MD5 f099b99e5e4f1269d67ab7f39b3495c0
BLAKE2b-256 8c59355c0a304f5b5db246a83abaee852d269dbf4727f6f254982fdc20901b98

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f971713c0c27610c42c9845a4ce1f1a9f5eb7b26058f8796307de981f5a12ff
MD5 cc71b87d36e388aade81f5ae574fd259
BLAKE2b-256 8b1eb3fae973575c38b2c40734299413d8ef2744d51e035d862369fad5345f4d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 328f1aadeb5c4de5d924b15545f9b9585d1fc1b0df4278ba35a96ca31557a388
MD5 f7bc9b443dbbdd8a413aaffa3a4e22b2
BLAKE2b-256 ca644407839bd7e8b4e056381f45c475f271ca952fc7d277dffe7e4d3cc79eb0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 938ede8c25df984aedb78624fb1a74c7dab6ff7d37cd1f541de15500bb365245
MD5 62ec7872f99e4150af7837f747ea6618
BLAKE2b-256 a195786f1039ecf04165ee9ce3d20695b0fb0096d3648c152538fe1fa4ec1a9a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5d13423bfedcd3e0585a0196346bfced5cbf3d79fa639e6b281f88efbe170b3d
MD5 19dd4177c64c9637448c21369ba0af59
BLAKE2b-256 7445eba3c59479c73530c60f6e07f9dc0a0518289bba53b274eea7a27d5429e2

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3f7451c235cc36f2c35acf29d6ce7ebf59c27ad411cb87aa1f39f18c2360c7a
MD5 1fb0c93a643ebcd8d7f4bf73913f53ac
BLAKE2b-256 49ecb092ec2397dc9486156f622611411d9456a8e98e6c5594cff13fca8c6dde

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d07e6a4388c69fe55b47fbff089cc0c0919f8d93767b914f7cebaae66217c7cd
MD5 4f37ef364192019a7698360af226e87a
BLAKE2b-256 0343b0d4417b24bb863c172c8f75a51963d76f1e71c96191a1a0e1f1b33221e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8beb07fb3070f2df81f458906829d4dd3eccfc5c695e1b9faed3ed0305a8e4b4
MD5 cc6d3240ace9ff386a72019ed558e19b
BLAKE2b-256 25d83913d13081cab685c01efa81a1b232bd355dfc0d8477c5e56ed4c3481644

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61639cc57cd6c03b6a31d91dd3959f647c8e2025408032fedf120e0837ae8191
MD5 b72de8ee114fa51af1c79cc981d9b701
BLAKE2b-256 2163073d3c2c14f6b0469d3e8ea2bef6b4c298aed34420f84b718edec70a2022

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d9e8c7d2a6f1478cc70cb251dc794b4a7df08e3e9c96d5391e5fefc04b09bedf
MD5 313c004b788171f4b3ace9ed7177b3fb
BLAKE2b-256 abd784433ee4472bea7ecadf1c7100f40b13a807b4537b68d4491852edd8ae45

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 379f8009c85d67524e80fe9c89cbf852cafafd58bd1ffaee2f9561d65e5cf4cb
MD5 9e0e8825143b5fca5ed5adf7b48b63a3
BLAKE2b-256 14f7232d8821fbdacdc34a2bfb4156890d85358d7b3f0902bd588090d4e5f6ba

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aca9d4f2aab82ebe12eadf8049962b63027cdbfdd192d021a9e592f8103e6c53
MD5 74c25f873e55ed850621d126c565df06
BLAKE2b-256 b16eb4d06e3a4536c97cf310573006bc27aae5dade0809efdcbcb793621c4d1a

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