openbis-utils is a small Python utility package designed to simplify common tasks when working with OpenBIS at BAM. It contains helper functions for user ID resolution, OpenBIS connection etc...
- BAM User Utilities: Resolve BAM user IDs from full names, handle duplicates, and fetch user info.
- OpenBIS Connection: Simplified connection function that supports PAT or username/password authentication.
You can install the package directly from GitHub:
pip install git+https://github.com/BAMresearch/openbis-utils.git
git clone https://github.com/BAMresearch/openbis-utils.git
cd openbis-utils
pip install -e .