• 授权协议:BSD
  • 开发厂商:-
  • 软件语言:Python
  • 更新日期:2017-02-24
requests-cache

requests-cache 是为 Python 的 Requests 库提供了持久化缓存支持的 Python 模块。

requests-cache Requests 的缓存库 项目简介

requests-cache 是为 Python 的 Requests 库提供了持久化缓存支持的 Python 模块。示例代码:import requests
import requests_cache

requests_cache.install_cache('demo_cache')

for i in range(10):
    requests.get('http://git.oschina.net/ld/J2Cache')

requests-cache Requests 的缓存库 相关推荐

requests-cache Requests 的缓存库 评论内容