Metadata-Version: 1.1
Name: nbrequests
Version: 0.0.7
Summary: Display requests in Jupyter Notebook
Home-page: http://github.com/kristianperkins/nbrequests
Author: Kristian Perkins
Author-email: khperkins@gmail.com
License: Apache 2.0
Description: nbrequests: Display Python Requests in Notebook
        ===============================================
        
        Pretty printing the requests/responses from `python requests <http://requests.readthedocs.io>`_.
        
        Install
        -------
        
        ::
        
            pip install nbrequests
        
        
        Usage
        -----
        
        Simply make a request using the python `requests` module and run `display_request()`. Have a look through the `example notebook <https://nbviewer.jupyter.org/github/kristianperkins/nbrequests/blob/master/example_nbrequests.ipynb>`_ for more.
        
Keywords: requests jupyter rest json
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Framework :: Jupyter
