Skip to content

Installation

Requirements

  • Python 3.14 or later
  • Works on Linux, macOS, and Windows

Install with pip

pip install boostylib

Install with uv

uv add boostylib

Development Installation

git clone https://github.com/BazZziliuS/boostylib.git
cd boostylib
uv sync --extra dev

Verify Installation

import boostylib
print(boostylib.__version__)

Optional Dependencies

Extra Command What it adds
dev uv sync --extra dev pytest, ruff, mypy, respx
docs uv sync --extra docs mkdocs-material, mkdocstrings