Installation

The library can be installed directly via pip:

pip install lhcbdirac-log-converter

Or from the source code:

pip install git+https://gitlab.cern.ch/rklodzin/logse-compression.git

To support the FSspec provider, install using:

pip install lhcbdirac-log-converter[fsspec]

For development dependencies, install using:

pip install lhcbdirac-log-converter[dev]

For both, use:

pip install lhcbdirac-log-converter[all]