https://github.com/pwwang/pipen-dry
Dry runner for pipen
https://github.com/pwwang/pipen-dry
Last synced: 4 months ago
JSON representation
Dry runner for pipen
- Host: GitHub
- URL: https://github.com/pwwang/pipen-dry
- Owner: pwwang
- Created: 2021-10-04T23:19:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T03:25:03.000Z (4 months ago)
- Last Synced: 2025-03-01T04:20:24.644Z (4 months ago)
- Language: Python
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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