Metadata-Version: 1.1
Name: pyreq
Version: 1.0.0
Summary: A console based http client
Home-page: https://github.com/BookOwl/pyreq
Author: Matthew (BookOwl)
Author-email: None
License: MIT
Description: 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 JSON, 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.
Keywords: web http https curl
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Utilities
