Installation

Requirements

  • Python 3.10 or newer

  • httpx (installed automatically with basef1)

From PyPI

pip install basef1

From a clone (editable)

pip install -e .

Development extras (tests and Ruff):

pip install -e ".[dev]"

Documentation build (Sphinx):

pip install -e ".[docs]"