Skip to main content

The python client for MeiliSearch API.

Project description

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.

Using alpha release

pipenv

pipenv install --pypi-mirror 'https://test.pypi.org/simple/' meilisearch==0.0.7

pip

python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps meilisearch==0.0.7

Quickstart

import meilisearch
client = meilisearch.Client("http://127.0.0.1:7700", "123")
indexes = client.get_indexes()

Contributing

🔧 Installation

pipenv install
pipenv shell
pytest

Linting

pylint meilisearch
pylint tests/*

Generate documentation

pdoc3 meilisearch --html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meilisearch-0.8.0.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

meilisearch-0.8.0-py3-none-any.whl (15.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page