httpie-cli/httpie/output
Piotr Śliwka 87e661c5f1 Support using styles from Pygments plugins (#663)
`pygments.styles.STYLE_MAP` contains only styles built directly into
Pygments library. To list all available styles (including styles
registered by plugins), one should use `get_all_styles` generator.

For respective Pygments documentation, see:
http://pygments.org/docs/styles/#getting-a-list-of-available-styles
2018-04-14 15:25:59 -05:00
..
formatters Support using styles from Pygments plugins (#663) 2018-04-14 15:25:59 -05:00
__init__.py Modularized output, refactoring 2014-04-27 21:58:00 +02:00
processing.py Converted built-in formatters to formatter plugins. 2014-05-12 19:12:39 +02:00
streams.py Replace --show-redirects with --all and add --print-others, -P 2016-03-07 07:04:23 +08:00