Metadata-Version: 2.1
Name: pipen-report
Version: 0.2.0
Summary: Report generation system for pipen
Home-page: https://github.com/pwwang/pipen-report
License: MIT
Author: pwwang
Author-email: pwwang@pwwang.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cmdy
Requires-Dist: pipen (>=0.2,<0.3)
Requires-Dist: python-slugify (>=5.0.0,<6.0.0)
Requires-Dist: xqute
Project-URL: Repository, https://github.com/pwwang/pipen-report
Description-Content-Type: text/markdown

# pipen-report

Report generation system for pipen

## Installation

```
pip install -U pipen-report
```

## 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


## Documentation

See: https://pwwang.github.io/pipen-report

