[ trixie ]
[ sid ]
[ 原始碼: 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
- interactive high-level object-oriented language (default python3 version)
-
- 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