Installation
Thunor Core requires Python 3.11 or later. Install using pip:
pip install thunor
For local development, install the package in editable mode with test and documentation dependencies:
pip install -e '.[test,docs]'
To build the documentation locally:
cd doc
make html
To run the test suite, including notebook validation:
pytest
pytest --nbval