Skip to content

Commit 4fe9e41

Browse files
committed
docs: Improve docs [skip ci]
1 parent 211544a commit 4fe9e41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Skytable Python Client
22

3-
> **Note**: This library is currently in alpha
3+
![PyPI - Version](https://img.shields.io/pypi/v/skytable-py) ![Static Badge](https://img.shields.io/badge/python-%3E%3D3.9-blue) ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/skytable/client-py/test.yml) ![GitHub License](https://img.shields.io/github/license/skytable/client-py)
44

5-
This is an alpha version of Skytable's official connector for Python 3.X.
5+
This is the official Python client driver for [Skytable](https://github.com/skytable/skytable). The driver has been tested to work with [Skytable 0.8.2](https://github.com/skytable/skytable/releases/tag/v0.8.2) using the [Skyhash/2 Protocol](https://docs.skytable.io/protocol/). The Python client driver provides first-class `async` support using `asyncio` and does not have any additional dependencies at the moment.
66

7-
8-
## Example
7+
## Example usage
98

109
Install the dependency:
1110

0 commit comments

Comments
 (0)