ERequests

Requests + Eventlet
Download

ERequests Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Saul Ibarra Corretge
  • Publisher web site:
  • https://github.com/saghul/

ERequests Tags


ERequests Description

ERequests is a tool that allows you to use Requests with Eventlet to make asynchronous HTTP Requests easily.ERequests is a port to Eventlet of Kenneth Reitz's grequests (https://github.com/kennethreitz/grequests)UsageUsage is simple:import erequestsurls = Create a set of unsent Requests:>>> rs = (erequests.get(u) for u in urls)Send them all at the same time:>>> erequests.map(rs) >, < Response >, < Response >, < Response >, < Response >]InstallationInstallation is easy with pip: pip install erequestsProduct's homepage


ERequests Related Software