Installation ============ Requirements ------------ - Python 3.9+ - An OpenAI API key in ``OPENAI_API_KEY`` for live examples From PyPI (future) ------------------ .. code-block:: bash pip install openai-batch-helper From source (development) ------------------------- .. code-block:: bash git clone cd openai_batch_helper pip install -e .[dev] Quality checks -------------- .. code-block:: bash pytest -q mypy openai_batch_helper ruff check .