Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/asciidoc/api-reference/chapter.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions src/main/asciidoc/api-reference/python.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<api-reference,drivers>> 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 <<api-reference,drivers>>, ArcadeDB now supports embedded Python bindings.
See https://github.com/humemai/arcadedb-embedded-python for details.
Comment on lines +5 to +6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and conciseness, you could combine these two lines and use descriptive text for the link.

Besides the Python <<api-reference,drivers>>, ArcadeDB now supports embedded Python bindings. For details, see the https://github.com/humemai/arcadedb-embedded-python[project repository].

Loading