Skip to main content

simple siduck for quic

Project description

aiosiduck

A simple QUIC request client

Installation

pip3 install aiosiduck

Example

import asyncio
from aiosiduck import SiduckClient

async def main():
    client = SiduckClient("127.0.0.1", "8088", "cert.pem")
    res = await client.request(b"i am a cat")
    print(res)
    res = await client.request(b"i am a dog")
    print(res)
    await client.close()

if __name__ == "__main__":
asyncio.run(main())

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

aiosiduck-0.1.2.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

aiosiduck-0.1.2-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file aiosiduck-0.1.2.tar.gz.

File metadata

  • Download URL: aiosiduck-0.1.2.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for aiosiduck-0.1.2.tar.gz
Algorithm Hash digest
SHA256 155c10f911c3c99fd866b3f0fd93b5f35119fbc51572fa7b9ddfbfc883ee48dd
MD5 7b0303c3d618860a6fcd8b5533e63938
BLAKE2b-256 853ccd7cddbfb910afe3827931c7371cb910be3a640fddeed2925acf695ae503

See more details on using hashes here.

File details

Details for the file aiosiduck-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: aiosiduck-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for aiosiduck-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 68f5b8da118286d156b87a6e05019e0c8191a1db80dd2257c1a83d0288fad825
MD5 da221776cb44a57db7312a28d3c07122
BLAKE2b-256 d8218333c40143369add7de324af6c7243acd4d3b06b2509c7d9153e0d1709e5

See more details on using hashes here.

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