No project description provided
Project description
mrequests
Using multiprocessing and requests to send requests using threads to fasten sending large number of requests.
Usage
from mrequests import PoolRequests m = PoolRequests(method="GET") urls = ["https://www.google.com","https://www.yahoo.com"] resp = m.send(urls) for r in resp: print(r.status_code)
Installation
pip install mrequests
Future Work
- Parameterized requests
- Authenticated Sessions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mrequests-0.1.2.tar.gz
(1.7 kB
view details)
Built Distribution
File details
Details for the file mrequests-0.1.2.tar.gz
.
File metadata
- Download URL: mrequests-0.1.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 009188cd1070721674d859632e7725c44b5ac1c5f2b0319b31190f256866b028 |
|
MD5 | 85bbdbdd9c7d124bb41c30a7260a9439 |
|
BLAKE2b-256 | b1cf5fac907077186706cde66df453deed2f2dbcf04621422dc0c4ed32035cf9 |
File details
Details for the file mrequests-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: mrequests-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b487dd9ec973e76443b05a768412f658c746740d1217392869f9a9ae48f4688 |
|
MD5 | 175675c6da5463dcdba1bc933e7edb87 |
|
BLAKE2b-256 | f67443a22a051b26211101794adddb167a8c29959e4ee1f8c5bc0ec36d54b4f9 |