File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Command-line Applications
66Clint
77-----
88
9- `clint <https://pypi.python.org/pypi/clint/ >`_ is a python module which is
9+ `clint <https://pypi.python.org/pypi/clint/ >`_ is a Python module which is
1010filled with very useful tools for developing command-line applications.
1111It supports features such as; CLI Colors and Indents, Simple and Powerful
1212Column Printer, Iterator based progress bar and Implicit argument handling.
@@ -29,8 +29,8 @@ POSIX-style usage instructions.
2929Plac
3030------
3131
32- `Plac <https://pypi.python.org/pypi/plac >`_ is a python module that allows developing command-line applications. In fact
33- plac is a simple wrapper over the python standard library `argparse <http://docs.python.org/2/library/argparse.html >`_, it hides most of its
32+ `Plac <https://pypi.python.org/pypi/plac >`_ is a Python module that allows developing command-line applications. In fact
33+ plac is a simple wrapper over the Python standard library `argparse <http://docs.python.org/2/library/argparse.html >`_, it hides most of its
3434complexity by using a declarative interface: the argument parser is inferred
3535rather than written down by imperatively. It is targetting especially unsophisticated
3636users, programmers, sys-admins, scientists and in general people writing throw-away
You can’t perform that action at this time.
0 commit comments