An async web client for humans
Project description
aioclient
Installation
pip install aioclient
Usage
import aioclient
async def get_example():
status, headers, body = await aioclient.get('https://www.example.com/')
print(body)
Changelog
v0.1.0
- GET requests return
status, headers, body
tuples
v0.2.0
- Support OPTIONS, HEAD, POST, PUT, PATCH, and DELETE requests
- Deserialize text/xml responses as XML ElementTree
v0.2.1
- Fix project description
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
aioclient-0.2.1.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for aioclient-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c93458f7071a1cbfc2b3863eb8dd6923dee6ad5a1231e0805af9790011dc9c3f |
|
MD5 | 2d105e8d3c8d9bcfca4e1290d42f7889 |
|
BLAKE2b-256 | 4ccc7a8a98d377a7bbc56e85973e587a278a1a6c5ad2ed84f893e72a85ed61d0 |