Small utilities with minimal dependencies, tests run on Python 3.10 and 3.13
pip install iblutil
Install the requirements-dev.txt
dependencies.
Release checklist:
- Python tests pass ./iblutil/tests
ruff check
passes- update
CHANGELOG.md
- update version number in
./iblutil/__init__.py
- PR to main
- release on github.com with tag
X.X.X
. This will trigger an upload to pypi