Metadata-Version: 2.4
Name: parallax-ai
Version: 0.1.1
Summary: Lightweight parallel AI API calls in Python.
Author-email: Panuthep Tasawong <falcon_270394@hotmail.co.th>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/panuthept/Parallax-AI
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Dynamic: license-file

# Parallax-AI

Lightweight parallel AI API calls in Python.

## Installation

You can install Parallax using pip:

```bash
pip install -e .  # For development
# or
pip install parallax-ai  # When published to PyPI
```

## Usage
