Name: | python2-docopt |
---|---|
Version: | 0.6.2 |
Release: | 7.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 107857 |
License: | MIT |
RPM: | python2-docopt-0.6.2-7.el7.noarch.rpm |
Source RPM: | python-docopt-0.6.2-7.el7.src.rpm |
Build Date: | Tue Mar 20 2018 |
Build Host: | x86-ol6-builder-05.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/docopt/docopt |
Summary: | Pythonic argument parser, that will make you smile |
Description: | Isn't it awesome how optparse and argparse generate help messages based on your code?! Hell no! You know what's awesome? It's when the option parser is generated based on the beautiful help message that you write yourself! This way you don't need to write thisstupid repeatable parser-code, and instead can write only the help message--*the way you want it*. Python 2 version. |