CoordiNode embedded Python bindings — in-process graph database, no server required
Project description
coordinode-embedded
In-process CoordiNode graph database for Python — no server, no Docker required.
from coordinode_embedded import LocalClient
with LocalClient(":memory:") as db:
db.cypher("CREATE (n:Person {name: $name})", {"name": "Alice"})
rows = db.cypher("MATCH (n:Person) RETURN n.name AS name")
print(rows) # [{"name": "Alice"}]
Installation
pip install coordinode-embedded
Usage
LocalClient is a drop-in replacement for CoordinodeClient for local development,
notebooks (Jupyter, Google Colab), and testing — same .cypher() API, zero infrastructure.
from coordinode_embedded import LocalClient
# In-memory (discarded on close)
with LocalClient(":memory:") as db:
db.cypher("CREATE (n:Person {name: 'Alice'})")
rows = db.cypher("MATCH (n:Person) RETURN n.name AS name")
# Persistent storage
db = LocalClient("/path/to/db")
db.cypher("CREATE (n:Item {id: 1})")
db.close()
Links
- CoordiNode — the graph database engine
- coordinode-python — Python SDK
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coordinode_embedded-0.1.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ba9997832d5e6ffd41fb8b21d9e8b6770b9f17fd07a5f169a46baef3d740452
|
|
| MD5 |
e436a3a5b5462f9c520388684f5f2902
|
|
| BLAKE2b-256 |
5e2ae649d6d3209a5085069ccde3584ab74e6addeca8932c890c4f8b1edf3328
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp313-cp313-win_amd64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp313-cp313-win_amd64.whl -
Subject digest:
6ba9997832d5e6ffd41fb8b21d9e8b6770b9f17fd07a5f169a46baef3d740452 - Sigstore transparency entry: 1432247534
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Branch / Tag:
refs/tags/v1.0.5 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc6d78915e2471d95b55d1c7ac5f574d0edd6bbd01fd7cb5525a31c546b826c0
|
|
| MD5 |
60a140fbcbcf5bf1a826910affb7ae7a
|
|
| BLAKE2b-256 |
0824ac417aa2efa4267463073b64be5a97aeab10234699c651166704c545bd7b
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp313-cp313-macosx_11_0_arm64.whl -
Subject digest:
fc6d78915e2471d95b55d1c7ac5f574d0edd6bbd01fd7cb5525a31c546b826c0 - Sigstore transparency entry: 1432247472
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Branch / Tag:
refs/tags/v1.0.5 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2293913abd627b5bcbbf399dcde986e962e8a63c1b53a0f372ce3f1b8912231f
|
|
| MD5 |
393a3546743be3f240c7afaa67444c9f
|
|
| BLAKE2b-256 |
b4bd29e634cab3b6df8b8c282afd5adbf7193860973bf779e6a123a852ef30a3
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl -
Subject digest:
2293913abd627b5bcbbf399dcde986e962e8a63c1b53a0f372ce3f1b8912231f - Sigstore transparency entry: 1432247006
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Branch / Tag:
refs/tags/v1.0.5 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b3fc276b8598e39f4cc7b93c67849605c68d07130353e9f39d93e33866471ee
|
|
| MD5 |
3bddbda6d21c973e93786d50e5d77e9d
|
|
| BLAKE2b-256 |
f71cfd4668b7b9f5dfef220a01cd759608404f53c8da87b3a96e39f1c08ef7ba
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_x86_64.whl -
Subject digest:
5b3fc276b8598e39f4cc7b93c67849605c68d07130353e9f39d93e33866471ee - Sigstore transparency entry: 1432247933
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Branch / Tag:
refs/tags/v1.0.5 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
531dca05cb72c36538558f2dbff509d025da9302e8217409e4184ab0232d52c9
|
|
| MD5 |
a11150ffd2a1a63dad553845aba00a46
|
|
| BLAKE2b-256 |
f51f4861410f6986acaf3bac5030f5121e48c216b1a1bce21eb8d4ab1b0df7ae
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-cp311-manylinux_2_28_aarch64.whl -
Subject digest:
531dca05cb72c36538558f2dbff509d025da9302e8217409e4184ab0232d52c9 - Sigstore transparency entry: 1432248004
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Branch / Tag:
refs/tags/v1.0.5 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@dbbd351a6bda0f01d44519a7dd84d54c0e6c0586 -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-abi3-win_amd64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-abi3-win_amd64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7126a7fb6426cfdb3dbb0e38d5a204d11d8164dc54bb5f1ff1d1b33033cae528
|
|
| MD5 |
80527377b96956d89f9bec2394555681
|
|
| BLAKE2b-256 |
4c506d85335dde7ea98ae5600606ef35f142903362cf02ecd576caedfcf907d4
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-abi3-win_amd64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-abi3-win_amd64.whl -
Subject digest:
7126a7fb6426cfdb3dbb0e38d5a204d11d8164dc54bb5f1ff1d1b33033cae528 - Sigstore transparency entry: 1435890628
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Branch / Tag:
refs/tags/v1.0.6 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.11+, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0ab3a3e459922b7bb29b804379412e3f44d933292b4027426380d183d72ee22
|
|
| MD5 |
b5d22baa20232bc418e922b72b73129a
|
|
| BLAKE2b-256 |
2da7c29f91cb00d3ced75afbce09ad9a96addc25e489662124beab6c27f9dab1
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_x86_64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_x86_64.whl -
Subject digest:
c0ab3a3e459922b7bb29b804379412e3f44d933292b4027426380d183d72ee22 - Sigstore transparency entry: 1435890631
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Branch / Tag:
refs/tags/v1.0.6 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11+, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e94ece410995739d67a7e1c501ee08bacf1349d16652afc237e43d957aa3c335
|
|
| MD5 |
45f84204f40ea95767df0967d29536bc
|
|
| BLAKE2b-256 |
d3842fd90024c9db12eedba75be9d848456c72fb9a6c1aaae70a24e9a3645bc1
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_aarch64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-abi3-manylinux_2_28_aarch64.whl -
Subject digest:
e94ece410995739d67a7e1c501ee08bacf1349d16652afc237e43d957aa3c335 - Sigstore transparency entry: 1435890619
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Branch / Tag:
refs/tags/v1.0.6 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.11+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
029b073ffbaa0dc36c1b63ae62677f9ad969ad0a8b12917880ef883b2c04ee85
|
|
| MD5 |
737379c9bcb8ce30c58c3a99f38c88a0
|
|
| BLAKE2b-256 |
49c6c1890ee030c3ae11da6504f4dc4132b880dbcc4c43173f415f7cc918cdb6
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-abi3-macosx_11_0_arm64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-abi3-macosx_11_0_arm64.whl -
Subject digest:
029b073ffbaa0dc36c1b63ae62677f9ad969ad0a8b12917880ef883b2c04ee85 - Sigstore transparency entry: 1435890625
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Branch / Tag:
refs/tags/v1.0.6 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Trigger Event:
push
-
Statement type:
File details
Details for the file coordinode_embedded-0.1.0-cp311-abi3-macosx_10_12_x86_64.whl.
File metadata
- Download URL: coordinode_embedded-0.1.0-cp311-abi3-macosx_10_12_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.11+, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
818695c56c1dd2276295c90827b3175f39ec77544cb9262ac9835f20eeb40a4f
|
|
| MD5 |
f60f3e27aaef580f61dbe62ad6e9bf89
|
|
| BLAKE2b-256 |
13cb8d31caa0bf26248c7a07ee05b288e6920d8d8f15cf09669f97d0aaec77ea
|
Provenance
The following attestation bundles were made for coordinode_embedded-0.1.0-cp311-abi3-macosx_10_12_x86_64.whl:
Publisher:
release.yml on structured-world/coordinode-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
coordinode_embedded-0.1.0-cp311-abi3-macosx_10_12_x86_64.whl -
Subject digest:
818695c56c1dd2276295c90827b3175f39ec77544cb9262ac9835f20eeb40a4f - Sigstore transparency entry: 1435890617
- Sigstore integration time:
-
Permalink:
structured-world/coordinode-python@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Branch / Tag:
refs/tags/v1.0.6 - Owner: https://github.com/structured-world
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b5c1ed2a856ab1fc264d3b5ba8de158a699b646b -
Trigger Event:
push
-
Statement type: