https://github.com/pwwang/pipen-report
Report generation system for pipen
https://github.com/pwwang/pipen-report
Last synced: 3 months ago
JSON representation
Report generation system for pipen
- Host: GitHub
- URL: https://github.com/pwwang/pipen-report
- Owner: pwwang
- Created: 2020-11-07T04:46:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T00:19:08.000Z (4 months ago)
- Last Synced: 2025-03-19T00:28:29.000Z (4 months ago)
- Language: HTML
- Homepage: https://pwwang.github.io/pipen-report
- Size: 11.1 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Report generation system for pipen.
## Installation
```shell
❯ pip install -U pipen-report# update configurations if needed:
❯ pipen report config# then update frontend dependencies:
❯ pipen report update
```## Enabling/Disabling the plugin
The plugin is registered via entrypoints. It's by default enabled. To disable it: `plugins=[..., "no:report"]`, or uninstall this plugin.
## Example
See the pipeline in `example/`, and the reports generated by the pipeline:
[https://pwwang.github.io/pipen-report/example/output/REPORTS][2]
## Documentation
See: [https://pwwang.github.io/pipen-report][3]
[1]: https://github.com/pwwang/pipen
[2]: https://pwwang.github.io/pipen-report/example/output/REPORTS
[3]: https://pwwang.github.io/pipen-report