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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.19.19-cp311-abi3-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.19.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.0 MB view details)

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

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.19.19-cp310-cp310-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.19.19-cp310-cp310-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.19.19-cp39-cp39-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.19.19-cp39-cp39-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.19.19-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.19.19-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.19.19-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.19.19-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.19.19-cp38-cp38-musllinux_1_1_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.19.19-cp38-cp38-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.19.19-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.19.19-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.19.19-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.19.19-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.19.19-cp38-cp38-macosx_10_9_x86_64.whl (766.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

awscrt-0.19.19-cp37-cp37m-win32.whl (2.4 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.19.19-cp37-cp37m-musllinux_1_1_x86_64.whl (8.2 MB view details)

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

awscrt-0.19.19-cp37-cp37m-musllinux_1_1_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.19.19-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.19.19-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.19.19-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

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

awscrt-0.19.19-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.19.19-cp37-cp37m-macosx_10_9_x86_64.whl (765.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.19.19.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.19.19.tar.gz
Algorithm Hash digest
SHA256 1c1511535dee146a6c26a382ed3ead56259a105b3b7d7d823553ae567d038dfe
MD5 13b2581d829bea7b115e31da89614db1
BLAKE2b-256 6925b1c6d1c3aeed90cb6ce69a6c5136caeb7f43f8d81a87f626d6a21b082afc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ee4f8e4560d74f3ebdc9061e0928a5b43d90447df978d592d3e3207f3e6f5a44
MD5 7ee1fc0dc28d2630fd69ad67b535cd33
BLAKE2b-256 d20e3915bcd1aabf050228c436a23f1c009fd0aba0fd9ff9523db37b5b8fd07a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 ad97e3bad8a6b9e2b664052db094d8daff829efa59e308d38e15ec9802e26e9b
MD5 86799a970948ea93fc00dd725df12174
BLAKE2b-256 629e30d6f42cdb0e78c73cca2a736178cf354fd0c8977555c1511e2d65aaff2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp311-abi3-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.19.19-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7d3a9314454ff24f22ea9025a4bfa91c48d6ea94a58cf81d164efb3154220b0d
MD5 6952c8039cfee321458947dec372cac0
BLAKE2b-256 b443d3880e01bb5641adc928766f880a1ff76f75dd8d7de07d57b1ac0c1723ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 55ed3e7957bdb93f4398903a4b0687e63256de8e1b988578a6d5478d3b5db4a2
MD5 b68490c815090b6a29f528d0e89bd169
BLAKE2b-256 939de511c9fc82482b2462761a8acb21c356663eac1dc3436f446a0f2dd7f7eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.0 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.19.19-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c415ed2e553f6f7ebf6a34bf5010c2b37cee5624a8ddc1ff4e21e44b8999d67
MD5 0c24187624fe10f8316f94b0dc2dd0c0
BLAKE2b-256 ca0e82c67b160c923f90121911f8b79dc9c077db5719f5eb236a5896eafe219f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a565c65d6b5712e69eafe44d9fc53ca279eca6ca672012b17470f6844d0e4539
MD5 57cbbf965f02656f8dd9c8b4d9c91c23
BLAKE2b-256 cb8ba5fe37114a2ec9cb3db1bf33046a762880a4d209242b3514fc8249701347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 32037a4b79e9646228414e9619c24c99db013436772d9f36cf579c3c56b332bc
MD5 e6048e1fae9f61eabe8fd1459e74bb05
BLAKE2b-256 6e212fa14d90405e0dedd29335ec4a4e5de18da6d2135a556ce7261546264642

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e390977d41523e4a8ad969d7f708b48809cb3c6bdbed27721e9d6a466a868cc8
MD5 a20dacda0ec88f0c77d4b766bc31b292
BLAKE2b-256 dd92e2e7db793216c400cac0c12b396cb56be3e5b298635a36d72d0a7e217c20

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c1668bc8c0b1e85f4b1511c60da639a4bbe10dec158d6a7081f87e7d46542015
MD5 4a18e2bb5cbca0db548aa32ac697f59d
BLAKE2b-256 bf54929ac61fce3afc67ca43481ee3684f291481b628ae1309796ef2f94d2f89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.19.19-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 faa98bbb26a48f3bd3718770687311e6a890888eb882e6de8cf5813075bb3fb7
MD5 4a7fea9de82215897678c215c4e9ea74
BLAKE2b-256 1b2e740279d26d9c5c9528829b94133ce4016812a1fc5ba7a4511b39bdc60c60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.19.19-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fdc153732d27f7c2d151ed7587fae57317b740af8352e86a6c5304dd81c3deab
MD5 c3519fa56d5d57416000ec772f946296
BLAKE2b-256 484564bc02861cc36ae8acb49f1a8808800270cea2d42128e7872f0aff82a320

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 36019bb11a7f3f2537314eb46cc526d40efe732907055c83cf7b7e60fcd1a672
MD5 f0d43f6e571005049bbf115811dd082e
BLAKE2b-256 59ebfe4df6eb48b4089840b3c1daf72b3b56fd7fba0be35cc384817b3a575045

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a1e49c19c93077e3b911f288715944a37f83cea4a4573262412ff74761cc74d3
MD5 42a70753ea82aa6c63dc990ffc1da41c
BLAKE2b-256 fd7fc4be7937b019ab5b066f800e637f02522a71fdbfe4db7cf1521e055edf3c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 aa0742e756e67b78f7d2a7b44c5e4028e0074cc8e9063bad7bf47919a308d3bb
MD5 46e0d454595d81312e9ce70249235de6
BLAKE2b-256 f880a995b8b4872b038a64c8551289b8580638fd24adf5b7cd70754f631547b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f0309dd8f95a2606f2a52affdf526ff167afa25c41fa03f8ab6f98438db0da47
MD5 13ca4bf7be3327f0283693a11480586a
BLAKE2b-256 f32cc055f67ed788bce774a6fdea8b23b742a65ab3ede1f406c35ac191b361f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 113af72d40ecfaf8f27f39c6a5a717111ddbaea8df4f3a47bb326ea2f8ea321e
MD5 fa880750f6f753f3d8e869b75bd75464
BLAKE2b-256 6d494aa8130dfd3269adbd1aa142fc201cc8333f1eac8cae362171c88d139eeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.19.19-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7b6ff1bb9d08d9d209e22df56ec6137d2c4cd1ffca5099df146efaa9fa7d7d8a
MD5 005ff7e86fd531ba5eb7d54a9421aa3f
BLAKE2b-256 2c33a494ac0e96d3ce273fb9bf9ad4643c6640a3f3b7a09f077c64c8def3cc1c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.19.19-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 6bc8e97c480490d720aada4600ddb1a1a7ec38b45692e0843bba56a275e1fba5
MD5 66656b250b3890e760bd862ca0e89b6c
BLAKE2b-256 b88d126a7f600d45057451ecec1c143a3e223af9060ccca205f5c24e407c3202

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1b509dc99be02df94d258eae57b239e50e2cb213186e9655b14eafcb791b19f7
MD5 cdbe2ce8bbd22d2b2cdcf4dfd8f513c5
BLAKE2b-256 0ceabb001f2f65b6269b6ab229a10d56c370794b5153daca5a6ff616ab82ecd3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 17107b9ac6220227f20a81122820312191742d097267ecb0d9c722e9cdd8c3de
MD5 36fc2b3df5f1cd261b88b5f9af30a3de
BLAKE2b-256 7dd75d4c0a4d570453ee0c5fb6846e981a2b944f3b5330c46ca7dc7ada763b14

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7c98c5862aad514499360061e567cac5cbe0594d71491a373ab2ccaeffbc1878
MD5 58963c481545f301a865c8357d61fae7
BLAKE2b-256 9cdcc56b4c13277786b7c785d9edbd42c1de276a96753a8b03847f4fa2736bb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 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.19.19-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 576ee8d9398b7a5ff85ee03aaa9775d5f931cf7e2d556e7f5cd68820cfae52da
MD5 2ee3009733adfd1b512f5bb5c21a12e9
BLAKE2b-256 ca4a68d5f39b7fabfe580a52c9070ff6f4f8c682f8a3953d23a7e07259f04b73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c419e14bd4c8b1ace330ea382eb054c6b4662ba90cf16ef27a608e4bb0a94dd8
MD5 893974261ffe3f3f2ae489a635a2ec0c
BLAKE2b-256 102e6f1282703fd5bd9b2c6cd76150749e622cc52918bb4530590ce323a1e190

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e0140eb65b3b6a0310aa3407743c3e734f6bd76ff9cc203b4901839e8a1a191
MD5 7b969a5c2b22170f38692fb038e3aca3
BLAKE2b-256 e3d7b24efdc29c78efc9002aae1abaebbb6503e5731ab1bbab1b6c8af7f315ce

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 3967f1ec5addfd4e64270d823b657dc62315c4c53e639dbfa19fb8439b5c40ae
MD5 69955d72b4e761cadaf2fadc76d228ef
BLAKE2b-256 d2720b4e0310cf2aa9533d676f5ec78b5c6bbba372e5360d1cb030a026ac2430

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.19.19-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 01bec9ee14aa38e4ba3e31e5ff4c8800db6dd333b3afdd76f48957d84e6aedfa
MD5 39b1a3c39961d8e5e06e90c4201c57c1
BLAKE2b-256 de4efc86d66ba71994d8b05de60c284084df9db98186421a99d7ace6c3bb7764

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.19.19-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 cd42dbbeebe163e942e4e80327f2412a015de4d1e6fae6f0433cbc6822dd4185
MD5 72ff057afe2db7dd9da94671ff555020
BLAKE2b-256 44b6660c177061125dcf6f2279b07229b65bfb795cd78c96fc3e4cec6b748f48

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bdfdab4b852b53d04c385c7331d00cbc1613b93e4dd66749571202fb09a70eb
MD5 051429802e497eb81f9d28fcefd31cef
BLAKE2b-256 9beff057e653c348662a014120da6387357974aaa210be23a8b541bd094cc31c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae19bb8444a736f1890a0d00ed40faa52e7a9999509be3c34df112f740058844
MD5 e237481e04928d14468cb334461de2b1
BLAKE2b-256 905cc10b3afec743fc39d9067a0af663db2cb042f750a5886450812011c38cf6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.19.19-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f56a3f2c2b70dabe9dd5e01b63fbebdef7bdd3318a289d96e71b1ceb6a1069ac
MD5 a443a3e3f4cf7924aa0ad98f83730f95
BLAKE2b-256 7a17600ca8f968cf8187868780e6a6ec458b512c4aca66ecaf003e01cf00b77b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 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.19.19-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ce5ab9968619805b049d7984d66bd51032d793fc6d29d3c329037ae4f9919831
MD5 a2f0c0de0893f5631293e49908c25a09
BLAKE2b-256 2761c39f941c939fda0738cabb8b5db41509377df4ebe711dbd8699eab374d09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 766.3 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.19.19-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d36af90b4dd9396f2cd8d09066f59780b5242bbc98e7dd9657b2691f827974f
MD5 0adfeb60c1a28d0ce4017ee60f9d58e6
BLAKE2b-256 2453ef2dfa8126e405b356be8bafd4a240a41521fc181ec205ff544c741eb84e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f50223ff3879921dc4619e9806f61ea9695a7b132e6a4ab9db05ecd7dc3f07dd
MD5 7a9b26ad3257759c70e6371c724229f1
BLAKE2b-256 496679f9c0c3eb0f5da12e3de1582e77ec793785693a4075e4c1350fae6dbf5d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 2.4 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.19.19-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 2225f68bd21304069ae6437e61c4b598c493b29e426023037069dc3dd41b1966
MD5 c2154cb65c3eba56617d6086eacabae7
BLAKE2b-256 e3093d487e5e98d27f37f481f80d030bb3616f541ebd9a3426e055a1b2a319bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.2 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.19.19-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 778d16226d42df37e10ca482240dd122b23a66003c907a7de0715b54b101ece1
MD5 6ede597b2b623b61a9d265c2beeeb237
BLAKE2b-256 d43cfdfa25bb4d74de8c4fbed47c6b63b81cc70cfdd927e4342f4eb37db41bfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 7.9 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.19.19-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 fc5a0f260e7cc72df27da6ac4765ce3d241c9417449490026065e87a8f1a6503
MD5 10eb01daa6b91cbd6ed192b7996b2910
BLAKE2b-256 50b95997a7c09de3dda703238585d55fd2412546e65aadb191463947aeaa9b56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.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.19.19-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f0f9820cbc370d07a195c6c4bc490ead9ff16f84cb401e63bd5790308c4b50c
MD5 e2814a0fdcb8c7233ba6ecfb34696a6b
BLAKE2b-256 5edf721d79e4950b7cefda9d9ec2b2385b548a62d68b7970e2bfd4b08b056577

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-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.19.19-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ca84f926be8d7aceec5fc5aeea5a413e5a6b672374247633d7330a5899a137d7
MD5 f19cefa35a2cb94b71979bfe02eb01ea
BLAKE2b-256 b1228f9845251b908d997b10074a7f64176f1067a45fa738416db8de2885b934

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.6 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.19.19-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f973930bb58b0f59ea80a94872b372e9ff838a6b80be8042195684b15c91b67a
MD5 d0cb91632c7eb6147c367f92426436d3
BLAKE2b-256 93eafabcce76f448e183c954a6e116b58b098d9b0b136234be0c16d29e193f2f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.9 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.19.19-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 71fcd52ab887e43c606c0ae9b729d540f7ca6bdf72afc63d7a8c21f7b51899fb
MD5 5746f9c99572e9a370b381f9238228d5
BLAKE2b-256 74f0f51a384b63cf2e2c10ba4e257d020b4711bc5d60e93b98e3284c99acb215

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.19.19-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 765.5 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.19.19-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 68f6f184be267a60880f7979825ba7665b0441cd9a4c16e023c47b922765fa81
MD5 b0fcd9d71c51c09be45d9ccb9e1069b0
BLAKE2b-256 d40c13b7231172220cb4db0bbb05ab98bbf88284d385da9118b17950a20f89eb

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