spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.46k stars 331 forks source link

grequests merge with requests #89

Closed smorin closed 8 years ago

smorin commented 8 years ago

@kennethreitz Is there any throughts on merging grequests back into the main, requests repo and or also adding support for Asynio/Trollius. It's something I would be willing to work on if there was support from you as the founder/main developer for both projects.

Sorry for the comment here wasn't sure the best place to discuss this.

kennethreitz commented 8 years ago

grequests originated within the requests codebase as "requests.async". Many things have been extracted out of requests to make the core library as lean as possible, while providing all the hooks and correct abstractions to allow for these pieces to be provided by third-parties (see-also: oauth, kerberos auth).

smorin commented 8 years ago

Makes sense

kennethreitz commented 8 years ago

Closing — but more comments welcome!