| initial commit |
|
More...
|
about 1 year ago
|
| convert readme to rst |
|
More...
|
about 1 year ago
|
| add a basic description to readme |
|
More...
|
about 1 year ago
|
| add setup.py and package directory |
|
More...
|
about 1 year ago
|
| add distribute_setup.py so install works |
|
More...
|
about 1 year ago
|
| add tox config file for tests |
|
More...
|
about 1 year ago
|
| change to apache license |
|
More...
|
about 1 year ago
|
| start building command manager |
|
More...
|
about 1 year ago
|
| save commands using the name representation to be used in help output; don't modify the input arg list when searching for the command; return the name of the command found so the app can stuff it into the help text of the command |
|
More...
|
about 1 year ago
|
| first pass at an app class that can invoke commands |
|
More...
|
about 1 year ago
|
| Sample program with command plugins |
|
More...
|
about 1 year ago
|
| include version info when configuring opt parse |
|
More...
|
about 1 year ago
|
| clean up dead code |
|
More...
|
about 1 year ago
|
| add debug option to nose |
|
More...
|
about 1 year ago
|
| replace default --help processor with one that includes the list of subcommands available |
|
More...
|
about 1 year ago
|
| if no arguments are provided at all show the help message |
|
More...
|
about 1 year ago
|
| install nose for tox tests |
|
More...
|
about 1 year ago
|
| clean up argv handling |
|
More...
|
about 1 year ago
|
| use logging for controlling console output verbosity |
|
More...
|
about 1 year ago
|
| tweak App api to make it easier to override and perform global actions before and after a command runs |
|
More...
|
about 1 year ago
|