A Python client providing both async and sync support for the Meilisearch API. The SDK simplifies interacting with Meilisearch, an open-source, fast, and relevant search engine. Current version 7.1.3 supports Python >=3.10 and features both synchronous and asynchronous clients.
pip install meilisearch-python-sdkVerified import paths — ran on the pinned version, not inferred.
Initialize sync client, add documents to an index.
Install meilisearch-python-sdk and update imports to 'from meilisearch_python_sdk import ...'
Use 'async with AsyncMeilisearchClient(...) as client:' or call 'await client.close()'.
Import as: 'from meilisearch_python_sdk.sync_client import Client'
No dependency data recorded yet.