From 2c5dd54cfc11bf8e7f88dac6b39a4ef94305cc9e Mon Sep 17 00:00:00 2001 From: Taewoon Kim Date: Wed, 28 Jan 2026 14:07:43 +0100 Subject: [PATCH] Add embedded Python bindings to API reference documentation --- src/main/asciidoc/api-reference/chapter.adoc | 1 + src/main/asciidoc/api-reference/python.adoc | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/asciidoc/api-reference/chapter.adoc b/src/main/asciidoc/api-reference/chapter.adoc index da1fad82..e3ad28aa 100644 --- a/src/main/asciidoc/api-reference/chapter.adoc +++ b/src/main/asciidoc/api-reference/chapter.adoc @@ -15,6 +15,7 @@ You can use any programming language that supports HTTP calls (pretty much any l | Python | https://github.com/adaros92/arcadedb-python-driver | Apache 2 | Python | https://github.com/ExtReMLapin/pyarcade | Apache 2 | Python | https://github.com/stevereiner/arcadedb-python | Apache 2 +| Python (embedded) | https://github.com/humemai/arcadedb-embedded-python | Apache 2 | Ruby | https://github.com/topofocus/arcadedb | MIT | RUST | https://crates.io/crates/arcadedb-rs | Apache 2 | Typescript | https://sprite.tragedy.dev/ | MIT diff --git a/src/main/asciidoc/api-reference/python.adoc b/src/main/asciidoc/api-reference/python.adoc index c30e45a7..5ef9357c 100644 --- a/src/main/asciidoc/api-reference/python.adoc +++ b/src/main/asciidoc/api-reference/python.adoc @@ -2,7 +2,5 @@ === Python image:../images/edit.png[link="https://github.com/ArcadeData/arcadedb-docs/blob/main/src/main/asciidoc/api-reference/python.adoc" float=right] -// Besides the Python <> there are direct bindings for Python available. -// For details see https://github.com/arcadedata/arcadedb/blob/embedded-python/bindings/python/README.md . - -Work in progress +Besides the Python <>, ArcadeDB now supports embedded Python bindings. +See https://github.com/humemai/arcadedb-embedded-python for details.