Hacker News new | ask | show | jobs
by pudquick 4803 days ago
100% agree on this one. Probably the only thing that immediately appealed to me for this project's python version was the integrated asynchronous requests capability.

With version v0.13.0+ of python-requests, async functionality was split out by the maintainer to https://github.com/kennethreitz/grequests (and it's a light wrapper over requests + gevent).