slackbuilds/development/python-docopt
Leo C 89270fbefd development/python-docopt: Updated for version 0.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-06-29 05:58:28 +07:00
..
README development/python-docopt: Updated for version 0.6.2. 2019-06-29 05:58:28 +07:00
python-docopt.SlackBuild development/python-docopt: Updated for version 0.6.2. 2019-06-29 05:58:28 +07:00
python-docopt.info development/python-docopt: Updated for version 0.6.2. 2019-06-29 05:58:28 +07:00
slack-desc development/python-docopt: Updated for version 0.6.2. 2019-06-29 05:58:28 +07:00

README

docopt helps you:
- define the interface for your command-line app, and
- automatically generate a parser for it.
docopt is based on conventions that have been used for decades in help
messages and man pages for describing a program's interface.
An interface description in docopt is such a help message,
but formalized.

python3 is an optional (autodetected) dependency.