The python client for MeiliSearch API.
MeiliSearch provides an ultra relevant and instant full-text search. Our solution is open-source and you can check out our repository here.
You can also use MeiliSearch as a service by registering on meilisearch.com and use our hosted solution.
pipenv install
pipenv shell
pytest
pylint meilisearch
pylint tests/*