1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
Jakub Roztocil 8a9cedb16e JSON session data, `httpie' management command. 2012-08-18 23:07:36 +02:00
Jakub Roztocil 8bf7f8219c Fixed readme decoding.
Closes #85.
2012-08-16 03:11:15 +02:00
Jakub Roztocil 49e44d9b7e Pre-process README.rst so that PyPi renders it. 2012-08-07 14:50:17 +02:00
Jakub Roztocil 26a76e8243 Clean-up 2012-07-26 00:50:39 +02:00
Jakub Roztocil 2dba176aa8 Added support for terminal colors under Windows.
Tested on Python 2.7 under Windows 7 with PowerShell and cmd.exe.

Closes #36
2012-07-17 04:06:13 +02:00
Jakub Roztocil 8a7f4c0d6e Fixed tests exist status. 2012-07-17 01:33:18 +02:00
Jakub Roztocil 926d3f5caf Tests, docs, clean-up.
Closes #54.
2012-06-24 03:45:21 +02:00
Marc Abramowitz 1388206f1a Fix path to tests.py in setup.py to make python setup.py test work 2012-06-13 07:18:11 -07:00
Jakub Roztocil d544ec3823 Made --verbose work also with requests<0.12.1. 2012-06-13 15:25:05 +02:00
Jakob Kramer 2d7f2c65a2 Use the Pygments HTTP and JSON lexers 2012-04-26 13:05:59 +02:00
Jakub Roztocil 3d11042772 Fixed classifiers in setup.py. 2012-04-25 02:16:10 +02:00
Jakub Roztocil 4da3821bc4 Lowered the minimum version of requests required
So that the Debian package works out of the box:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663506
2012-04-11 22:21:11 +02:00
Jakub Roztocil ab23037582 Python 3 fixes. 2012-03-15 00:28:15 +01:00
Jakub Roztocil 3dbb61a8ca Added argparse for Python 3.1. 2012-03-15 00:22:29 +01:00
Jakub Roztocil 51aa0409e6 Added Python 3 support
Closes #11.
2012-03-15 00:13:11 +01:00
Chris Faulkner f5d4addab2 Update references to moved README. 2012-03-04 22:26:23 -08:00
Laurent Bachelier 71771dc4a6 One argument per line 2012-03-04 16:28:30 +01:00
Laurent Bachelier 1517f3d149 Include README.md in the source tarball
This should fix the IOError that occured in setup.py.
2012-03-04 16:28:30 +01:00
Jakub Roztočil c446d756ab Fixed IOError in setup.py. 2012-03-04 13:47:09 +01:00
Jakub Roztočil 715e1b1047 Improved setup.py 2012-03-04 03:36:17 +01:00
Jakub Roztočil ca8779d879 Merge branch 'main-module-convention' of https://github.com/gandaro/httpie into gandaro-main-module-convention
Renamed httpie.httpie to httpie.__main__ so that one can invoke it via python -m httpie.
2012-03-04 03:13:50 +01:00
Jakub Roztočil b802f2b960 Added field-name:=raw-json
Closes #14
2012-03-04 02:44:30 +01:00
Jakob Kramer d670513c9f use the __main__ submodule convention to make it possible to use python -m httpie 2012-03-02 18:35:33 +01:00
Jakub Roztočil 3442a5d037 Made argparse required only for Python < 2.7.
Closes #7.
2012-03-01 23:21:44 +01:00
Tomek Wójcik d768959084 * Added argparse to install_requires. 2012-03-01 09:02:48 +01:00
Jakub Roztočil 71b6b126c0 Fixed setup.py to work without having pygments already installed. Closes #1. 2012-02-28 13:49:58 +01:00
Jakub Roztočil 258fc0cd5f Renamed the CLI tool http. 2012-02-27 11:54:41 +01:00
Jakub Roztočil 459c9f1a33 Added Solarized color scheme for Pygments by @gthank. 2012-02-26 16:22:04 +01:00
Jakub Roztočil 3f0d621c5a Fixed a typo. 2012-02-25 14:34:41 +01:00
Jakub Roztočil b966efa17d Initial commit. 2012-02-25 13:39:38 +01:00