Skip to content

Commit eb2b08a

Browse files
committed
Merge pull request #362 from DhiaTN/patch-1
Plac module
2 parents c69a53d + 852c5b1 commit eb2b08a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/scenarios/cli.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ docopt
1717
`docopt <http://docopt.org/>`_ is a lightweight, highly Pythonic package that
1818
allows creating command line interfaces easily and intuitively, by parsing
1919
POSIX-style usage instructions.
20+
21+
Plac
22+
------
23+
24+
`Plac <https://pypi.python.org/pypi/plac>`_ is a python module that allows developing command line applications. In fact
25+
plac is a simple wrapper over the python standard library `argparse <http://docs.python.org/2/library/argparse.html>`_, it hides most of its
26+
complexity by using a declarative interface: the argument parser is inferred
27+
rather than written down by imperatively. It is targetting especially unsophisticated
28+
users, programmers, sys-admins, scientists and in general people writing throw-away
29+
scripts for themselves, choosing the command-line interface because it is quick
30+
and simple.

0 commit comments

Comments
 (0)