Python bindings for the AWS Common Runtime.
API documentation: https://awslabs.github.io/aws-crt-python/
This library is licensed under the Apache 2.0 License.
To install from pip:
python -m pip install awscrtTo install from Github:
git clone https://github.com/awslabs/aws-crt-python.git
cd aws-crt-python
git submodule update --init
python -m pip install .To use from your Python application, declare awscrt as a dependency in your setup.py file.