File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,14 @@ docopt
1717`docopt <http://docopt.org/ >`_ is a lightweight, highly Pythonic package that
1818allows creating command line interfaces easily and intuitively, by parsing
1919POSIX-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.
You can’t perform that action at this time.
0 commit comments