| Name: | python3-docopt-ng |
|---|---|
| Version: | 0.9.0 |
| Release: | 2.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 155174 |
| License: | MIT |
| RPM: | python3-docopt-ng-0.9.0-2.el10_0.noarch.rpm |
| Source RPM: | python-docopt-ng-0.9.0-2.el10_0.src.rpm |
| Build Date: | Fri Jan 03 2025 |
| Build Host: | build-ol10-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/jazzband/docopt-ng |
| Summary: | Humane command line arguments parser |
| Description: | docopt-ng helps you create beautiful command-line interfaces. The option
parser is generated based on the docstring that is passed to docopt function.
docopt parses the usage pattern ("Usage: ...") and option descriptions (lines
starting with dash "-") and ensures that the program invocation matches the
usage pattern; it parses options, arguments and commands based on that. The
basic idea is that a good help message has all necessary information in it to
make a parser. |