Meilisearch Python Client

Licence

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.

🔧 Installation

pipenv install
pipenv shell
pytest

Linting

pylint meilisearch
pylint tests/*