Pilus is your one-stop toolbox for SBT data files (IQS, BDR, etc.).
You can use the CLI:
uv run pilus convert measure-bb2221028-A02.bdr measure-bb2221028-A02.csvWe use uv to manage dependencies. Install uv with:
curl -LsSf https://astral.sh/uv/install.sh | shFollow uv's installation instructions.
Make sure that uv is available on the current path.
E.g., with export PATH=$PATH:$HOME/.local/bin.
With uv installed, we install all of Pilus' dependencies:
uv sync --all-extrasThat's it.
The tests use assets from a separate repository. Get the assets:
git submodule update --initRun all tests:
uv run pytest