summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* add some real documentationDoug Hellmann2012-04-255-5/+369
* Add get_data() to the Lister base class.Doug Hellmann2012-04-251-0/+7
* remove example that I was using as a syntax reminderDoug Hellmann2012-04-251-4/+0
* Add a link to the docs.Doug Hellmann2012-04-251-0/+5
* while looking for documentation on entry points I realized distutils2 doesn't...Doug Hellmann2012-04-251-1/+3
* fill in a real description of the projectDoug Hellmann2012-04-251-6/+8
* start sphinx documentationDoug Hellmann2012-04-253-0/+417
* Added a bit more to the README.Duncan McGreggor2012-04-231-9/+23
* flesh out instructions for using the demo appDoug Hellmann2012-04-231-10/+25
* Merge branch 'master' of github.com:dreamhost/cliffDoug Hellmann2012-04-234-1/+515
|\
| * Added a README for the demo app.Duncan McGreggor2012-04-231-0/+35
| * Added download url to both setup.py files and updated the demo setup.py withDuncan McGreggor2012-04-232-1/+3
| * Merge branch 'master' of github.com:dreamhost/cliffDuncan McGreggor2012-04-231-1/+1
| |\
| * | Added missing distribute setup file.Duncan McGreggor2012-04-231-0/+477
* | | add a few more ideasDoug Hellmann2012-04-231-0/+5
| |/ |/|
* | move repo link to the dreamhost projectDoug Hellmann2012-04-231-1/+1
|/
* more to-do itemsDoug Hellmann2012-04-221-0/+4
* add demoapp to release package and clean up files being distributed from the ...Doug Hellmann2012-04-221-1/+2
* notes about work still to be doneDoug Hellmann2012-04-221-0/+9
* require PrettyTable package for the table formatterDoug Hellmann2012-04-221-1/+3
* improve error handling when loading formatter pluginsDoug Hellmann2012-04-221-4/+12
* add a csv formatter for list appsDoug Hellmann2012-04-223-1/+37
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-227-7/+139
* remove unused importDoug Hellmann2012-04-221-1/+0
* better error handling of post-action hook in appDoug Hellmann2012-04-221-2/+8
* Pass the I/O streams into the appDoug Hellmann2012-04-222-2/+15
* add some error handling to AppDoug Hellmann2012-04-224-9/+37
* make the log messages slightly easier to parseDoug Hellmann2012-04-221-2/+2
* tweak App api to make it easier to override and perform global actions before...Doug Hellmann2012-04-223-11/+44
* use logging for controlling console output verbosityDoug Hellmann2012-04-213-7/+55
* clean up argv handlingDoug Hellmann2012-04-201-2/+6
* install nose for tox testsDoug Hellmann2012-04-201-1/+1
* if no arguments are provided at all show the help messageDoug Hellmann2012-04-201-2/+4
* replace default --help processor with one that includes the list of subcomman...Doug Hellmann2012-04-203-0/+24
* add debug option to noseDoug Hellmann2012-04-201-1/+1
* clean up dead codeDoug Hellmann2012-04-201-9/+0
* include version info when configuring opt parseDoug Hellmann2012-04-201-0/+1
* Sample program with command pluginsDoug Hellmann2012-04-204-0/+200
* first pass at an app class that can invoke commandsDoug Hellmann2012-04-202-0/+85
* save commands using the name representation to be used in help output; don't ...Doug Hellmann2012-04-202-14/+14
* start building command managerDoug Hellmann2012-04-202-0/+93
* change to apache licenseDoug Hellmann2012-04-202-1/+203
* add tox config file for testsDoug Hellmann2012-04-201-0/+6
* add distribute_setup.py so install worksDoug Hellmann2012-04-202-0/+483
* add setup.py and package directoryDoug Hellmann2012-04-202-0/+171
* add a basic description to readmeDoug Hellmann2012-04-201-0/+3
* convert readme to rstDoug Hellmann2012-04-202-4/+4
* initial commitDoug Hellmann2012-04-202-0/+31