Last updated:
0 purchases
basehttpclient 0.2.1
Base HTTP client for your integrations based on aiohttp.
Installation
Installation is possible in standard ways, such as PyPI or
installation from a git repository directly.
Installing from PyPI:
pip3 install base-http-client
Installing from github.com:
pip3 install git+https://github.clm/andy-takker/base_http_client
The package contains several extras and you can install additional dependencies
if you specify them in this way.
For example, with msgspec:
pip3 install "base-http-client[msgspec]"
Complete table of extras below:
example
description
pip3 install "base-http-client[msgspec]"
For using msgspec structs
pip3 install "base-http-client[orjson]"
For fast parsing json by orjson
pip3 install "base-http-client[pydantic]"
For using pydantic models
Using
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.