Metadata-Version: 2.1
Name: moesifpythonrequest
Version: 0.1.7
Summary: Moesif Python request
Home-page: https://www.moesif.com/docs
Author: Moesif, Inc
Author-email: keyur@moesif.com
License: Apache Software License
Description: Moesif Patch Python Requests
        ----------------------------
        
        |Built For| |Latest Version| |Language Versions| |Software License|
        |Source Code|
        
        This is a library to patch the Requests lib for capturing outgoing API
        calls to send to Moesif for API Analytics.
        
        It is imported as a dependency in higher level middleware like `Moesif
        Django Middleware <https://github.com/Moesif/moesifdjango>`__ and
        `Moesif WSGI Middleware <https://github.com/moesif/moesifwsgi>`__ which
        we recommend checking out first.
        
        .. |Built For| image:: https://img.shields.io/badge/built%20for-python%20requests-blue.svg
           :target: http://docs.python-requests.org/en/master/
        .. |Latest Version| image:: https://img.shields.io/pypi/v/moesifpythonrequest.svg
           :target: https://pypi.python.org/pypi/moesifpythonrequest
        .. |Language Versions| image:: https://img.shields.io/pypi/pyversions/moesifpythonrequest.svg
           :target: https://pypi.python.org/pypi/moesifpythonrequest
        .. |Software License| image:: https://img.shields.io/badge/License-Apache%202.0-green.svg
           :target: https://raw.githubusercontent.com/Moesif/moesifpythonrequest/master/LICENSE
        .. |Source Code| image:: https://img.shields.io/github/last-commit/moesif/moesifpythonrequest.svg?style=social
           :target: https://github.com/Moesif/moesifpythonrequest
        
Keywords: moesif python request monkey patch
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: Log Analysis
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: test
Provides-Extra: dev
