diff env/lib/python3.7/site-packages/CacheControl-0.11.7-py3.7.egg-info/PKG-INFO @ 5:9b1c78e6ba9c draft default tip

"planemo upload commit 6c0a8142489327ece472c84e558c47da711a9142"
author shellac
date Mon, 01 Jun 2020 08:59:25 -0400
parents 79f47841a781
children
line wrap: on
line diff
--- a/env/lib/python3.7/site-packages/CacheControl-0.11.7-py3.7.egg-info/PKG-INFO	Thu May 14 16:47:39 2020 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,65 +0,0 @@
-Metadata-Version: 2.1
-Name: CacheControl
-Version: 0.11.7
-Summary: httplib2 caching for requests
-Home-page: https://github.com/ionrock/cachecontrol
-Author: Eric Larson
-Author-email: eric@ionrock.org
-License: UNKNOWN
-Description: ==============
-         CacheControl
-        ==============
-        
-        .. image:: https://img.shields.io/pypi/v/cachecontrol.svg
-            :target: https://pypi.python.org/pypi/cachecontrol
-            :alt: Latest Version
-        
-        .. image:: https://travis-ci.org/ionrock/cachecontrol.png?branch=master
-          :target: https://travis-ci.org/ionrock/cachecontrol
-        
-        CacheControl is a port of the caching algorithms in httplib2_ for use with
-        requests_ session object.
-        
-        It was written because httplib2's better support for caching is often
-        mitigated by its lack of threadsafety. The same is true of requests in
-        terms of caching.
-        
-        
-        Quickstart
-        ==========
-        
-        .. code-block:: python
-        
-          import requests
-        
-          from cachecontrol import CacheControl
-        
-        
-          sess = requests.session()
-          cached_sess = CacheControl(sess)
-        
-          response = cached_sess.get('http://google.com')
-        
-        If the URL contains any caching based headers, it will cache the
-        result in a simple dictionary.
-        
-        For more info, check out the docs_
-        
-        .. _docs: http://cachecontrol.readthedocs.org/en/latest/
-        .. _httplib2: https://github.com/jcgregorio/httplib2
-        .. _requests: http://docs.python-requests.org/
-        
-Keywords: requests http caching web
-Platform: UNKNOWN
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Web Environment
-Classifier: License :: OSI Approved :: Apache Software License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Programming Language :: Python :: 3.4
-Classifier: Topic :: Internet :: WWW/HTTP
-Provides-Extra: filecache