Add a line in README about upcoming Python high-level client

Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
This commit is contained in:
Rushi Agrawal
2021-08-20 18:47:52 +03:00
committed by Denis Zalevskiy
parent 340069f6fa
commit 59867d5e6e
+2
View File
@@ -12,6 +12,8 @@ OpenSearch Python Client
**opensearch-py** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of elasticsearch-py licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).
This is the low-level client. A high-level Python client is in the works, and will be available soon.
## Example use
```python