|
1 |
| -# MeiliSearch Python Client <!-- omit in toc --> |
2 |
| - |
3 |
| -[](https://badge.fury.io/py/meilisearch) |
4 |
| -[](https://img.shields.io/badge/licence-MIT-blue.svg) |
5 |
| -[](https://github.com/{owner}/{repo}/actions) |
6 |
| - |
7 |
| -The python client for MeiliSearch API. |
8 |
| - |
9 |
| -MeiliSearch provides an ultra relevant and instant full-text search. Our solution is open-source and you can check out [our repository here](https://github.com/meilisearch/MeiliSearch). |
10 |
| - |
11 |
| -Here is the [MeiliSearch documentation](https://docs.meilisearch.com/) 📖 |
| 1 | +<p align="center"> |
| 2 | + <img src="https://res.cloudinary.com/meilisearch/image/upload/v1587402338/SDKs/meilisearch_python.svg" alt="MeiliSearch-Python" width="200" height="200" /> |
| 3 | +</p> |
| 4 | + |
| 5 | +<h1 align="center">MeiliSearch Python</h1> |
| 6 | + |
| 7 | +<h4 align="center"> |
| 8 | + <a href="https://github.com/meilisearch/MeiliSearch">MeiliSearch</a> | |
| 9 | + <a href="https://www.meilisearch.com">Website</a> | |
| 10 | + <a href="https://blog.meilisearch.com">Blog</a> | |
| 11 | + <a href="https://twitter.com/meilisearch">Twitter</a> | |
| 12 | + <a href="https://docs.meilisearch.com">Documentation</a> | |
| 13 | + <a href="https://docs.meilisearch.com/resources/faq.html">FAQ</a> |
| 14 | +</h4> |
| 15 | + |
| 16 | +<p align="center"> |
| 17 | + <a href="https://badge.fury.io/py/meilisearch"><img src="https://badge.fury.io/py/meilisearch.svg" alt="PyPI version"></a> |
| 18 | + <a href="https://github.com/{owner}/{repo}/actions"><img src="https://github.com/meilisearch/meilisearch-python/workflows/Pytest/badge.svg" alt="Test Status"></a> |
| 19 | + <a href="https://github.com/meilisearch/meilisearch-laravel-scout/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-informational" alt="License"></a> |
| 20 | + <a href="https://slack.meilisearch.com"><img src="https://img.shields.io/badge/slack-MeiliSearch-blue.svg?logo=slack" alt="Slack"></a> |
| 21 | +</p> |
| 22 | + |
| 23 | +<p align="center">⚡ Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine MeiliSearch client written in Python</p> |
| 24 | + |
| 25 | +**MeiliSearch Python** is a client for **MeiliSearch** written in Python. **MeiliSearch** is a powerful, fast, open-source, easy to use and deploy search engine. Both searching and indexing are highly customizable. Features such as typo-tolerance, filters, and synonyms are provided out-of-the-box. |
12 | 26 |
|
13 | 27 | ## Table of Contents <!-- omit in toc -->
|
14 | 28 |
|
|
0 commit comments