LEGEND Data Objects

legend-pydataobj is a Python implementation of the LEGEND Data Format Specification.

Getting started

legend-pydataobj is published on the Python Package Index. Install on local systems with pip:

$ pip install legend-pydataobj
$ pip install legend-pydataobj@git+https://github.com/legend-exp/legend-pydataobj@main

Get a LEGEND container with legend-pydataobj pre-installed on Docker hub or follow instructions on the LEGEND wiki.

If you plan to develop legend-pydataobj, refer to the developer’s guide.

Attention

If installing in a user directory (typically when invoking pip as a normal user), make sure ~/.local/bin is appended to PATH. The lh5ls executable is installed there.

Next steps