Skip to main content

Use docstring to annotate pipen processes

Project description

pipen-annotate

Use docstring to annotate pipen processes

Installation

pip install -U pipen-annotate

Usage

from pprint import pprint
from pipen import Proc
from pipen_annotate import annotate


class Process(Proc):
    """Short description

    Long description

    Input:
        infile: An input file
        invar: An input variable

    Output:
        outfile: The output file

    Envs:
        ncores: Number of cores
    """
    input = "infile:file, invar"
    output = "outfile:file:output.txt"
    args = {'ncores': 1}

annotated = annotate(Process)
# prints:
{'Envs': {'ncores': {'attrs': OrderedDiot([('default', 1), ('atype', 'int')]),
                     'help': 'Number of cores',
                     'terms': OrderedDiot([])}},
 'Input': {'infile': {'attrs': {'action': 'extend',
                                'itype': 'file',
                                'nargs': '+'},
                      'help': 'An input file',
                      'terms': OrderedDiot([])},
           'invar': {'attrs': {'action': 'extend',
                               'itype': 'var',
                               'nargs': '+'},
                     'help': 'An input variable',
                     'terms': OrderedDiot([])}},
 'Output': {'outfile': {'attrs': {'default': 'output.txt',
                                  'otype': 'file'},
                        'help': 'The output file',
                        'terms': OrderedDiot([])}},
 'Summary': {'long': 'Long description\n',
             'short': 'Short description'}}

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_annotate-0.5.1.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

pipen_annotate-0.5.1-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file pipen_annotate-0.5.1.tar.gz.

File metadata

  • Download URL: pipen_annotate-0.5.1.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-1034-azure

File hashes

Hashes for pipen_annotate-0.5.1.tar.gz
Algorithm Hash digest
SHA256 73455141a4419600e0ebaf59c94395d988b3b24c1a58eb5321108ddfcbfc3c86
MD5 f580182482c2f7e9d4b0172c47662469
BLAKE2b-256 60e3d5a3c17295bf4ee0b4718a51346acddd21b21714743766ab9f1654f58ff4

See more details on using hashes here.

File details

Details for the file pipen_annotate-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: pipen_annotate-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-1034-azure

File hashes

Hashes for pipen_annotate-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 18b0c152354b15ac485a19c9c9c62e9afb3353facbc3bebb9ff7eab4d71fd7ef
MD5 f720fcb20b363a838ff1f88ec7618961
BLAKE2b-256 bda911e53e0580fdbc7cd02456be39deb6536886a58dcc64e0d160d197946b5f

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