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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11+ Windows x86-64

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

Uploaded CPython 3.11+ Windows x86

awscrt-0.20.10-cp311-abi3-musllinux_1_1_x86_64.whl (8.1 MB view details)

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

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

Uploaded CPython 3.11+ musllinux: musl 1.1+ ARM64

awscrt-0.20.10-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.20.10-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.20.10-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.10-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.20.10-cp39-cp39-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.20.10-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.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.20.10-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.10-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.20.10-cp38-cp38-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

awscrt-0.20.10-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.10-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.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.20.10-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.10-cp38-cp38-macosx_10_9_x86_64.whl (777.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

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

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

awscrt-0.20.10-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.10-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.20.10-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.10-cp37-cp37m-macosx_10_9_x86_64.whl (776.4 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10.tar.gz
Algorithm Hash digest
SHA256 bc698de8c53ad4a2eab1646b92196a584ead170a65c65b59c883855adea5972f
MD5 b3f9655e30aec9938c7e0e167eed2708
BLAKE2b-256 56f9c6aec2056285f70db6a47c105742ffd3b44b143fe43aa535fce2c959b3e1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ed65fe77a25182b1939b381c9f327fc9128fc5481a3671551fa632369c732aa0
MD5 ef3235c954b87713f9e8eebcc64809cc
BLAKE2b-256 e5cd1c9c6a789007f7f114f6b12e451b57076a81d464b41231ddaf1014695335

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 688a6d6265ce2a265f78c869de61295210c5c1ea6413bdce4b09e8cd2150c01d
MD5 2e67f3b4334bafcba36eb75219a6fa8e
BLAKE2b-256 11ce48ce9280c8797b9a1b3d71f51f0f6007adfbca4c1bbadfc4142e30770fdb

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ac716839f820b5a83aea6dc51da7c05b7200a70eff2205f473ebd87f97b294ef
MD5 9d079eb9996d6513915afb5b0f2a173a
BLAKE2b-256 cc24ccfb0e65f2b90e7b84652c043de83b25842c2b35afb556f871254de37319

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 317a2ff932c6737fe3a9a85f1868285d40659ee8f689f164c38e4cdc20b8ec60
MD5 5e9eaeec22137452af2bcbd14ca645f3
BLAKE2b-256 7dd4fd4f8a13a8675307285a0fa8792a8080569f406eabec57a95a0e1a3af5fd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 512edfd2f9d7d351468632a47425f7964b46966489e1b0b5f88bb72c464427b3
MD5 e65052181f16b7336e2ce156b94c6db1
BLAKE2b-256 71f858eb773376a771209902571c332960ea13260d874c58ecac2da46f5a0c42

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf9ebdc60518f0fc8c770608fb5196ddeb574ff8a2413a31b174ba1d3cb14ada
MD5 1c00c31aee8074e5a51d8493174ae5ae
BLAKE2b-256 fb2a1d80aca64877f24446b856d81530571984feb4f9a29c7da515032bb7cab6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.10-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.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.10-cp311-abi3-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 57fe5609bf6f54d09184e64d41bf2353f38452c75097358505e90e8cc154f2fc
MD5 58d382c40efaab1bda7704d27826dd4f
BLAKE2b-256 50e8d6fdcb0ef8901234379dfd35b312a3147e49e9c6f5ccf1e13890809d8b38

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 524bd285aa660cc9496699e778dc4e0ac4f4f595018997ca8bd1e79786c9bc00
MD5 d76ab7e77ea571f077c92ea9605fa4ac
BLAKE2b-256 63e1e0e8397a7400dd036ecda4910b3fb319be89f13410c5af146a30576e438b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c267871516ec07acedbeb49a6639fd108f9760299b3082282c8f810a8ddcbe65
MD5 872daae148ad46f61987b2630984904c
BLAKE2b-256 fa5efd75e277f5f954206a5024b7174dcdfc8b0c31282616788dad9ffaa49fe0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 709c40ac946ecd37b2260a93b2c84499f4aca70c21376433bfc315cc730d187b
MD5 0dfcd8d94c408b4f464e0c47185e8087
BLAKE2b-256 73d0ad9a80b6f8be4a05496613efcae1c3874b579f4590ab27c6ad48c6bcb831

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 d74d42e1cd41a0d97ee0b4cd2b9b865b3e0c905e01d93329eb102a2feea38669
MD5 b7f63bb31f742dde67838a0c0be3b6b8
BLAKE2b-256 a1f18f68fd3f87aaa2407cf18eff4d26ca42469bf1e2d1483b3e1e52ba341f82

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e7c0fedf160ae1c025077fe841878b743a1cf2d76b402d46001466d2df278119
MD5 33e6fdac83f03ff34684e84bfc2654e2
BLAKE2b-256 9c024fdd34a197d72f4458063ff98f99be38c87c74bca978b8b6ebdd4e117030

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a5944beecdc5c9f468db7d1aa4e24ad27ac6a6ae8270af2d47ec9a76e9262f6
MD5 5a64defa0aa318c7ee8f4278e30394ad
BLAKE2b-256 296782a29d1f293162e02b245ca05dfd60f96a55782f0c637196c5c0c45cd527

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.10-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.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.10-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f73c3022aa93d06c714b9a2fc839ed4ea462287291bcfb839d69a454744bacc7
MD5 f1a92657f519842d30903e65e5d3b557
BLAKE2b-256 a89b95119c57e4a54f4eb68b80485abb8bfaa3fefeb50a9f40083d7fdd8f2e77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c40f4ae156d033194eb035366e0d927ff9c6d692f766081b4a7e557553a2a221
MD5 c02341af88ed139b13248ad37e810194
BLAKE2b-256 8c4a3a4f0698fc0481f3fae41c3ffd6914ea3a359873320cd19af617225510b8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7fbf6d97d4c456f8dda99b5d3701f5e91765dac577e24283ba33bd1b7c6a88d5
MD5 864705f881737e8b360b2c257f997200
BLAKE2b-256 a15250f5bdb3f010fe849975cfacad875a21717a0b6baaf6b3fbbdf341557630

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 634337c0ce7195128c9262a7fd95fe4e9a0813e7893b257e6f765d34a6bdebda
MD5 116fe774528898b035f54e07e5efb2f8
BLAKE2b-256 f16247ddb3a10c2527e5b61e3b0e7698b2691466892d56ab05eb8ae5353f93a6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 afd4f4831895d432554e1f42e399010c66dcf7df23e694e4a92fbfe480a21df1
MD5 6651927dd01c68ad35ea21834a60c0f6
BLAKE2b-256 d53bbb2bd7fa4ee308151ef32966cd69cd85c1b2b87c2365830ba2a8364cdcd5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 899d06a22d761a74476622c37fb0a804928fc0bd95c9eb1db14a75791592eea2
MD5 83a954cbb3ca2c58482eb47f5ce70e73
BLAKE2b-256 98aad6ad6fcb6cf68667e4a84cb3e14dcd26eb64153289f72772fe9279bd0411

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7d5a4f1eba8a3b1c8ce218c35086a0d525354965994b0f408e4c8932c6f077cc
MD5 cbc0f2799ee5b833cbdab3f6616cf28b
BLAKE2b-256 8291515f05120261e6b1df35e4ba2443a5a2ca94387d86aae859cc08f3b2bde8

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fb4789d9d7d5b7fb41158179b85b784dae9471a64b255cc2eaee6093be480ef6
MD5 d8b968e03c518a6242c4986b3cd09206
BLAKE2b-256 ab50f2ff36b24c62291c15086d3bc77d7da6735f22c84de28fae3571931c447b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ab20adaeb429c159946bc222a465f7dfbaaeea039595ca8ffa8c242652d38135
MD5 c778907987ad38bba54b6070426a83ad
BLAKE2b-256 3934012bdd984225ad404d16d9ba6c342787e057bf494712216f2ff6d6928b13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.20.10-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.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.10-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7722227b2f17c60a6d05b96558ae698d911bcd497ddb1cf4a67f68fac154b03b
MD5 840d301596515deed4459f1fe078ae94
BLAKE2b-256 f834950d3841ad79fedb192cd709186d558fb7677bd9a2f3ad65d8bc348e056d

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b736381cde4be55c4eb7032025d40ac248e882a6171b92436669c9ffe94f8a04
MD5 fe6f20d50c3b998dcfde11946466306f
BLAKE2b-256 78a9a12429d1e679e88dedaa7f593aefd5ad33f4956e6e8a4a033da136b6591b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 4f507dca3787a4df03c463331dc797778f6dfa50c82da9ec90fdef12adc3eb10
MD5 19804e316286dfff73d22c469fc2d997
BLAKE2b-256 21591e9c81ace4793c8cbed2346cc1ed6e5453675436a364a552a02962588c46

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 abe9cf43980583e8101e899a9725b81a5d7807e8e5ab0755415a02dd9807385e
MD5 cac2f0dd8579ae0ecf1344e55bb1220d
BLAKE2b-256 ba7f50612ba99d84bb194ace58d2773b798ea3efd6e3adc1e00c6242b320c3b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 97a618be94129b74cbde30d2e50a95d9c3b0abda56030374a1c29dd2ab4f9393
MD5 881ea396488a2c9158109d24ffd8a513
BLAKE2b-256 6d7c4dab5070fd820bc1a9ae3d329c1dd463fd6cecbe4d32f0a3466f50f26362

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65962d4c34cd5beb9a383b0250c2c8ca8f9d23411c342be31e475f4e0d381445
MD5 94861bd4cc97c62fbc06e400d3c41069
BLAKE2b-256 fcfab8f549574586b64a802c3b52671eb6317eef1a2f8c1a65850578cf68e2cf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c87b8a2ef99250e4c8e7db8059a77f70698671cc0ec1c55cab71acd6bd4cad40
MD5 de2a9dcf502c54b0203774208ef2d99e
BLAKE2b-256 717e93cacaa84e583f02b9cdb8f14ea1512110e8a996e44d290ec779b47ee6fc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ed111a11dcfa4f32b2d5a42a3225d53edcbc18091134f48c694e233a103fc4a7
MD5 b55e3279c98c2f5ddfe13e869cba3197
BLAKE2b-256 bb61da6e12e6a07c33f908eaabcae02d2ec6e07657bd336523f9bdba2903f008

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 98a2448057b8f3cb15587b1728dc1a906b4638d65f2cccaee698a1c7501f5d05
MD5 99c9d046531f58bbf8a002427802c754
BLAKE2b-256 39ba27e932ca94dd63984e8f6cc73f89bfc625ab41a711ac8c608066a748eefc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5f95d9151f1ccf6fd4538950acc582de742d040503d0c828652a8bd81b7958fc
MD5 e5add5d33c2aa8b9f40b76c1f8c8db3f
BLAKE2b-256 fe7bbb9987d3a2ae65bb403dcd8984e377560bc150f8aca82c0b5f6cc3b39b0e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b513a3e35a4fbbc7ec4d89dd36381407e5e2ccba11de19d4bbca3eb97b8c759f
MD5 029bf56dca53e83ced6bdde25c211a1e
BLAKE2b-256 a685a249afc0249121e7c9c473c7d85fc5e187603d24b45da89dfe4dea8b5419

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 06275d619433ab36be0273f2791dcdedc3942f9d7a42410dd1242d5a41d41e2c
MD5 a177fda9c3532ccccc6b269476f35638
BLAKE2b-256 c736c5dccce0190f5280a2cb9359f420b06271c1c104d118c15eef3ca618211f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d4ca27f8796494e56cb3cebb2398cba62a128086499a1c26c77e776056e70875
MD5 42a7e6c61b5b382fb2420715b041662f
BLAKE2b-256 1c4bab1afda1a9399d5992a228768b6a0e68350b57e08d8453bd24e9ae933664

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 2e65e1718c48e9298b95e480d960a6a1d61f66ee009282bdeeea28e10db515e5
MD5 a5de433b9afee060a3aa0c85ba53b1f7
BLAKE2b-256 0de0f28e9a34b9c377180642464b5c5cbe3ed87efa5d4b3032f76c47cb8bc350

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 73bfd5964ef231bd6e983756f0cfed04a6862f0a88c060c7341ec0094530d661
MD5 7a78f520cdb8796e318c193707c6c95b
BLAKE2b-256 08463bed1564f57981cb9373245dd505556f8994b0c5cba7d56b9179b1582d77

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd40d20c739e32b50d1f6f43124c77c096211db6c2b338dce07e221a88c676d1
MD5 4fc9985965c4b14ab57098e97879f024
BLAKE2b-256 8e3a98830454ab3b20a6f7d722c70fd865a96dff160dc27666368e3707cdbc91

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5de866d4486ac6a312036d1c1dcc87b3e5a2be5ffa7f16df01ff7b7f3befd1e1
MD5 c65c20c49ee29e9eb68bfeeb10ffd904
BLAKE2b-256 78d82d68b8dc18c9dd79dbcef0e289bc4996c713e89c336531bd319a5a35414f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 95db6a30773e7f2e6049d8ad942dfe2031668950dc7521267a74d950941cef1b
MD5 0e445d335f1b9ecfdccf4f443c8ecb20
BLAKE2b-256 c052222c97519bec0c0c111ace885a4636db1bae5c6203cfb9e46f286731c2bf

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for awscrt-0.20.10-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bca486f290b8df5f3d6178e2bad3d8e558843f77655520d1de554d91d67915f2
MD5 19ccd77eb657b6e11991b72e42aa7bfa
BLAKE2b-256 f9256ab873d5d6627be593cbf246be75ec01c8332a3ad235a86275959d9ccfd1

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