Metadata-Version: 2.1
Name: impaction-ai
Version: 0.2.3
Summary: Python SDK for impaction.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
Requires-Dist: google-api-python-client (>=2.98.0,<3.0.0)
Requires-Dist: pendulum (>=2.1.2,<3.0.0)
Requires-Dist: protobuf (>=4.24.2,<5.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# impaction.ai Python SDK

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

This is the official server-side Python SDK for [impaction.ai](https://impaction.ai/). This library allows you to easily send your data to impaction.ai.

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

# Installation

Install the Python SDK with pip:

```bash
pip install impaction-ai
```

# 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!
