GRequests

Requests + Gevent
Download

GRequests Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kenneth Reitz
  • Publisher web site:
  • http://kennethreitz.com

GRequests Tags


GRequests Description

GRequests is a Python tool that allows you to use Requests with Gevent to make asyncronous HTTP requests easily.UsageUsage is simple:import grequestsurls = Create a set of unsent Requests:>>> rs = (grequests.get(u) for u in urls)Send them all at the same time:>>> grequests.map(rs) >, < Response >, < Response >, < Response >, < Response >]Product's homepage


GRequests Related Software