[ 源代码: grequests ]
软件包:python3-grequests(0.7.0-3)
asynchronous Web Scraping With Python (Python 3)
This package allows you to use Requests with Gevent to make asynchronous HTTP Requests easily.
Simple but effective way to create multiple http requests in Python allowing to scrape faster.
The HTTP verb methods in grequests (e.g., grequests.get, grequests.post, etc.) accept all the same keyword arguments as in the requests library.
This package installs the library for Python 3.
其他与 python3-grequests 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-gevent
- gevent is a coroutine-based Python networking library
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings