Command-line argument parser for pipen.
Project description
pipen-args
Command line argument parser for pipen
Usage
from pipen import Proc, Pipen
# Note that unlike other plugins, you need to import install
# to activate the plugin
from pipen_args import install # noqa: F401
class Process(Proc):
"""My process
Input:
a: Input data
"""
input = 'a'
input_data = range(10)
script = 'echo {{in.a}}'
Pipen().set_start(Process).run()
$ python example.py --help
Usage: test.py [-h | -h+] [options]
Undescribed process.
Use `@configfile` to load default values for the options.
Pipeline Options:
--name NAME The name for the pipeline, will affect the default workdir and
outdir. [default: pipen-0]
--profile PROFILE The default profile from the configuration to run the pipeline.
This profile will be used unless a profile is specified in the
process or in the .run method of pipen. You can check the
available profiles by running `pipen profile`
--outdir OUTDIR The output directory of the pipeline [default: ./<name>_results]
--forks FORKS How many jobs to run simultaneously by the scheduler
--scheduler SCHEDULER
The scheduler to run the jobs
Namespace <in>:
--in.a A [A ...] Input data
Optional Arguments:
-h, --help, -h+, --help+
show help message (with + to show more options) and exit
See more examples in tests/pipelines/
folder.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pipen_args-0.7.1.tar.gz
(8.7 kB
view details)
Built Distribution
File details
Details for the file pipen_args-0.7.1.tar.gz
.
File metadata
- Download URL: pipen_args-0.7.1.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.2 Linux/5.15.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21a10765f674db06cc24078db52193d47d8f7e28f2ee39eba3f643ee464e0caf |
|
MD5 | 5ff5109b875abb797043af0524a848a8 |
|
BLAKE2b-256 | 0d49a127ec7965edcea2b785cf86f50b165ba4065b77da9421ef1d08768dbd19 |
File details
Details for the file pipen_args-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: pipen_args-0.7.1-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.11.2 Linux/5.15.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdb09b19070546819fd4bf48c8c4171ec7d9b4c725a2fd6a16f80214d41c42bb |
|
MD5 | 0188406988203b989520e205b1eb4841 |
|
BLAKE2b-256 | 0d9eb5be44dd4febc78dc3806aa90e17f4966a16c3a339b041c12f43403ef344 |