Metadata-Version: 2.1
Name: meilisearch-python-async
Version: 1.8.1
Summary: A Python async client for the Meilisearch API
Home-page: https://github.com/sanders41/meilisearch-python-sdk
License: MIT
Keywords: meilisearch,async,python
Author: Paul Sanders
Author-email: psanders1@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Dist: PyJWT (>=2.3.0)
Requires-Dist: aiofiles (>=0.7)
Requires-Dist: camel-converter (>=1.0.0)
Requires-Dist: httpx (>=0.17)
Requires-Dist: pydantic (>=1.8)
Project-URL: Documentation, https://meilisearch-python-sdk.paulsanders.dev
Project-URL: Repository, https://github.com/sanders41/meilisearch-python-sdk
Description-Content-Type: text/markdown

# Meilisearch Python Async

:warning:
This project has been renamed to [meilisearch-python-sdk](https://github.com/sanders41/meilisearch-python-sdk)
:warning:

Under the new name both an async and a sync client are provided. You should install the new package
instead of this one.

## Installation

```sh
pip install meilisearch-python-sdk
```

