Metadata-Version: 2.1
Name: typesense-orm
Version: 0.0.14
Summary: A typesense-server client using orm paradigm based on pydantic
Home-page: https://github.com/RedSnail/typesense_orm
Author: Oleg Demianchenko
Author-email: oleg.demianchenko@gmail.com
License: MIT
Platform: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Typesense-orm
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)
### Installation
`pip install typesense_orm`
### Description
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.<br/>
The ORM is based on pydantic here (actually models are inherited from pydantic base model with some methods overriden). (to be continued)
### Contacts
If you have any issues, contact me on oleg.demianchenko@gmail.com or in telegram @oleg_demianchenko (in telegram i'll respond faster)


