Skip to main content

An async web client for humans

Project description

aioclient

Installation

python3 -m pip install aioclient

Usage

import aioclient
import asyncio

async def get_example():
    status, headers, body = await aioclient.get('https://www.example.com/')
    print(body)

asyncio.run(get_example())

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

v0.2.2

  • Remove cchardet dependency

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

aioclient-0.2.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aioclient-0.2.2-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file aioclient-0.2.2.tar.gz.

File metadata

  • Download URL: aioclient-0.2.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for aioclient-0.2.2.tar.gz
Algorithm Hash digest
SHA256 345a00ebc25be39ff8bcb356867af67e6e7c30546c68a7b01924076f0196d6cf
MD5 52c1bb9da43abc50ee79119ad4f3a706
BLAKE2b-256 b508cb3c7b912b880e6a2a59a3c76f0df287f8c187ba54046ad64115e176f39e

See more details on using hashes here.

File details

Details for the file aioclient-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: aioclient-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for aioclient-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4a52915b4c197a75d2ca79374b7d480b59c8aa255ec2b1415b49f26e29da6e6e
MD5 a8fb10b6ff75b12a07d82f6f0d5cd8f4
BLAKE2b-256 4d60b38a32851032ff12170931ac59c527846a4c39293a43d7e9e10e21bb4334

See more details on using hashes here.

Supported by

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