| Name: | python34-easyargs |
|---|---|
| Version: | 0.9.4 |
| Release: | 2.el7 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 32256 |
| License: | MIT |
| RPM: | python34-easyargs-0.9.4-2.el7.noarch.rpm |
| Source RPM: | python-easyargs-0.9.4-2.el7.src.rpm |
| Build Date: | Thu Oct 26 2017 |
| Build Host: | x86-ol7-builder-03.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. |
- Correct misplaced six requirement
- Initial package