Package: python-argh Version: 0.26.1-1+0~20170422053843.6+jessie~1.gbpff7840 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 114 Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~) Recommends: python-argcomplete Homepage: http://pypi.python.org/pypi/argh Priority: extra Section: python Filename: pool/main/p/python-argh/python-argh_0.26.1-1+0~20170422053843.6+jessie~1.gbpff7840_all.deb Size: 24282 SHA256: bf233f1c1cd9486791caecb6f4c72f84157cc354017fef2e0fb2b90a3deb10aa SHA1: 2f5e15f4ec88b9e9bee7cdd5bc36a94aae570362 MD5sum: 966a4d4fd91e59c49984573624157ee8 Description: simple argparse wrapper (Python 2) Argh provides a very simple wrapper for argparse. . Argparse is a very powerful tool; argh just makes it easy to use. . Here’s a list of features that argh adds to argparse: . * mark a function as a CLI command and specify its arguments before the parser is instantiated; * nested commands made easy: no messing with subparsers; * infer command name from function name; * infer agrument type from the default value; * infer argument action from the default value (for booleans); * infer arguments from function signature; * add an alias root command help for the --help argument; * enable passing unwrapped arguments to certain functions instead of an argparse.Namespace object. . Argh is fully compatible with argparse. You can mix argh-agnostic and argh-aware code. Just keep in mind that dispatch() does some extra work that a custom dispatcher may not do. . This package installs the library for Python 2. Package: python3-argh Source: python-argh Version: 0.26.1-1+0~20170422053843.6+jessie~1.gbpff7840 Architecture: all Maintainer: Marco Nenciarini Installed-Size: 111 Depends: python3:any (>= 3.3.2-2~) Recommends: python3-argcomplete Homepage: http://pypi.python.org/pypi/argh Priority: extra Section: python Filename: pool/main/p/python-argh/python3-argh_0.26.1-1+0~20170422053843.6+jessie~1.gbpff7840_all.deb Size: 21420 SHA256: 2d8fcf8adfb516ba8f2e2a27f04f5756668538abe76a7443a251a7883d45b0c4 SHA1: 769340565a0742afae35383bc134cbbd4c7d4bc4 MD5sum: 2e7ee959361d58dab6cc7363fa625740 Description: simple argparse wrapper (Python 3) Argh provides a very simple wrapper for argparse. . Argparse is a very powerful tool; argh just makes it easy to use. . Here’s a list of features that argh adds to argparse: . * mark a function as a CLI command and specify its arguments before the parser is instantiated; * nested commands made easy: no messing with subparsers; * infer command name from function name; * infer agrument type from the default value; * infer argument action from the default value (for booleans); * infer arguments from function signature; * add an alias root command help for the --help argument; * enable passing unwrapped arguments to certain functions instead of an argparse.Namespace object. . Argh is fully compatible with argparse. You can mix argh-agnostic and argh-aware code. Just keep in mind that dispatch() does some extra work that a custom dispatcher may not do. . This package installs the library for Python 3.