Install
PIP🔗
Installation is as simple as:
pip install dripostal
Dripostal's only dependency is Pydantic, a data validation framework we use to build Dripostal's response schemas:
Async🔗
To use the asynchronous Dripostal client provided in the dripostal.aio
module
you should have AIOHTTP already installed,
or install it as an extra dependency for Dripostal:
pip install dripostal[aiohttp]