Skip to main content

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


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.6.3.tar.gz (8.7 kB view details)

Uploaded Source

Built Distribution

pipen_args-0.6.3-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file pipen_args-0.6.3.tar.gz.

File metadata

  • Download URL: pipen_args-0.6.3.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

Hashes for pipen_args-0.6.3.tar.gz
Algorithm Hash digest
SHA256 163b41edced0d631a2048156187d2bd8bcc7dcf0ac207e41ba5800467021a4ce
MD5 013ed66123384c4d9a12abf9eaf79d33
BLAKE2b-256 3378c151e3412485002cd14ba75230de08408233028af157d47ef97a753f2680

See more details on using hashes here.

File details

Details for the file pipen_args-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: pipen_args-0.6.3-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

Hashes for pipen_args-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 69b41127efddd6eb0f21d77d95a6bb0d03445dfc364fe7e8936ed538f01f1e8b
MD5 f495d814f0eea5612d94f26060fa6ab2
BLAKE2b-256 3fc6cc9346e7796954377a6764ad55e2cfa189a50cbfe970f3737b3c811775f4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page