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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a18-cp310-abi3-manylinux_2_28_x86_64.whl (10.5 MB view details)

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

issundb-0.1.0a18-cp310-abi3-manylinux_2_28_aarch64.whl (9.3 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a18-cp310-abi3-macosx_11_0_arm64.whl (7.2 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: issundb-0.1.0a18-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 8.7 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.0a18-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 44f0688f69fa92bba650cc99013eaf799caa16039be63fbcfeb741726106df18
MD5 836c2a25da08e8ee4346fb5f27a1236a
BLAKE2b-256 1909d2ccde312c987cc2eb1972c96eef9c1fcac3d031aa76d2dc086ce5353c99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a18-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba5d8c454da317745a35285381beeca7323250e3d7285d8bf61fed843b5d5426
MD5 bd74dd0a7ef1387cf340e9da5489dd79
BLAKE2b-256 b92f06cd9470ea2d9b5df5e16490e4321590fc54524dc8b4548f211e4e9b1a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a18-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21b07d60f6728d96153337de54a2b6ae5431dd20fef82d7880a791226d24ba84
MD5 acb8071ac126ffaa77d34ac0f16e1d3f
BLAKE2b-256 cb3b0522184843a9af7eb090383f63e80bd329116c4f8130b83b8cd3544158a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a18-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd629fa000c566bd09b1ab1feb7f9cbfbdec6b32fe07b3fadcd0dd92e789366a
MD5 0b03f95bab6d453f792df8effd6da44f
BLAKE2b-256 a3f682990aac7f0739a49572618e3fc4a651118fb93fc13a009176ff04bab043

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