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

Uploaded Source

Built Distributions

awscrt-0.21.4-cp311-abi3-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.21.4-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.21.4-cp311-abi3-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.21.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.1 MB view details)

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

awscrt-0.21.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

awscrt-0.21.4-cp311-abi3-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.4-cp310-cp310-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

awscrt-0.21.4-cp310-cp310-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

awscrt-0.21.4-cp310-cp310-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

awscrt-0.21.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.21.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.21.4-cp310-cp310-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.4-cp39-cp39-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

awscrt-0.21.4-cp39-cp39-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

awscrt-0.21.4-cp39-cp39-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

awscrt-0.21.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.21.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.21.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.21.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.21.4-cp39-cp39-macosx_10_9_universal2.whl (1.5 MB view details)

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

awscrt-0.21.4-cp38-cp38-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

awscrt-0.21.4-cp38-cp38-musllinux_1_1_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

awscrt-0.21.4-cp38-cp38-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.21.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.21.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.21.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.21.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.21.4-cp38-cp38-macosx_10_9_x86_64.whl (793.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.21.4-cp37-cp37m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

awscrt-0.21.4-cp37-cp37m-musllinux_1_1_x86_64.whl (8.3 MB view details)

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

awscrt-0.21.4-cp37-cp37m-musllinux_1_1_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

awscrt-0.21.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.2 MB view details)

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

awscrt-0.21.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.21.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.7 MB view details)

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

awscrt-0.21.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (7.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.21.4-cp37-cp37m-macosx_10_9_x86_64.whl (792.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.21.4.tar.gz
  • Upload date:
  • Size: 35.8 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.20 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.21.4.tar.gz
Algorithm Hash digest
SHA256 a73be414e07de8e14bcdd366a01daeb88893cf260e3f5d0bce3b341c5f849466
MD5 76729ba6353e8285a8f3c823f7d8e297
BLAKE2b-256 d6ff476a4e63c0fbc6be0106ec1aa8d1376453553ebe770dcceaa92660cc5b43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.20 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.21.4-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 315dbee545548b33bbede2cd34c5c523cdbeb057a5ae4f374f4ad587f340980a
MD5 a6cf9e143eeefe7473def78e6512eef9
BLAKE2b-256 3f7fba0c490ae6167f13fe7a36f66e9aa6866053b4f1d5fb410050810879e402

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.20 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.21.4-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 02b0038a87d3ef8e2e49a1d783e5c2fa7ff789b2b89d4ba973494acaab9212e0
MD5 afd45ec08c7efc20fb109e4418a7a1ea
BLAKE2b-256 8f1b3d9423b94452c26d874c460b2fdb12a6d8689cf76e172cfbfaba1ccb111d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.10.0 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.20 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.21.4-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cd16eaf46fd7bfd79c3b74ff636eb351884f3666706b61a5612d0cb230a4f29b
MD5 e78e582f578989130adce8ba737e2d4d
BLAKE2b-256 d92498c9d7a970568c23a74ab67928c92db2b6f6cf5584a3f7a5c7c350b6cc78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp311-abi3-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.20 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.21.4-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 db86701e8d4db59b73f54c50719da409d77ca281d4788b6d4072d4693e75a503
MD5 cf93bf4c5b78a1ff46cee1df9c8eeae5
BLAKE2b-256 c05a63b1c165c0d817f1bdb6b5f1010bcc74b2dc8a760de38b6c1ebf8adc7d0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.1 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.20 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.21.4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a894703012372402f5a04552ff1f72e3aa6cf205f99e47606d8f79bae9c03f0a
MD5 3680c91229fdb5e453bc45f3bc01396e
BLAKE2b-256 db70a001c3c4a5f416df4eef9471f5be0a9674f8ead175720e2443cd6aba4de7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.20 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.21.4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d8714598b21f8ae2831077edf283f880045054b8d19a65eea404bff3df13ea9
MD5 68258ae88a3719cefc96de1baba8a28e
BLAKE2b-256 d49df07e37ecd42d2c9d133072f68f4783a42c0d20cc3c0db86e555d5e8f59e1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp311-abi3-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.20 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.21.4-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8c3e2193c5c01909abaf94d1f7e27965b64da81d49f3c54a94c0d0800e61d217
MD5 d9fdd5efd2c3b214c5db8350c3b2e2c5
BLAKE2b-256 b16559ac9a05af25fce236ea7dddaa6d36e7717ba60cf5d78f186d09e7d09dc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.20 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.21.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a806994e6bcb7462c1410490553eb10c971b6839d30b411bd4652a3d27221ed
MD5 4e5f98b7cf9d59982fd595c2e1af277f
BLAKE2b-256 7b50a769ffc3d85ef1c1348b50fb78e0183c0a4955a36417392accf275ec3222

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.20 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.21.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2987e1d852f516bc88289456f981bacad783580c623ee50da554557e7d9c0e74
MD5 d16a8a56d2b2e8f36e8a16cd5e2af2ba
BLAKE2b-256 f4b081830af1c396d91930456198145aa29722879fc42c0006fe907ab32f5489

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.20 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.21.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 554ce85d912f6f9de0046279ae2245b5004330bc9cc4828b28fd1703b4a1259e
MD5 b3004c2cb98b00a61b9b970689b034b4
BLAKE2b-256 888b24d056d245dfeb973111bcc2f9c7297253149a0d0e0aeea0c3b8ad26dcbd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.20 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.21.4-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e9e0a22a15f10ca3571aaa0c70c29a255220d69afd71c005cbc3f97159ab1e6b
MD5 ca570cd8adf70e2bbbfa54c70b989431
BLAKE2b-256 a439365cebe36e9c9db91b954fdcdff5326d812afabc68516479f7c686a5d4f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.20 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.21.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b64f3f5bcafffe82ec7c6a7a00950fc4d0908dc66c1165421f82a4c65fa8634
MD5 a12255c7c164cea06eb7c6a4a47e63a5
BLAKE2b-256 f28fd4c2acb36d33afdb155461f99c1a26598a646712aed6cf0624dac1621e8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.20 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.21.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb284a727b081ab725fe171cfb4041da3dde61e5a0328d2d6dca27995e6b9d20
MD5 01805fbba40ba59a85ba58bae95d65dd
BLAKE2b-256 71d4cb2e25a7f9748ba0cc81002aed4d87afa8c83a9d06f896886a05bcc4d522

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.20 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.21.4-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6470d5e018fdd653b097ace643b525a9b56a31336f00cbe7867a1dc03e5e0df1
MD5 b9f81d410b61430689e83b594d50b730
BLAKE2b-256 28ee53fd8b4f605245dfbb6298ae934092f7a9794703a5599290182bd884d0e2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.20 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.21.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d3bc34529f05dfb81fbe5089f46475005a0a6ef4a9de3bc3bb0dd92605f9bab
MD5 56722319fccffdec1a85307bd9bb4f7a
BLAKE2b-256 f6740604866bea0053e691bacbb2f3962dd2936e6e82e42ed93335a5bda49154

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.20 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.21.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 460e30172c78c423957508039877deaabaa056237db18ffda8341f482fb9a5ef
MD5 8717b423908e6c2ea422b43bbca21a49
BLAKE2b-256 bd32d5bca94723d4ee4eb02fe87c3b12085d44046593d234138b25651c238a9f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.20 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.21.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d3c368d64dbb10b8586ec5a4d405246b7d09583da97517f1d0d4f1c7fc19c307
MD5 d5a3696d1ed39cd2070fa59713b3c10d
BLAKE2b-256 0b35f91447e6c3c0aa512e98241525d0818fee3972ddabdd54d7200ffffc35b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.20 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.21.4-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 e3a61df9693dec0d0977b1690022bfba0380a227be16dd9e26c0949268feeb02
MD5 bed36c2d78bee19732b3c43b5f5bd4cb
BLAKE2b-256 35e2172dbeb61410bdf33e20028ab7b125bb9c8c1ea7e312eaf4f68b3e495ee8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.20 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.21.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f19ea0af2eb47e0fd765bcd24a3bd8754a01ead8602e69650fd9a7cc6a490bbe
MD5 fe49be5e89d959e50f7caa81e2dee785
BLAKE2b-256 d1a4d7b822db8792f5ebef2785756cc0e306076f1c5109891b7ab0d6a3149837

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.20 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.21.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f0eed6df48d9daf2f1e37290522840b9683570fdfaf9f5fbd94d46f1f000dc43
MD5 132f1d8f58c3b9475a52209479c47942
BLAKE2b-256 013b77afeba9db566fcc27bcc8ce97db2dc1590297af0afa7d40d29a1322bc52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.20 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.21.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 39de9436c5ce1bbd6ecc5addd13a6bb5f34c0ddf22a5c85f649af8592ecf0afa
MD5 10f1a554c944a8ffa5d8d406bbc7f3b8
BLAKE2b-256 b84ab263b89405eb19dc26f58bca04233352b772c41d49efc0c90337a66e737c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 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.20 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.21.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c995096f52c33993be4f6f75ccaa85e08d8ddcd3b5a75de285fbdfad07db09c5
MD5 87bd2cf5aa5d16f7fe0d556370b26998
BLAKE2b-256 daa9f8e78f27803e7ea2051b0912e24f25738c05e70c2f7a3ed0bf9a0e525330

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.5 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.20 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.21.4-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 45aff6fc450ba5cfb5730ce78be59da5f24bd22edc45b3e2b5f93bed688cb3d1
MD5 6463732244a3486230fe48b6f6582a9a
BLAKE2b-256 a178c3d6a80b75a6d146ad8f13bbc7cb465ef91b1f79728481874a1cc36c34ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.20 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.21.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 266c30387523eb8828864e7acc046104e8ab9f5bcca810bc0c1fad1f829fb55d
MD5 aadaa999309f28848eed3110f97aaa1f
BLAKE2b-256 13f11143558b935219fa65e5c87ac2eec4fb58e54de8855643f50095188e3057

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.20 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.21.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 19bdaf518b84bff2d5fec6e65b08e35180c8990ac9dbd5c8365336b58c1e864e
MD5 b3adeab5ce263f82a88baa415920ff97
BLAKE2b-256 875ef6e6fb9747044e14a483ff60328eb3edd7e16593238c40eb7b226d7d27c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.20 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.21.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 078a580d881f55158dec37b8a9fc7342200c9b0974a8a1966d63200428c96640
MD5 8923e40990b01c89d7ed66092cdff45c
BLAKE2b-256 e42cf9d97f40e9d3f6fcd013f6115ec2dd8bb78f2f2b681a89037a2463d806be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.20 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.21.4-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f9d9a941a598ddaae3e673bfe86a61f82dc4576116e4e24612d02c2e7d576b67
MD5 2a43550c3869e4967d7c7866d5073507
BLAKE2b-256 ffaca330418c750e75e9b400765a6b57ca411b2c4856f01cd6ba4b00ce0eace4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.20 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.21.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a39005887c8f35300e8612ed7b3202011600520ef8363e6badbccd92da172648
MD5 ccb95cace90f5f7402131af951d7a46f
BLAKE2b-256 4559c9496691b7d7bcf181fdf953c88d641389d6cd56fd1a35ab4afa57c7ac01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.20 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.21.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 abf616b7386debd285cf6cb1397a8caa5308303e7c63615e1ae18349503d38be
MD5 61de5edf75493eb1780ea6ce7e74c035
BLAKE2b-256 b3a4a1faea74eb324b9ddbc1acba39c7ccf94cf1c36c658a27b2687ed085afa9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.8 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.20 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.21.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 072af0273e4946e1ec6685b1f5910530b9de63e18285ee0bb54a511aef56d62f
MD5 0eec0b5a6e8a6a424e09c97d4dbe46fa
BLAKE2b-256 e9c3e48a2e025c0efd63d800b57adf42bd36a6419f7fdd7a14c21e4601eff510

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 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.20 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.21.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 05eed5a3ea9a9599db080c4c853c750d1fb6d3c8d51df7283b4b4c0af46775e6
MD5 6ae18eab4b5dbe60ca882e4390caca2c
BLAKE2b-256 70602714d9b6f6752f2de600f769abf702e21951db844f158ea8cc20765edcca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 793.2 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.20 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.21.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d3f30ae2178ef333c340d92eab97afa5f98521a1e07179d25cdd118b679731c5
MD5 6591ee3a35e4a48db0edf15bfbfb4ee7
BLAKE2b-256 8322fd719e399c57d2b72e46c49b5a561269dc36019cc6dab6a391819cdca88f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.20 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.21.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 84d52f6cd25227659e9aae9c0b3339434d4a02eabf14807efe73458aa802ec7c
MD5 6eee3f7d92ac1e5e5c319642b9c7e76b
BLAKE2b-256 75cf512ce6ebad3599fe9fb0844b80e89ff5ab34e2e555567c489ce84d622e62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-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.20 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.21.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 d89bd91727dc7e3fea989eb30d72ddf1d36f28ca7f89811eabca0df38bad9a70
MD5 1085d89c5e28b43cede187f3c69c836c
BLAKE2b-256 f640b508dd6ec3fa89d4f531aa6f1d7b63bb9afb780fdfac18cb699754cc7212

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-musllinux_1_1_x86_64.whl
  • Upload date:
  • Size: 8.3 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.20 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.21.4-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2d34076beb4065814044d872aee02ee5840a4e8a4d6b97c9c4bd84ef577e5a23
MD5 9cacd4629cf358da73db072c2aad57e5
BLAKE2b-256 8433033b235d0e761e7aa536758ee860d880c4d956885071f827f8482e9faa2d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-musllinux_1_1_aarch64.whl
  • Upload date:
  • Size: 8.0 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.20 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.21.4-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 9a0d8368cba9bae8019ecca170bd94e178d0862df07257291d54d9886927efd6
MD5 a279592d637b16e953663e1c85ca07e5
BLAKE2b-256 7b27b2edc5c75a437e5364d889847ed6b0146ab2fc1c49bfadb88e6449f99a91

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.2 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.20 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.21.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 88a090f3a5f5f0bacf3a649cc72623d419420362cb8269a5a84c372405e3ccf1
MD5 e6c87f0dacbff3095a47c51533131451
BLAKE2b-256 330ba15cae482b82ed92665272ca1ffda3c57038db44ae3ad9aa45184a60906d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.9 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.20 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.21.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c7b785ccd23390cfd75df2e239dcf0efc04813f40d265f3d0390535ce1464fd1
MD5 f3d36715241f8efd479cc5bbac73981f
BLAKE2b-256 ef2d5a0111968dec6a5fc28e04294f487fea3b055ce1f507d6302f6870da60c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 7.7 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.20 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.21.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a52f1915be0e0b1ab6c16a4f21b5b61b12e59da04a24ef6ed0d23bbb338a3487
MD5 7020588330e0c51857fea0d681552213
BLAKE2b-256 cbbbbdd3fe0ba1264ce26d12f35a58895279161fda91c9f9fd042c8a38f262d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 7.1 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.20 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.21.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 521750511a526246afc925caafa99a1f88f5b9bdcc9e3ce4a28851665d8c05b2
MD5 39402979bc09a31e034e7db744e25636
BLAKE2b-256 801b3cc477d9683a1b2eefa437df24421b72e83cd464bea5fe5bbf1c3ff9916d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.21.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 792.3 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.20 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.21.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 921d2ec04c41ecb4e34605a567eee3b81bd4da1bd40ee9baee3c13936ce33438
MD5 ad840f529651fca3ec0544686d39bb5f
BLAKE2b-256 5ea06e0284602198a7880dc5d58b45feb0d53adfc953409ef4f1ca3ccb829b4e

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