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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a29-cp310-abi3-manylinux_2_28_x86_64.whl (8.3 MB view details)

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

issundb-0.1.0a29-cp310-abi3-manylinux_2_28_aarch64.whl (7.2 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a29-cp310-abi3-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: issundb-0.1.0a29-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 7.7 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.0a29-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5d8741b3d2af713e46885f2477f41481d56580ffe8d6e52f7754fc9a00f2c5be
MD5 23cc5c362c38da988ffa881c26f06a45
BLAKE2b-256 d1eb00dcd0a9c61fb011b408c5f209c4c83e7cd500c9e715dbf8532e34b266f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a29-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da5648f01e360cb5dc776c737e6468d05c804810790cc8652b1cbf404ad8f931
MD5 bf944f866d91823c9b7b8494ef596042
BLAKE2b-256 87466a37b5decb442283b697247bacb15d72ab7f68ef4634835593543a64b50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a29-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0b278d7859919f77630ffafa9ba08c3b8de0cc23eba9840fe0b38861c87ef46
MD5 90add71ee6f2e220ca57d22d582b06e1
BLAKE2b-256 c55aa68581f95734469cbf3f5c7cc0ebf34c3edc284a3ce12ccdf28d31b0ef50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a29-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c804ef1e24f179e6a2efc9d852ecb3b44b57552b95f9b39e3a68379307a20fa
MD5 c20e538a3db67cd6d0a9517bcec5ca7e
BLAKE2b-256 0366d0d9558f2a1efb4bab2c016fbb8a478c3211fc79bbc8a46ec4974816b842

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