Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwwang/pipen-report
Report generation system for pipen
https://github.com/pwwang/pipen-report
Last synced: 14 days 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T04:33:20.000Z (5 months ago)
- Last Synced: 2024-12-10T04:27:02.164Z (24 days ago)
- Language: HTML
- Homepage: https://pwwang.github.io/pipen-report
- Size: 10.7 MB
- Stars: 3
- Watchers: 4
- 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