Metadata-Version: 2.1
Name: crequests
Version: 0.1.0
Summary: A lightweight cache wrapper for requests
Home-page: https://github.com/x821938/crequests
Author: Alex Skov Jensen
Author-email: pydev@offline.dk
License: MIT
Project-URL: Documentation, https://github.com/x821938/crequests
Project-URL: Source, https://github.com/x821938/crequests
Description: # A python library for caching data while scraping using the famous requests-module
        
        Often when scraping, something goes wrong. In order to minimize the burden on the website you are scraping, its a good idea to cache the data. This library does all this transparently. 
        
        With this module you create an instance of Crequests (which inherits from requests.Session). With this instance you can use all the standard methods of requests.Session. In the background all the magic caching happens, while you use all the wellknown methods of the request library
        
        Have a look in the examples folder, to see how easy it is to use.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
