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 details)
Built Distribution
File details
Details for the file aioclient-0.2.1.tar.gz
.
File metadata
- Download URL: aioclient-0.2.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3d0ece9ee5108e09c69e02d0c51018c79ba890e8554dfe095fcc680e9a54b58 |
|
MD5 | 6b3bb9f77692d180e2f6ee92de7d6f52 |
|
BLAKE2b-256 | 5816865b678d992aab103391e9266911a27a6e36c7f9e3b3866a3b23ff584969 |
File details
Details for the file aioclient-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: aioclient-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c93458f7071a1cbfc2b3863eb8dd6923dee6ad5a1231e0805af9790011dc9c3f |
|
MD5 | 2d105e8d3c8d9bcfca4e1290d42f7889 |
|
BLAKE2b-256 | 4ccc7a8a98d377a7bbc56e85973e587a278a1a6c5ad2ed84f893e72a85ed61d0 |