summaryrefslogtreecommitdiff
path: root/cliff/formatters
Commit message (Expand)AuthorAgeFilesLines
* Fix default encoding issue with python 2.6Doug Hellmann2013-08-121-1/+4
* Restore compatibility with Prettytable < 0.7.2Dirk Mueller2013-05-021-2/+3
* use flake8 for style checksDoug Hellmann2013-03-163-6/+6
* Remove tablib formatters from coreDoug Hellmann2012-07-311-49/+0
* pep8 cleanupDoug Hellmann2012-06-012-2/+4
* Adding new line to tablib formattersMatt Joyce2012-05-301-0/+2
* fix yaml, html, and json show formattersDoug Hellmann2012-05-061-3/+3
* move the column option so it applies to "show" commands, tooDoug Hellmann2012-05-061-3/+1
* add yaml, json, and html formattersDoug Hellmann2012-05-061-0/+47
* move the columns option out of the table formatter and into the lister baseDoug Hellmann2012-05-061-13/+2
* changes in the prettytable API rolled into the python 3 support updateDoug Hellmann2012-05-041-6/+6
* python 3.2 does not have a unicode type so ignore the error if it is missingDoug Hellmann2012-05-041-1/+4
* refactor ShowOne and Lister to share a common base classDoug Hellmann2012-04-291-4/+2
* add --prefix option for shell formatter; add docs for shell formatterDoug Hellmann2012-04-281-1/+8
* clean up help text for the other formattersDoug Hellmann2012-04-281-1/+5
* add shell output formatter for single itemsDoug Hellmann2012-04-281-0/+31
* add ShowOne base class for commands that need to show properties of an indivi...Doug Hellmann2012-04-272-3/+43
* handle an empty data setDoug Hellmann2012-04-271-8/+12
* add a csv formatter for list appsDoug Hellmann2012-04-221-0/+33
* start creating a subclass of command for producing a list of output in differ...Doug Hellmann2012-04-223-0/+72