summaryrefslogtreecommitdiff
path: root/example.py
Commit message (Expand)AuthorAgeFilesLines
* Drop empty lines, iterate over dict, not .keys()Lars Wirzenius2017-01-271-1/+0
* Silence pylint warningsLars Wirzenius2016-07-241-1/+2
* Add running of pylint in 'make check' and fix thingsLars Wirzenius2015-04-181-12/+21
* Remove trailing whitespace from ends of linesLars Wirzenius2013-06-091-8/+8
* Disallow a default value of NoneLars Wirzenius2013-01-191-0/+2
* Add config_group_nameLars Wirzenius2013-01-191-0/+2
* Add settings groupsLars Wirzenius2012-02-221-0/+3
* Change license to be GPL version 2 or later.Lars Wirzenius2011-09-271-5/+6
* Fix to use new API.Lars Wirzenius2011-06-121-3/+3
* Make default log level be debug.Lars Wirzenius2011-05-311-0/+1
* Improve default logging format.Lars Wirzenius2011-05-131-0/+2
* Add way to set metavar= for option parser.Lars Wirzenius2011-03-311-1/+2
* Update example to use new settings API.Lars Wirzenius2011-03-121-3/+6
* Improve docstring and example.Lars Wirzenius2011-02-191-2/+14
* Update example to use string lists instead of plain strings.Lars Wirzenius2011-02-191-3/+4
* Support --output option.Lars Wirzenius2011-02-121-1/+1
* Add NEWS and release 0.4.Lars Wirzenius2011-01-301-1/+1
* Fix example.py to use add_settings method, not add_options.Lars Wirzenius2011-01-171-1/+4
* Update example.py to use current API.Lars Wirzenius2011-01-161-3/+2
* Use add_string_setting in example.Lars Wirzenius2011-01-161-1/+1
* Change example.py to use process_input_line instead of process_input.Lars Wirzenius2011-01-161-6/+3
* Add use of add_options, process_input etc to example.py.Lars Wirzenius2011-01-161-1/+12
* Add --version support.Lars Wirzenius2011-01-151-0/+26