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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a21-cp310-abi3-manylinux_2_28_x86_64.whl (8.0 MB view details)

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

issundb-0.1.0a21-cp310-abi3-manylinux_2_28_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a21-cp310-abi3-macosx_11_0_arm64.whl (5.8 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: issundb-0.1.0a21-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 7.4 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.0a21-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8aae9899f3ab0723e00e0ef0f15b4cceeedff3e051ae3af3aa4b212479f42be1
MD5 bd2f0aae6ff7423aa0184f8902388e5d
BLAKE2b-256 668c005a57cd2923e369f3724be91a5c2102d3c7759e776a0875b4662e3d4038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a21-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a6025e041dfcac4576c1d676414b67fbc10ece20d1b80f11710afe12ed8fa50
MD5 a5c177204e66bf55049d5521bcdf7acd
BLAKE2b-256 96cf62f8c08f0aa01184781dcd04872a73043b279d37ea0fd4a4f147fea89c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a21-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b3573fa2d9f73e63ceba2032e5055c3b2cb7d91fdfad168d6581ba63d96721e
MD5 8d4ef2fc1784ca229784304843c0929d
BLAKE2b-256 9dcccfd5af41c0496c3f9d5be62c6e08a623ce270c57a66b379a82160a791908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a21-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42cc1a0b03d4cecc65304dc74df84a2084477aa602271c7df0fbbfb585dbc22f
MD5 cac57588ed445ddd1aa663dfe6def636
BLAKE2b-256 af3186d994de3cd26ba6ae7b5ec3732bdcfeeb3fa3b7692c4ce02769ce977d4d

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