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.

API documentation: https://awslabs.github.io/aws-crt-python/

License

This library is licensed under the Apache 2.0 License.

Minimum Requirements:

  • Python 3.6+

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.

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.

Running tests

After install, run from project root:

python3 -m unittest discover --failfast --verbose

--failfast stops after one failed test. This is useful because a failed test is likely to leak memory, which will cause the rest of the tests to fail as well.

--verbose makes it easier to see which tests are skipped.

Many tests require an AWS account. These tests are skipped unless specific environment variables are set:

MQTT

  • AWS_TEST_IOT_MQTT_ENDPOINT - AWS account-specific endpoint to connect to IoT core by
  • AWS_TEST_TLS_CERT_PATH - file path to certificate used to initialize the TLS context of the MQTT connection
  • AWS_TEST_TLS_KEY_PATH - file path to the private key used to initialize the TLS context of the MQTT connection
  • AWS_TEST_TLS_ROOT_CERT_PATH - file path to the root CA used to initialize the TLS context of the MQTT connection

PKCS11

  • AWS_TEST_PKCS11_LIB - path to PKCS#11 library
  • AWS_TEST_PKCS11_PIN - user PIN for logging into PKCS#11 token
  • AWS_TEST_PKCS11_TOKEN_LABEL - label of PKCS#11 token
  • AWS_TEST_PKCS11_KEY_LABEL - label of private key on PKCS#11 token, which must correspond to the cert at AWS_TEST_TLS_CERT_PATH.

PROXY

  • AWS_TEST_HTTP_PROXY_HOST - host address of the proxy to use for tests that make open connections to the proxy
  • AWS_TEST_HTTP_PROXY_PORT - port to use for tests that make open connections to the proxy
  • AWS_TEST_HTTPS_PROXY_HOST - host address of the proxy to use for tests that make TLS-protected connections to the proxy
  • AWS_TEST_HTTPS_PROXY_PORT - port to use for tests that make TLS-protected connections to the proxy
  • AWS_TEST_HTTP_PROXY_BASIC_HOST - host address of the proxy to use for tests that make open connections to the proxy with basic authentication
  • AWS_TEST_HTTP_PROXY_BASIC_PORT - port to use for tests that make open connections to the proxy with basic authentication
  • AWS_TEST_BASIC_AUTH_USERNAME - username to use when using basic authentication to the proxy
  • AWS_TEST_BASIC_AUTH_PASSWORD - password to use when using basic authentication to the proxy

S3

  • AWS_TEST_S3 - set to any value to enable S3 tests

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

Uploaded Source

Built Distributions

awscrt-0.13.13-cp310-cp310-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.10 Windows x86-64

awscrt-0.13.13-cp310-cp310-win32.whl (1.9 MB view details)

Uploaded CPython 3.10 Windows x86

awscrt-0.13.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

awscrt-0.13.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

awscrt-0.13.13-cp310-cp310-macosx_10_9_universal2.whl (1.1 MB view details)

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

awscrt-0.13.13-cp39-cp39-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86-64

awscrt-0.13.13-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9 Windows x86

awscrt-0.13.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

awscrt-0.13.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

awscrt-0.13.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

awscrt-0.13.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

awscrt-0.13.13-cp39-cp39-macosx_10_9_universal2.whl (1.1 MB view details)

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

awscrt-0.13.13-cp38-cp38-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86-64

awscrt-0.13.13-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8 Windows x86

awscrt-0.13.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

awscrt-0.13.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

awscrt-0.13.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

awscrt-0.13.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (6.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

awscrt-0.13.13-cp38-cp38-macosx_10_9_x86_64.whl (563.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

awscrt-0.13.13-cp37-cp37m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.7m Windows x86-64

awscrt-0.13.13-cp37-cp37m-win32.whl (1.8 MB view details)

Uploaded CPython 3.7m Windows x86

awscrt-0.13.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.13.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

awscrt-0.13.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (6.7 MB view details)

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

awscrt-0.13.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (6.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

awscrt-0.13.13-cp37-cp37m-macosx_10_9_x86_64.whl (563.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

awscrt-0.13.13-cp36-cp36m-win_amd64.whl (1.9 MB view details)

Uploaded CPython 3.6m Windows x86-64

awscrt-0.13.13-cp36-cp36m-win32.whl (1.8 MB view details)

Uploaded CPython 3.6m Windows x86

awscrt-0.13.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.8 MB view details)

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

awscrt-0.13.13-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

awscrt-0.13.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (6.7 MB view details)

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

awscrt-0.13.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (6.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

awscrt-0.13.13-cp36-cp36m-macosx_10_9_x86_64.whl (563.0 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: awscrt-0.13.13.tar.gz
  • Upload date:
  • Size: 19.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13.tar.gz
Algorithm Hash digest
SHA256 e240a7e6dc9db79e8bdb652f590be12dc2d5af7d541fea0c7dd8e1b4bf54fde2
MD5 daa58129b61957ab6cd47efd45442f73
BLAKE2b-256 12217c9db90a91d9732e3dff01536d52355a61e73a69da0cb6ecdb9fdedcfa1b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1958c6dfc485585cce1917e8db35fe018c53b36b777aa952af2df0d340064182
MD5 b3c333356d683e33959e7edcbea1397f
BLAKE2b-256 530f236d0db4d8f1e39d240edd9deabd11d84fdd16927f77283aab2530f9b67a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d84a6bf04d88c88482250ba232ac8babbe171480d77d92da973e9d49c9d3fc89
MD5 9d00f030b2e7a0996ff4b82896fec5fb
BLAKE2b-256 05e4c996166fc44655e777add2a694cf89f8a62b13b749cd699b98596c9dc746

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f683200d047fcae1461736b96513562029afc0935d37e7ef8c9c2600494c801
MD5 59579cf72cbb7c89baf8419e833ae3b4
BLAKE2b-256 dae0e3c526d05598e580e570eaea647d0fa93ebfae2af461c50b54add70cae11

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f5d6b34e49b08ed29792d9bf352739a2895dbe360d6add3dcfde29bafab03ae1
MD5 9bda371871e0317130266579b2b39a98
BLAKE2b-256 0bd715ef2bdaf87f7cd1f33bd86089d337ab62cde130de8fa8a9e158a29c05c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.1 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.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7a224550ea9e04bed2dd2ddcf4ac4c5dfa73c95f5e9aba999514bfa3872966aa
MD5 b61a2bf8c7bdfb40d1f0ed6e9c7b153e
BLAKE2b-256 5c28d9cfa54c63ba87c2d1deb2b819b9b96545a072ca235cd0eff46a66c93c59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2c98f433b433ecc5c4cd5dfe8aee51bbb592a616294cdaada63cc1c1de476a61
MD5 93e984e4bbd5166df9610e20fb46c650
BLAKE2b-256 0f0580e8d08a9329a832c82b07675c96fe332c08f827065efc8e4cbeef81fee5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec7b76b33c0ac837e38aeade5d51534ef9b0f91a13c59574dbab40a5941a0a7f
MD5 3453996c314ad73ac43bed1a1f851ab0
BLAKE2b-256 e5451a70eb37ee0f06ff2cfa204fa41e5c04c7c85c2302f34eefe7eb1948fd51

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19c175e000656ccf76cfdb54a3223602a3f9b2b374a719eb48f8dc8fcee3d127
MD5 872c15082ed7f22b4e0db21c9ed1243b
BLAKE2b-256 4491301afc20f2a07cdc809ac30fd7ee187c0581b825f71c64a69b286b579893

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 452a74258474433cc1543ba5fd63cce32192c54f395c66bb2b3aa0f47232f943
MD5 2f787ac5f45fb4254f5794423973c40b
BLAKE2b-256 8029fb1a1a792e7396d60612ead2d09cf7e676cffc3f67e540cbc1ccbdc2f147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.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.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b20ae82edc72526fa5eb605d50e6b925d515f2fee34c338762169f1eb242f704
MD5 a82f76b61886dbeb6542a23f00eb9a6c
BLAKE2b-256 15d623b4c1fd58a6770c72ea7ba0d3ba817feeece3d07b04f2a5e6dff36eca31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d3b9da3e8a6f025a44756f393506c742e92037fee4c28f31d8a68e383456205c
MD5 54a8fd4859c89a7a91c44fac9b4764ac
BLAKE2b-256 a2ac0264bb2573a195b418d9a7beb8bc3e7a78f78eaad8a56f8e32566fb33129

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.1 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.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6d20479f0cd2ccc0b60d7c87f8ba82fb4c71934af04c7ad8a281c46a492f2424
MD5 0ddeb1110bceb0fedfa63bbec200c149
BLAKE2b-256 4a18e273c992753ab4b337c9ca1f7116e8b51f660abf041ab2c3d3d2c8e29359

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4c14a8522c84bf7f5e755bb31dcb286c1e8a44ed4cbadee29396567bc08c3b90
MD5 20fd493ace39f2d2773a0bd13a68dc22
BLAKE2b-256 37d3f2aaed6ce5e91d35855e82d82311986bcfb0fb9393ebb8810ce1be6d2c98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a96b1df3369b3ed0f2b794650028cd42ff14630d0e2aea866c24747bd034c5ea
MD5 d56e7e58921c596358312408abf9850e
BLAKE2b-256 a97481ed468308d03e058eb4e7c73db311c4cccef855b56c215b2dbae90cdd37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.9 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c490b49103619a144e0cc4925170255c085d366ab687fb685c04ef1f74e0dda6
MD5 aea1a1a163e6b0221aaf1624923e5c48
BLAKE2b-256 7f1882d10f08aad8a1fabc740575bf94cf2caf0d83213805d680847af6ca50d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ec436a633600b92f744696a78675f7cbb621b12ae9dedf3cd56af840d1970b8b
MD5 9898ea4763692fea3cc9bd5adc22a501
BLAKE2b-256 55a5174633ec3013bac0a5074e52428a5f7c82ec62d53e2207aeed79cc327542

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.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.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e042c9c71afc2c3c1079fe1ba52ea11a93fe0c68b183266a58e7faffd1e01b36
MD5 ae82801f73e3148ecba9499d52497746
BLAKE2b-256 0055484166041d6cfe8a0bd0f0d2294efbde7b0fb9a9fce1523c3f59ca616073

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4833d4e2cfa2785696015582b3fba2a5cd774c9a6657d11833f0ae0fc29b5e41
MD5 29d79c1fab0b49bf7adae32a2b2c5eea
BLAKE2b-256 b9924cf16c0060ab2c8ef03400e3e32ff71c3b37fe3e3b5e52d1c5d01195b49a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 563.5 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 def24b8945951351c0a9216fcc9ddc23deefdeb645bbe117319e98643bc97a97
MD5 bebc7d0a9a71f25a0a8c6952725916d4
BLAKE2b-256 b971a706daeb56f3c5aea80efd9e201fe0356d7c52485e9d92494b543fd806b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8b4cf33844ff2fbf8c04c3606dd1a0eeed1ee526dadbc5b3e3ed41839875444f
MD5 28d56b2ecaa1a824c8bacb61aa8e1c01
BLAKE2b-256 c37bee0149a127b9815637c2e3dd98ec0f5fb700407ba681c146b1d73229b1e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 72a454a49f8a487c3b2c8c8f9da553d908f80202a30444be824ebe07a8c75304
MD5 3ecfa4720038908ecbd44f588b831078
BLAKE2b-256 92b21d36e67968926a717c9dd3913cccd7ea9dadada3b4a10b322701004a7c06

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2f4141461e905368409b69b0e7829bfa6f7680154451638fac192f418b3429f
MD5 3cdac2f129bea723c90d2417bc8265a0
BLAKE2b-256 d821b6702b1ee709513af23e155679a489a09a0523be983d19315676ae8fe718

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa24c53a491f9619da6c0338ccdaec1bcd83cd9a24743981940b0b367a33b5e5
MD5 4e5e37b97472d6ec7d1f2786a05a016a
BLAKE2b-256 8f4c47b97755694c529035fc771399f1181b0570bd4ba22daef8b1f8a8b0defe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.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.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5753bb4dffc1c40d8156a9314d823846a19c2de87e0dcfb3e2001f8f5c8be02e
MD5 31555cf8f2adc76e8922f75c28a1635f
BLAKE2b-256 79be61763f97585dc0d05c439c87b17704158cb70d5981af9d4cd41793eddb7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7efd9807b8cea29409a41980857ca1d86e2070d071b43049770641994875a606
MD5 13ebd2bf99c75503fc44b436d2f2029f
BLAKE2b-256 5509ddf6db0ed97b13257c02f8d52121b1a143cad746f548cf835cb24694c602

See more details on using hashes here.

File details

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

File metadata

  • Download URL: awscrt-0.13.13-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 563.0 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 27519c103015d20754d4e0be7773844cdb50fbd9d3cac05826f888e6c6d24b9c
MD5 f3a3c64c9a2398ef77a3ae9b7acc10b5
BLAKE2b-256 fa6297d63c272daab473243dc5848631548efe6137965a549f1b85bf0d562ccc

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c48c5478fc6a382c12eadc811f7da07289e40a3338e2c303e0414c996d612e17
MD5 fc747bd47fafba63a8df2a736b0f4d93
BLAKE2b-256 119856b859860e15ef639a97f5114574eca5fbb15dfa2bde3518298e9afb8abc

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-win32.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 cf644e217c144ee3605c398d2d5327a781b7cf8c9802a73f337f24f180141646
MD5 996f49a61cb1cd19070971b57c6ce07d
BLAKE2b-256 1f1e07a2445b4ced97c353ce3546ed4783f1ebabd7a2f51f641d0d8ce2f569b1

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 7.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a6904b6f791374a5807bc2cc39a773864c638d58f522f9288693e1822d8ebcd
MD5 68aa841e3145cc29fa1fb21f492b049e
BLAKE2b-256 277b49ca0e1802fda2e7a269991fcbe5e7c673701455a437f771c74cc1b194cb

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 7.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14cf26d83ba6192efca9648cf14757d5d75019d0171414f4ad2742881d6e2935
MD5 bb0123e0319bc222ff32bac544efa5a5
BLAKE2b-256 f043f3a6fbd72e6fca70726cc199e274bac5d35131a8e55f36abb09c211f6700

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4f21ffa4f8beca233f010a8a9f4e7bba9a7f2bd7aef1ea3dff1f364989b0867b
MD5 4b921844ecbbfa7e2c67d2ced18e7df1
BLAKE2b-256 3a56f830ec0dda86a1c4736ea8554d8a59c3c9102aaa565bcfcdbc8b5be65c53

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 6.2 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9fcd1666ef1c36d61106ca05c641c49fe9fde24ca1f02b74046444ee58c70fb5
MD5 4d10a125858787d42862ab8be4f12109
BLAKE2b-256 c9eb95c23d8dc78ce51ca80a4eb33238f5ba91e6a7b743ec2b429f105f6de5cf

See more details on using hashes here.

File details

Details for the file awscrt-0.13.13-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: awscrt-0.13.13-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 563.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.64.0 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.6.9

File hashes

Hashes for awscrt-0.13.13-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7703b87e18a0a70e354cea5e3e7b46411de87962feb8692f5fb877bb652a2e82
MD5 b9dc010f1e0a424984fe8a368f758c54
BLAKE2b-256 cbe4c935b3b4709808b20a09bfa965a443de08ecb61101f04df4307d2ffcee45

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