An open API service indexing awesome lists of open source software.

https://github.com/cms-l1-globaltrigger/tm-reporter

Trigger menu HTML report generator
https://github.com/cms-l1-globaltrigger/tm-reporter

cern cms-l1-dpg lhc scientific

Last synced: 5 months ago
JSON representation

Trigger menu HTML report generator

Awesome Lists containing this project

README

          

XML Menu Reporter
=================

## Install

```bash
pip install --extra-index-url https://globaltrigger.web.cern.ch/pypi tm-reporter
```

## Basic usage

Generate HTML/TWiki reports from XML trigger menu.

```bash
tm-reporter [-m {html,twiki}] [-o ]
```

Output modes are `html` or `twiki` and defaults to `html` if not specified.

The default output location is the current working directory if not specified
other using the `-o` flag.