> ## Documentation Index
> Fetch the complete documentation index at: https://docs.roe-ai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Official Python SDK for Roe AI

## Python SDK

The official Python SDK for interacting with the Roe AI API. Build powerful data extraction and processing workflows with a simple, intuitive interface.

## Installation

```bash theme={null}
pip install roe-ai
```

Or with uv:

```bash theme={null}
uv add roe-ai
```

View the package on [PyPI](https://pypi.org/project/roe-ai/)

## Requirements

* Python >=3.10

## Resources

* [PyPI Package](https://pypi.org/project/roe-ai/)
* [GitHub Repository](https://github.com/roe-ai/roe-python)
* [Report Issues](https://github.com/roe-ai/roe-python/issues)
