Metadata-Version: 2.1
Name: alignai
Version: 0.3.0.dev1
Summary: Python SDK for Align AI
Author: Coxwave
Author-email: tech@coxwave.com
Requires-Python: >=3.8.0,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: googleapis-common-protos (>=1.65.0,<2.0.0)
Requires-Dist: protobuf (>=5.28.1,<6.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Align AI Python SDK

![PyPI Version](https://img.shields.io/pypi/v/alignai)
![Supported Python Version](https://img.shields.io/pypi/pyversions/alignai)
![License](https://img.shields.io/github/license/coxwave/alignai-sdk-python)

This is the official server-side Python SDK for Align AI. This library allows you to easily send your data to Align AI.

Visit the [full documentation](https://docs.tryalign.ai/python-sdk.html) to see the detailed usage.

# Installation

Install the Python SDK with pip:

```bash
pip install alignai
```

# Contribution

If you have any issues with the SDK, feel free to open Github issues and we'll get to it as soon as possible.

We welcome your contributions and suggestions!
