Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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