Installation

Requirements

  • Python 3.9+

  • An OpenAI API key in OPENAI_API_KEY for live examples

From PyPI (future)

pip install openai-batch-helper

From source (development)

git clone <repo-url>
cd openai_batch_helper
pip install -e .[dev]

Quality checks

pytest -q
mypy openai_batch_helper
ruff check .