From a89c91290bc5f36a66b11cb6433698330d525680 Mon Sep 17 00:00:00 2001 From: Sayan Date: Thu, 2 May 2024 10:02:19 +0530 Subject: [PATCH] libraries: Add Python driver (#120) --- docs/13.libraries.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/13.libraries.md b/docs/13.libraries.md index e27772df6..a098f56f7 100644 --- a/docs/13.libraries.md +++ b/docs/13.libraries.md @@ -8,10 +8,11 @@ title: Client drivers The drivers that are officially maintained can be expected to be feature complete and stable. We currently support the following drivers: -| Language/Framework | Links | Status | Package manager command | -| ------------------------------ | --------------------------------------------------------------------------------------------------- | -------- | ----------------------- | -| Rust | [GitHub](https://github.com/skytable/client-rust), [crates.io](https://crates.io/crates/skytable) | Stable ✅ | `cargo add skytable` | -| NodeJS (JavaScript/TypeScript) | [GitHub](https://github.com/skytable/client-nodejs), [npm](https://npmjs.com/package/skytable-node) | Beta 🏗 | `npm i skytable-node` | +| Language/Framework | Links | Status | Package manager command | +| --------------------------------- | --------------------------------------------------------------------------------------------------- | -------- | ------------------------- | +| Rust (`skytable`) | [GitHub](https://github.com/skytable/client-rust), [crates.io](https://crates.io/crates/skytable) | Stable ✅ | `cargo add skytable` | +| Python (`skytable-py`) | [GitHub](https://github.com/skytable/client-py), [PyPI](https://pypi.org/project/skytable-py/) | Beta | `pip install skytable-py` | +| NodeJS (JS/TS) (`skytable-node`) | [GitHub](https://github.com/skytable/client-nodejs), [npm](https://npmjs.com/package/skytable-node) | Alpha 🏗 | `npm i skytable-node` | :::info More lanugages The team is always looking to support more languages and we wish we could ship more drivers. But due to limited