.gitignore
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/release.yml
.github/workflows/tests.yml
openai_batch/__init__.py
openai_batch/_utils.py
openai_batch/create_input.py
openai_batch/example_prompts.py
openai_batch/providers.py
openai_batch/run.py
openai_batch.egg-info/PKG-INFO
openai_batch.egg-info/SOURCES.txt
openai_batch.egg-info/dependency_links.txt
openai_batch.egg-info/requires.txt
openai_batch.egg-info/top_level.txt
tests/__init__.py
tests/test_basic.py
tests/test_create.py