| Name: | python2-easyargs |
|---|---|
| Version: | 0.9.4 |
| Release: | 3.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 33769 |
| License: | MIT |
| RPM: | python2-easyargs-0.9.4-3.el7.noarch.rpm |
| Source RPM: | python-easyargs-0.9.4-3.el7.src.rpm |
| Build Date: | Tue Mar 10 2020 |
| Build Host: | x86-ol7-builder-02.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://pypi.python.org/pypi/easyargs |
| Summary: | Making argument parsing easy |
| Description: | A project designed to make command line argument parsing easy. There are many ways to create a command line parser in python: argparse, docopt, click. These are all great options, but require quite a lot of configuration and sometimes you just need a function to be called. Enter easyargs. Define the function that you want to be called, decorate it and let easyargs work out the command line. |
- Rebuilt to change main python from 3.4 to 3.6
- Correct misplaced six requirement
- Initial package