Skip to main content

Simple wrapper for AIOHTTP client session, request and response

Project description

aiocapsule

  • A minimal package containing an AIOHTTP wrapper function
  • Designed for asynchronous HTTP requests to a large, unknown number of different servers
  • Support for HTTP proxy and basic authentication

Install

pip install aiocapsule

How to use

from aiocapsule.core import request

A simple call returning JSON as a dict:

await request('GET', 'https://api.coingecko.com/api/v3/ping')
{'gecko_says': '(V3) To the Moon!'}

Or a string of HTML:

await request('GET', 'https://example.com/', text=True)
'<!doctype html>\n<html>\n<head>\n    <title>Example Domain</title>\n\n    <meta charset="utf-8" />\n    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />\n    <meta name="viewport" content="width=device-width, initial-scale=1" />\n    <style type="text/css">\n    body {\n        background-color: #f0f0f2;\n        margin: 0;\n        padding: 0;\n        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;\n        \n    }\n    div {\n        width: 600px;\n        margin: 5em auto;\n        padding: 2em;\n        background-color: #fdfdff;\n        border-radius: 0.5em;\n        box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);\n    }\n    a:link, a:visited {\n        color: #38488f;\n        text-decoration: none;\n    }\n    @media (max-width: 700px) {\n        div {\n            margin: 0 auto;\n            width: auto;\n        }\n    }\n    </style>    \n</head>\n\n<body>\n<div>\n    <h1>Example Domain</h1>\n    <p>This domain is for use in illustrative examples in documents. You may use this\n    domain in literature without prior coordination or asking for permission.</p>\n    <p><a href="https://www.iana.org/domains/example">More information...</a></p>\n</div>\n</body>\n</html>\n'

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

aiocapsule-0.0.2.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

aiocapsule-0.0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file aiocapsule-0.0.2.tar.gz.

File metadata

  • Download URL: aiocapsule-0.0.2.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for aiocapsule-0.0.2.tar.gz
Algorithm Hash digest
SHA256 2aa6bfc3025efa397241594711bf3e917476e67d86249b1e7562f1544c0a0f99
MD5 fa76ec034727d44100a443a56b4ca4b5
BLAKE2b-256 6b956fa2b424bed48b77c9af7802f6bdc69527942c2d6d031fa72ac09da987e1

See more details on using hashes here.

File details

Details for the file aiocapsule-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: aiocapsule-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.15

File hashes

Hashes for aiocapsule-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 8e1e297be45fd62b769499678f224ec916d787bcee21705b67e722c7a984fab3
MD5 51eae6a58993a4d2fff4feabebb39a67
BLAKE2b-256 a99ed2e18d06968db16a954753a9489a85ecbcc1e1d84edd68938f8409cf26d9

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