Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pwwang/pipen-dry

Dry runner for pipen
https://github.com/pwwang/pipen-dry

Last synced: 14 days ago
JSON representation

Dry runner for pipen

Awesome Lists containing this project

README

        

# pipen-dry

Dry runner for [pipen][1]

It is useful to quickly check if there are misconfigurations for your pipeline without actually running it.

## Install

```shell
pip install -U pipen-dry
```

## Usage

- Use it for process

```python
class P1(Proc):
scheduler = "dry"
```

- Use it for pipeline

```python
Pipen(scheduler="dry", ...)
```

[1]: https://github.com/pwwang/pipen