Skip to content

lipi/aws-crt-python

 
 

AWS CRT Python

Python 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.

Installation

To install from pip:

python -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
python -m pip install .

To use from your Python application, declare awscrt as a dependency in your setup.py file.

About

Python bindings for the AWS Common Runtime

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.8%
  • C 45.9%
  • Shell 1.1%
  • Other 1.2%