Aiohttp based wrapper.
Project description
Aiow
Aiohttp based wrapper
Installation:
python3 -m pip install aiow
Examples:
import asyncio
from aiow import Aiow
async def my_test():
# Post(url, args)
await Aiow.Post('https://google.com', asjson=False)
# Get(url, args)
await Aiow.Get('https://google.com', asjson=False)
#Run
asyncio.run(my_test())
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
aiow-1.2.tar.gz
(2.2 kB
view details)
Built Distribution
aiow-1.2-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file aiow-1.2.tar.gz
.
File metadata
- Download URL: aiow-1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f39d4e286e5c775e553de4420f356878cbbb4a8c74fba734f579377387862a0c |
|
MD5 | 84bbff278877a56576222a1a0f55cb5e |
|
BLAKE2b-256 | a5ef3568f596d95046e8654188fdcfb3dc118f8fa4bc214e404011b9f5754b8f |
File details
Details for the file aiow-1.2-py3-none-any.whl
.
File metadata
- Download URL: aiow-1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4894c659760f09680d5fa13ff37effefca10f62cae06ade2cacfdc87eb5208e0 |
|
MD5 | 6e649423b7f18d7571fb32ca9371eebd |
|
BLAKE2b-256 | 89e764a42320ff7e43fb84c418a2bcb29bf42de7390ffa1f998661b0431a2684 |