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.0a24-cp310-abi3-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a24-cp310-abi3-manylinux_2_28_x86_64.whl (8.1 MB view details)

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

issundb-0.1.0a24-cp310-abi3-manylinux_2_28_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a24-cp310-abi3-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for issundb-0.1.0a24-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0584379eadeef5b4cf95f6c4fc858263c1709f25dca8992f4370b442996aec02
MD5 81aa76008d3b784be7bd292a645f2cb4
BLAKE2b-256 873c6f2a7f955cd85d850d3e760a35476ef5d1c8f221b3c42c6b7012911e8ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a24-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0597ff4371e537dbb91cafc85f3bb6e3cf0c9a9fbdc33096defb08d182a1650
MD5 8ef3e9fc751287a2571f545efcd96f64
BLAKE2b-256 ca5f3b7540d35d9b746dc2b98d4849cd42e9f7fa1cd1ebe850064fde0466b687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a24-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d41a6f1fd1b02aab1fd61df391b6bf73c976144f90f9dbb7a43bc3345a5978a
MD5 361607c349a2922daa6abf17a4f0405e
BLAKE2b-256 44f1bc95e472fa415fa918347eb6c1e5c0c10f4f0ebf15e73a826cf660e96070

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a24-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a47a851b6449213d9f2fccfdd262506d6f6e2165d2cf428ad29e9575a45539c3
MD5 0c169146a7e3c425549fb7a1a73b05d2
BLAKE2b-256 944a676e0f67697200ea7463f64707152b31a7854e78b43f3d327a4eecb9f130

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