.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/main.yml
.github/workflows/release.yml
docs/api.md
docs/index.md
src/batch_please/__init__.py
src/batch_please/_version.py
src/batch_please/batchers.py
src/batch_please.egg-info/PKG-INFO
src/batch_please.egg-info/SOURCES.txt
src/batch_please.egg-info/dependency_links.txt
src/batch_please.egg-info/requires.txt
src/batch_please.egg-info/top_level.txt
tests/__init__.py
tests/test_batchers.py