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
- Host: GitHub
- URL: https://github.com/cms-l1-globaltrigger/tm-reporter
- Owner: cms-l1-globaltrigger
- License: gpl-3.0
- Created: 2019-01-30T09:44:24.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T09:53:56.000Z (about 2 years ago)
- Last Synced: 2024-05-17T10:54:10.526Z (about 2 years ago)
- Topics: cern, cms-l1-dpg, lhc, scientific
- Language: Python
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.