Skip to content

Commit c8dcf12

Browse files
committed
version: 0.0.2
1 parent 17f631c commit c8dcf12

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Skytable Python Client
22

3+
> **Note**: This library is currently in alpha
4+
35
This is an alpha version of Skytable's official connector for Python 3.X.
46

7+
58
## Example
69

10+
Install the dependency:
11+
12+
```sh
13+
pip install skytable-py
14+
```
15+
16+
Use in your code:
717
```python
818
import asyncio
919
from skytable_py import Config

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "skytable-py"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
authors = [{ name = "Sayan Nandan", email = "[email protected]" }]
99
description = "Official Skytable client library for Python"
1010
readme = "README.md"

0 commit comments

Comments
 (0)