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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a23-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.0a23-cp310-abi3-manylinux_2_28_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a23-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.0a23-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: issundb-0.1.0a23-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.0a23-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b36e9d0979a801309ac62b7d5af5312936c28f4941b3de0d23c0ff068c52e218
MD5 639b03ce48459d6b1d530004c39aa750
BLAKE2b-256 af45fa8d56fe1ed03e57392cba83cea219a799b7bc59a7c37db1ab7f66236880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a23-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6f3f1d6d9edf693415dbc958baea2973b70bc66138bb6ccb0d23a89a84a905f6
MD5 9e22ad9edc5e1ae4adcbff93f3528726
BLAKE2b-256 7d0d0516b23f5d3fa7a1ad2682f747ee56638c73ddbee5aa0be8b5e4ea93e647

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a23-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3dcb63ef80239c6269ea7fef4da8e73d280ae009b9dbeafc874bdf1a0d403ae
MD5 0ba2442ee4f133f2b937e2901c2f51e6
BLAKE2b-256 ec8beff477577c8420a36a8e0ae4a981842440b16ff5210fa5d6b867d72ff24f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a23-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 712f297c5ee82b8c02e24de73d1a2dffc8b74223b6b483323ba77f877e5c62a4
MD5 c40e7c691eeab3e20a7a7f1edb9e6063
BLAKE2b-256 a2ffa7f826b191bef69bd4209ae1146c8e002912caba60ffe402a06a2a2d59d0

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