httpie-cli/httpie
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
..
output Support using styles from Pygments plugins (#663) 2018-04-14 15:25:59 -05:00
plugins Start using dict comprehensions 2017-12-28 18:15:17 +01:00
__init__.py Start using dict comprehensions 2017-12-28 18:15:17 +01:00
__main__.py Exit with status 130 on CTRL-C 2016-10-26 11:53:01 +02:00
cli.py Merge pull request #568 from dsego/dsego/ansi-colors 2017-03-12 22:44:05 +01:00
client.py Make default HTTP headers case-insensitive 2018-02-22 12:52:57 +01:00
compat.py Removed Python 2.6 support 2017-12-28 18:03:37 +01:00
config.py fix env version attribute 2017-11-18 19:01:26 +05:30
context.py Handle curses-free Pythons 2016-09-06 11:50:56 +01:00
core.py Merge pull request #494 from keik/patch-1 2017-02-07 20:50:43 +01:00
downloads.py Update links 2017-03-10 11:27:38 +01:00
input.py Start using dict comprehensions 2017-12-28 18:15:17 +01:00
models.py Cleanup 2016-03-02 02:53:23 +08:00
sessions.py Start using dict comprehensions 2017-12-28 18:15:17 +01:00
utils.py Removed Python 2.6 support 2017-12-28 18:03:37 +01:00