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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a27-cp310-abi3-manylinux_2_28_x86_64.whl (8.2 MB view details)

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

issundb-0.1.0a27-cp310-abi3-manylinux_2_28_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

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

File metadata

  • Download URL: issundb-0.1.0a27-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.0a27-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7e40dc25e917047e8480de618e63b856fd8c1313b116f8c52384bc9df4099b72
MD5 8b92b0e7e822757df9648eaa05d3763d
BLAKE2b-256 32c8b63fda15557df5abba215b8468c5b3a425a0664a7f7bfc2156e0473a00ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a27-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46a3d8f798f8d25b26e10951b7f65fb7293863488f415f1884f04aea8ca15a1a
MD5 3f6092d0e3c6cd26423451195a589a73
BLAKE2b-256 ab5e697e87389f8d1fc9b757d89561334bd3277fde6952710883dc7846e20911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a27-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35fc52aab4a5995b52e4ed17b1367a818d45b68fa3d0c3f41790b24e4e1772fb
MD5 771ecc52ec80e386b2606c10d8cdb5ae
BLAKE2b-256 b4bcfdd95e2fbea6cd6965781fbae1449f4b4fb61302f6e73251b60996143b37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a27-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57699b3aa6963f426706465f36050d39b1d200c4b7476103e4bd403ba8327876
MD5 38f45c3dbc4efdbefca788c99956b9b6
BLAKE2b-256 01e071ca78102068c96d9fc091923de33699a65f9b2a144296a5311c921f1b94

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