Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 583 Bytes

README.rst

File metadata and controls

18 lines (11 loc) · 583 Bytes

pyreq - A console based http client

pyreq is a simple console based http and https client. It allows you to use most HTTP verbs, send arbitrary data along with the request, and save the result to file. It also automaticly pretty-prints and higlights JSON and most other text formats like HTML, XML, and JavaScript, which is very useful for exploring APIs.

To install, just run the following command: :

pip install pyreq

You can get a list of all options and what they mean by running:

pyreq -h

pyreq is licensed under the MIT license.