Reqt Package
Project description
Reqt
reqt is a simple, asynchronous library that you can use to send large numbers of requests.
import asyncio
import reqt
async def custom_method(response):
print(f"Status Code: {response.status}")
print(f"Response: {response.content}")
async def main():
urls = ["https://www.google.com"]
await reqt.fetch_all(urls=urls, method=custom_method)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Requests allows you to send HTTP/1.1 requests extremely easily. Just give url addresses and process your results. It continues to be developed with new features every day!
Installing Reqt and Supported Versions
Reqt is available on PyPI:
$ python -m pip install reqt
Reqt officially supports Python 3+.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reqt-1.0.3.tar.gz.
File metadata
- Download URL: reqt-1.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2cafe908c8dc438e37d1333c93a474e058d171caa92d04af3f2de83043fa4ac
|
|
| MD5 |
31361181cecf9a1ae6581bc8bc8c3127
|
|
| BLAKE2b-256 |
8652affe1d42ddeab0f88e8f49ebb1e1535322d22918dca8c7a20e94b3958f86
|
File details
Details for the file reqt-1.0.3-py3-none-any.whl.
File metadata
- Download URL: reqt-1.0.3-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/51.1.2 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
866143fd3687cbb29597d602026309db2c4d9ebb0be8c31eb48517ecde7d626e
|
|
| MD5 |
fe20ed47110adfd4eb33d60670261bd3
|
|
| BLAKE2b-256 |
a6d56ca5df7aea55d86359aac44fa2d91db3095d222f107a6395810cb3e80b74
|