Skip to main content

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

This version

1.2

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 hashes)

Uploaded Source

Built Distribution

aiow-1.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page