This is an ORM client for typesense-server. It is still under construction (some search options are not implemented yet, as well as aliases and synonyms)
pip install typesense_orm
This client has aiohttp under the hood, but you can specify a mode (see example) and work in either a synchronized manner, or in an async mode.
The ORM is based on pydantic here (actually models are inherited from pydantic base model with some methods overriden). (to be continued)
If you have any issues, contact me on [email protected] or in telegram @oleg_demianchenko (in telegram i'll respond faster)