Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwwang/pipen-dry
- Owner: pwwang
- Created: 2021-10-04T23:19:56.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T23:34:46.000Z (5 months ago)
- Last Synced: 2024-12-13T03:51:30.688Z (21 days 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