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 --pre 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.0a26-cp310-abi3-win_amd64.whl (7.6 MB view details)

Uploaded CPython 3.10+Windows x86-64

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

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a26-cp310-abi3-macosx_11_0_arm64.whl (6.0 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for issundb-0.1.0a26-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 ed502c46764f6397fb96ade8c1c801b8bee61938ab28910cba0212789ef699f9
MD5 e6a1b2a257fbeb76e4a9da8e093831fb
BLAKE2b-256 98ee878e0f4686a7a26f0d6e516d26d657cbbb92f36e3fad556801ba05d14eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a26-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a3a04a026c5b619120fe13024ef36f5180e87607f104e9db2d2ffcf6c1ccdc7
MD5 cad393d3f25ea4c85bdade4e99b722a1
BLAKE2b-256 89422df1a58cbf481a673d8424302738e6a77ae9664db0bd4153f553ca2d0d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a26-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9f98868a5a6c2a17c9848000cbd1c3408534d7ade7b7709bea87ab8c1d9b02d
MD5 2ad83d2f97a452ae4248436f17df72e4
BLAKE2b-256 5ce57d01178c737dc0c1579ad6be85c67f7f27b801c77382e43ad24d5a75c0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a26-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 46c467e220e321260b8b1764f5ae2891db6e9ced322fc002c9661ea0737e6f94
MD5 71472d87a311810eb4fe71758a971163
BLAKE2b-256 14cbe6a834d5a6309c6a02590962a410a7716bb3bb6ba4c2a46b1f56a2a3b35d

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