We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f631c commit c8dcf12Copy full SHA for c8dcf12
README.md
@@ -1,9 +1,19 @@
1
# Skytable Python Client
2
3
+> **Note**: This library is currently in alpha
4
+
5
This is an alpha version of Skytable's official connector for Python 3.X.
6
7
8
## Example
9
10
+Install the dependency:
11
12
+```sh
13
+pip install skytable-py
14
+```
15
16
+Use in your code:
17
```python
18
import asyncio
19
from skytable_py import Config
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "skytable-py"
-version = "0.0.1"
+version = "0.0.2"
authors = [{ name = "Sayan Nandan", email = "[email protected]" }]
description = "Official Skytable client library for Python"
readme = "README.md"
0 commit comments