Metadata-Version: 1.1
Name: requests-wsgi-adapter
Version: 0.1
Summary: WSGI Transport Adapter for Requests
Home-page: https://github.com/seanbrant/requests-wsgi-adapter
Author: Sean Brant
Author-email: brant.sean@gmail.com
License: BSD
Description:   >>> from wsgiadapter import WSGIAdapter
          >>> s = requests.Session()
          >>> s.mount('http://staging/', WSGIAdapter())
          >>> s.get('http://staging/index.html')
          <Response [200]>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
