summaryrefslogtreecommitdiff
path: root/demoapp
Commit message (Expand)AuthorAgeFilesLines
* Remove unicode from codexuanyandong2021-01-281-2/+2
* trivial: Remove references to Python 2.7Stephen Finucane2020-11-181-10/+9
* Remove references to setuptoolsStephen Finucane2020-10-221-2/+3
* Assure executable name is kept when app is called as moduleSorin Sbarnea2018-06-281-0/+6
* add before and after hooksDoug Hellmann2017-06-301-1/+7
* add hook for get_epilogDoug Hellmann2017-06-301-0/+3
* add hook for manipulating the argument parserDoug Hellmann2017-06-302-0/+45
* Fix cliff URLs in doc and demoappMasayuki Igawa2016-07-281-2/+2
* Set demo app up with deferred helpDoug Hellmann2015-07-241-0/+1
* Fix logging config in demo appDoug Hellmann2015-07-091-7/+4
* Update pyparsing dependency to 2.0.1Doug Hellmann2013-09-231-1/+1
* remove use of distribute in demo appDoug Hellmann2013-08-122-490/+4
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-122-0/+24
* Fix typo.qneill2013-01-031-1/+1
* Doc updates for API changes.1.0Doug 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