Installation

Stable release

Install Bolster from PyPI with pip:

$ pip install bolster

Or with uv (recommended for development):

$ uv add bolster

From sources

Clone the repository and install in editable mode using uv:

$ git clone https://github.com/andrewbolster/bolster.git
$ cd bolster
$ uv sync --all-extras

This installs all runtime and development dependencies (test, docs, cloud extras) into an isolated virtual environment managed by uv.

To activate the environment or run a one-off command:

$ uv run pytest tests/ -v
$ uv run bolster --help