{ "info": { "author": "woncoh1", "author_email": "woncoh1@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9" ], "description": "# aiocapsule\n\n\n\n- A minimal package containing an AIOHTTP wrapper function\n- Designed for asynchronous HTTP requests to *a large, unknown number of\n different servers*\n- Support for HTTP proxy and basic authentication\n\n## Install\n\n``` sh\npip install aiocapsule\n```\n\n## How to use\n\n``` python\nfrom aiocapsule.core import request\n```\n\nA simple call returning JSON as a dict:\n\n``` python\nawait request('GET', 'https://api.coingecko.com/api/v3/ping')\n```\n\n {'gecko_says': '(V3) To the Moon!'}\n\nOr a string of HTML:\n\n``` python\nawait request('GET', 'https://example.com/', text=True)\n```\n\n '\\n\\n
\\nThis domain is for use in illustrative examples in documents. You may use this\\n domain in literature without prior coordination or asking for permission.
\\n \\n