Installation¶
Requirements¶
- Python 3.8 or higher
Installation with pip¶
The easiest way to install is using pip:
To use cloud logging features (AWS CloudWatch and Google Cloud Logging), install with:
Installation with PDM¶
If you're using PDM, you can install with:
For cloud logging features:
Installation with Poetry¶
If you're using Poetry, you can install with:
For cloud logging features:
Installation from Source¶
If you want to use the latest development version, you can clone the GitHub repository and install directly:
Dependencies¶
- Required: PyYAML
- Optional:
- For AWS CloudWatch: boto3
- For Google Cloud Logging: google-cloud-logging