Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

IssunDB for Python

Python version PyPI version Documentation Examples License

The Python bindings for IssunDB.

Installation

pip install issundb

Quickstart

import json

from issundb import IssunDB

# Open or create a database
db = IssunDB("./issundb-data")

# Add two nodes (with properties)
alice = db.add_node("Person", json.dumps({"name": "Alice", "age": 30}))
bob = db.add_node("Person", json.dumps({"name": "Bob", "age": 28}))

# Add a directed edge between the nodes
db.add_edge(alice, bob, "KNOWS", json.dumps({"since": 2021}))

# Run a Cypher query and print the results
result = json.loads(
    db.query("MATCH (a:Person)-[r:KNOWS]->(b:Person) RETURN a.name, b.name, r.since")
)

print(result["columns"])
for record in result["records"]:
    print(record["values"])
# Output:
['a.name', 'b.name', 'r.since']
['Alice', 'Bob', 2021]

Documentation

Visit IssunDB's documentation for detailed information including examples and API references.

License

The contents of this directory are available under either of these licenses:

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

issundb-0.1.0a17-cp310-abi3-win_amd64.whl (8.7 MB view details)

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a17-cp310-abi3-manylinux_2_28_x86_64.whl (10.4 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ x86-64

issundb-0.1.0a17-cp310-abi3-manylinux_2_28_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a17-cp310-abi3-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

Details for the file issundb-0.1.0a17-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: issundb-0.1.0a17-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for issundb-0.1.0a17-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 bdff34b5216e480eb894915b953c6c96e5d673248061621bcf80e145e0c25307
MD5 2ffdf091ef7bb2f9bffa92047fef0faa
BLAKE2b-256 771d69c13d7c0891dfd4de4a98f667cf042187d7d8d09ca2d781913e7c9a64fe

See more details on using hashes here.

File details

Details for the file issundb-0.1.0a17-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for issundb-0.1.0a17-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73f95e1f75137be97b3cf924086b8f25280529142060d1957e287ab4eb5fe452
MD5 3f239edb1a3e942986da38ecfee7e83b
BLAKE2b-256 b41e97db32a9e649a1dfa66818482a9b9c35abedada33695f2f2c52351ac8039

See more details on using hashes here.

File details

Details for the file issundb-0.1.0a17-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for issundb-0.1.0a17-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f86e8bc7daa4dae82445644f08a9a06a7761005bbe43b5b709106cc1dcf18285
MD5 7bfcf012b4029bcaa75ca730aecddf19
BLAKE2b-256 616e1b572eed8073347e9e082c953c207bd8aa29c76b73b27e561e1a252e2765

See more details on using hashes here.

File details

Details for the file issundb-0.1.0a17-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for issundb-0.1.0a17-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3342e5fb6a2bf5abebc46a9ae4ac397e31f9ff3b0cb39327e9c137077bba4dc
MD5 e80bdf9b814aa7b8b730d199907a7b27
BLAKE2b-256 6a5692f025b617c1d19a0c1f26d570c35d76b2cb818ce977691ad0c67c82532c

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page