GWSumm is a python toolbox used by the LIGO Scientific Collaboration to summarise and archive sundry facets of the performance of the LIGO instruments, and archive these data in a nested HTML structure.
GWSumm is best installed with conda:
conda install -c conda-forge gwsumm
but can also be installed with pip:
python -m pip install gwsumm
All code should follow the Python Style Guide outlined in PEP 0008; users can use the flake8 package to check their code for style issues before submitting.
See the contributions guide for the recommended procedure for proposing additions/changes.