summaryrefslogtreecommitdiff
path: root/demoapp
Commit message (Expand)AuthorAgeFilesLines
* Doc updates for API changes.Doug Hellmann2012-06-201-2/+2
* Refactor DisplayBase.run() to make it easier to override separate parts in su...Doug Hellmann2012-06-012-2/+2
* declare a couple of commands that use builtin command names but use multiple ...Doug Hellmann2012-05-141-0/+2
* pass more details to initialize_app so subclasses can decide what sort of ini...Doug Hellmann2012-05-101-1/+1
* simplify packaging file for demo appDoug Hellmann2012-04-281-101/+0
* first pass at interactive appDoug Hellmann2012-04-281-0/+3
* add longer docstring to show how it is printed by helpDoug Hellmann2012-04-281-2/+4
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-272-0/+32
* remove example that I was using as a syntax reminderDoug Hellmann2012-04-251-4/+0
* 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
* 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-231-1/+2
* Added missing distribute setup file.Duncan McGreggor2012-04-231-0/+477
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-222-0/+17
* Pass the I/O streams into the appDoug Hellmann2012-04-221-1/+1
* add some error handling to AppDoug Hellmann2012-04-223-3/+16
* tweak App api to make it easier to override and perform global actions before...Doug Hellmann2012-04-222-1/+12
* use logging for controlling console output verbosityDoug Hellmann2012-04-211-1/+5
* clean up argv handlingDoug Hellmann2012-04-201-2/+6
* replace default --help processor with one that includes the list of subcomman...Doug Hellmann2012-04-201-0/+1
* Sample program with command pluginsDoug Hellmann2012-04-204-0/+200