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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.20.2-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.2-cp311-abi3-musllinux_1_1_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.2-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.2-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.20.2-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.2-cp310-cp310-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.20.2-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.20.2-cp310-cp310-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.20.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.20.2-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.2-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.2-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.20.2-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.20.2-cp39-cp39-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.20.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.20.2-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.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.20.2-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.2-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.2-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.20.2-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.20.2-cp38-cp38-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.2-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.2-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.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.20.2-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.2-cp38-cp38-macosx_10_9_x86_64.whl (770.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.20.2-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.20.2-cp37-cp37m-musllinux_1_1_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.20.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

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

awscrt-0.20.2-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.2-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.2-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.2-cp37-cp37m-macosx_10_9_x86_64.whl (769.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2.tar.gz
Algorithm Hash digest
SHA256 be77eed2059f134782e74d551b85aa96fef708c6d3840866431b62c0eeafc2c5
MD5 f76ac5adeb38af682d266be49143ee85
BLAKE2b-256 20050eb61b990318b4b64f1c06797a0033d0dd0cefc37986e1452845859474e8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9c2cd153001a1872cbb205335fb3717131fc1d7f7f89f413f2694d68ff111239
MD5 a9695cabacc57a95bc7deab88ffb12e4
BLAKE2b-256 0819ac6cc75c2f149857e6101dc737aa831e2f548f92f9997604dee97799fb66

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 230d92c455f7c74135817a4aab7b045341331e2b92e9b8b984342846e8ed5bab
MD5 5634e89fe11564e161b8be6681393f9d
BLAKE2b-256 c0c71671c432d4182b3ae50bf39d9e784392515a1c26daecdceffc9faa867af3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 29be312fcbb5891fc21fbefc5c0af1e47f73812e8603c43cd512486f97086c3e
MD5 f2f85fd5b7730a90ebaea01ce20d94e6
BLAKE2b-256 46622c72ff45e36efecdfeb36cd47a97a0b1514690b23b14c16fedfcbe2d154e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5536bf876293ca99ae44fc2cb0a2e92ba923f32845c8a767a35043da3f307a82
MD5 4892ffd2439e1fd6c698a12c040f43f1
BLAKE2b-256 d84db453cc162516b53124295e2a2dbd1d7d21aac5664975eb4fe1d86a603df7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ae308a0d4408bcd96fd3196f0c5a45dd297f953509129de7d09ecf842549b72
MD5 3344591fa7e99b5b1b65e9886f36c315
BLAKE2b-256 ef5c23d887ab57aa383c3824d45202b2d718028ede488a7bbb942a22eff8fa68

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0825d6e5397185fa45dfd3ddb8d0707c0c13f1b59e1756ba855741a48c684cc8
MD5 4c7b44c27d3eefed82e86b4c247af7b2
BLAKE2b-256 96c769452af678e317106ccbf7f9918370beb43e91417d6b2f050e776cf05fcc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7873db11c5a6f2b310fab8ac9151a77c852bd66fc6c148aad9adec0210d193f9
MD5 b98fbaa8dc32cc8c49e7790f7ac12057
BLAKE2b-256 f5ccc1bbaf9840b56cf789c7551b39e9a9deae57950213f571b8eb21fff11c8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 31b3ac51a7613f9b4d43449443f12d9b754a9a14af4a0bf4f4a729862f7699ff
MD5 63aafee1b7dbcac3c9dc905dd23f21b0
BLAKE2b-256 d045eca7b2971550551dd8974b157d375ff84c21283c759bd3cb67f64e5d0bce

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 becba25977e7ef8d9863c0834cb3d2419faffe772f0a755f6eef3e66f5a2acd1
MD5 0c3bb7cb05df2cdebda93f1bf65f944a
BLAKE2b-256 8f376d1ece6d2e7f91e567ec551b620408b93e825876eb7ceeef4e488ee66114

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.2-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.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.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a41c71df1cceedf6aa0ed87917a48f38c32fb68c8a08f63cb9571a69e7e1a792
MD5 207b60c9ac6ffd6efbf66248d841080a
BLAKE2b-256 a99a204349f523ef347580b09da3bd0d6d5d63054c27920f7fc2160fe84861c5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 5e1e63e0ac6dc91a820de3c509e3c12701856c5afefe1cccbeac1037e04f347d
MD5 a71670586de630ee716ae4d4a02aeeff
BLAKE2b-256 33e289a84de416dc055854cc846873befcd152d7bc745017a20dbae2b97821be

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73975c59aefd04283230180af2338245779d440294776319234b18ded1d9e86e
MD5 71394b124396ad39d734467810c11d09
BLAKE2b-256 3069345c786d3f7c49c2b684a51f407c9d047442e25c5c9e1ccc785497ef466f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45ff03feeca5a40c358ecc59052ce11731e317ed50f173ef4d3c4fff08399b6e
MD5 ce7395d01d9a2114f5ce91cf08cbcaf2
BLAKE2b-256 f135d0c250ea1ea0cc013ecbe82670ec45950565f963b1ddc11566c469275134

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 46b6616d66d882201e29c687b4170d8eaedbd71554ca624f4f3c7b99ce11607f
MD5 fe345729ea2383588c61a85466c973a9
BLAKE2b-256 650164998c2286547334b3d6e60a132555d2dbabc5ac5810b8f8274f661f7fcb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e7d0637f489da94e1451b701f7c47b624469997141e974e0b8be2a3efa01ab1e
MD5 42ec29b82adfc1b2b46b92058093d1ca
BLAKE2b-256 3ff50fc1ea810d9e8b9ea331998cc9ff34c254dfa29cdb941dbeb032ed578323

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5c08f29853c1c740a3d9a2f9fbdf82228dee20bba56ecb74a1ba3e80b0d2e2f4
MD5 6223b6f080e0543342d614f2c9a92871
BLAKE2b-256 075b3558938eaafb146eb0b6042523469962a6d8379120a8a596b40c48c01a3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.2-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.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.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 33b95b6beab0daa66f6f51312e1a9ba8174f8dacc9c52069fb9a986d2a0f7c58
MD5 ab048e5c44914a2fe7eb78d07a50161b
BLAKE2b-256 92369ab60d01ded727839eb7a4674e7d2a6acb8ef45e2e1155b99dc13ef8b8b9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fe9519689ff9393bd0136c018331db9c626ce0dec9330e7095cc860951d7b77b
MD5 e4cc387ad7dbdb101df618b65acb06c1
BLAKE2b-256 36e69feedae5914bdff264117702a5a856ea8cac752b952ebd40f5740a349c55

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ef0dc2e4f05847a0bdfa84c81fbba797727a0ac04dc839972534e649bb5db80
MD5 5b9b1060716eabb365f98dfd551531c1
BLAKE2b-256 d31bba44e746ece3f0dbc4107134f57fda9139baf4f97e8730aa0b264bad8b58

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 827d3b14777ad5b1d8b54a6bc451d39da40c9ccd5e92721626c8f02616e0f31d
MD5 d727a2aa5f0f19cc8a8a502f4b6d2630
BLAKE2b-256 41ff29ebbe6cd9ca539a13c184c934cfdc47e51101f67616ddb81df0c8b6f9ad

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 76d0d6538f25271a38e739cb9ec373055177dabc1c43496dd58acb1e56f8c30f
MD5 5c4cdfa784c0be400422908003d7130d
BLAKE2b-256 f4680eb969d122778582ba3d2a522166c50ae81038ff99cfc028cc47cd3d8fe4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e1e37019790bcfd4dd635bb3597bedce8fc4e530689e74489afb87060440ff8f
MD5 4c417a31dded69b06c44122bbc9dd9be
BLAKE2b-256 7ba750bde7f189ff2f48aa371d423b4eaaf41460303935f16e3e266ded08eb9f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9c1cdabf1b202cc42badb617f58c6da88136573a185d1b6a467e6850f22e8eb8
MD5 1010b22add986964c969f10a29a2e8b1
BLAKE2b-256 96077d075d20b662e22066f7fa1217a6d41847c370a1a1d6d344fb573272acc9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 691e51e1c2848d9812eb2757d1d8cd346088928a2efce91aace85c47d1279a70
MD5 5804cfe7cf0995e50ac620a2667dd1b3
BLAKE2b-256 881d1ff592bc5fbd4463c22792adfa89d61b42c7300b626edbf82063edb781d7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 473e67c3520b889bb4e258a2cbc7fd7e8a362a0861c63c52437f4b91651c9c68
MD5 e69515e5ef0a284d9bc21fca42f966ed
BLAKE2b-256 698969ab93e1bb4a815c2ab0e0d3b323b85de00e699b77bad2893882481177aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.2-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.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.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 71bd650486840a3107717c02bd87e9df0e3fd212be80b1ba9b1ce790c60cc6a0
MD5 19d26c9b7f96a97d4f387cbe0683b1d2
BLAKE2b-256 9a0d7a9f39d29668f44fee79082679a79cfe9e7a123512c68eca6e77a4d3d052

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fbe0fe2929f012cdc56f88e33be4f6ec9ec80426be2106d6635ff37932ce5b0a
MD5 a413bd3c35aefa7e04b9c3435963d0ba
BLAKE2b-256 21bb2ace0908718c4f5152f34ad1a62d65404a7bf91b6ef32aafc72cb5542320

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 38edd05ff90e5d45172f931625c9f6f5ed9c37703442cbd21fd3e980badde5d5
MD5 9398b0a4e99a72e314387c56a8ba4d0e
BLAKE2b-256 33ac9d2e055754cc4cf023976618872351daa733b4bd9955e5018c35cea744ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a23a1e7f56651a57ddd5f395b4e4074afad15c3f70fe0d7cdbdd4a5457511925
MD5 848a410924bfb8ae4d3cce6c7788458b
BLAKE2b-256 edf474bd6b6be0c19a8f27ac969e7b13015d9268ef3021e094e4bf24ed273347

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ba28432f16ff12432b33a28bcc0532bb8967203c61271c50b091e82abcdfcdcd
MD5 6788dc115e392dd0bc8b48ae2d7e43bd
BLAKE2b-256 22003a49aa6ab9b7e10fb1ac50089889504f6acedbbf4d5995649fca5c60f9ec

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9d5ba3980d6ccd786593ebc0fc8c1b8bee6e5454070e2d869dadd43919d598c7
MD5 70c4e1b6dc1d02bf84aa8e56a4801f15
BLAKE2b-256 75fe94cdd7e3c05ab46e86b591786346a07bf3f58ae43013fb6758b402dc7b6d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 30f0791b9a91d003843a5dc3ff12122114e04f7ffc4655c33d60f0ce789cd796
MD5 327d370f239a6ca4cecfe537d150cda5
BLAKE2b-256 ebb42ad1119e4c59e1f62371d16d0f63ff4a4bc9748affa7799e73aa190a491d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7249ab40608cdbc4db510e614c4c0bbd553a3abd3f0eecbbde8b1bb1f7f5d5d8
MD5 6a04e77a559bc9962badaf33d6174a9c
BLAKE2b-256 f92e49ee9e3713c501f8920ca23c2142475725d8c106ec3908d576009b1d45bc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a724834ac6cc5476b1049388f2353a8835eaf3d11cffa41a79968de07601e4b5
MD5 6fb7418f6e729a59373f5618cc63358f
BLAKE2b-256 c5bcc03f32e6e0bef08fa56d5f7a191c3c0f84793116c01b359f379e6a80d32f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.2-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.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.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f586bb576f72a2e9aa46461a4ecc3d63f62657538d936ec460fcbdb1e35b8135
MD5 6896cf6005c07791fa52019d20ba66d9
BLAKE2b-256 80fe24aaed78c5a519a9fbc052daf6f51b1b4015493235099709be6a0a397ffa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 1e26a1ce170f8f154922ab19a6403b326ef894cbd923354603238ce0c6b756b9
MD5 f178640a5da28fc63ddef44eddd653d3
BLAKE2b-256 9113a2de33ea58d08d1b42ecb4c3b8f503cbaf3337ad0ba2dccb8c401958895b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80880c212e8a592d179320408e787e67bea30bf219a0ddc9cf6de32ee6adab6f
MD5 df1d7eb9a3408470dacae611ee67862c
BLAKE2b-256 ed0a84d676a70f7a3a27e3cf5270099a2a38587bcccc1b28b1f69f18138f9894

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 41d67db351259067c0fdcdf38c7104274cc21e31f4ba7a3e1d1796803ff8c7f4
MD5 0f0524c36c36643157db70a1e5817304
BLAKE2b-256 d538233dbd1683148036f9075d26539c1b5066e6e9525198f4e96052b6185ab4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 25b31183a16983a1a0499b850e22929d3e52a3dbbf0c76795b99c7c706f9d116
MD5 9827065eb9f9711c9df09417638fd91e
BLAKE2b-256 dc02892bd57c59baca846d114b4de95868de2c6ba9af660b5eea1398f8c746f4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 cf0ab421fdb7cb8ba7bce5c3736846ba3621f7cb9f6c16bf58f7b128656b4253
MD5 e9b99839c7e6235b68adaba3061bcec0
BLAKE2b-256 5170c93ae75745a940ce6b6eaaa463146ab7e40da747badc3aaddd30b16710a8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 54558bd85dc5bc683c49c7e853f4113db60b08eced9fbcb6cd0ce7c545de325b
MD5 5496d9ae65794e85747e87af3b2fa50d
BLAKE2b-256 0726424f4a2930fbec73b9b92f18610b6a21179a20b3cd593f0b787469b61425

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