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: MIT

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 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 content of this directory are avaible under the MIT License.

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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a16-cp310-abi3-manylinux_2_28_x86_64.whl (10.4 MB view details)

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

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

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a16-cp310-abi3-macosx_11_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: issundb-0.1.0a16-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/6.2.0 CPython/3.10.20

File hashes

Hashes for issundb-0.1.0a16-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7fc5e67d4c98fe846a4d6e11b1fb6070cefc4754924c053fa86d04a3a36dfc77
MD5 79227f0f1f0ffbc4a764e1c6c4796a76
BLAKE2b-256 a0a68713f5dbe7f890e292e987378fb6cec6767cf67468f300a1ac8cfc8069d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a16-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db0879ea095bf34b3905fd369f6ecf9bb1a8ab64c3bf14d34236968a689ad992
MD5 75d8a6545b8d25d10bace706bc8f6388
BLAKE2b-256 b4edb39d5ef1a4d148ee737c858e9f93937bbf6563f5ec068fe5c78e9e93e5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a16-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19c98dde1f68d2ed27429566ace52e873cc79f65652eb8c00e2c1bce8274506f
MD5 9b30ef449ee41177b44f7948763bc61a
BLAKE2b-256 c71ddfde2ac0229807d8abdff5b1ad0c7dd2af8dbed60c847cfabbde90cac000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a16-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71c0eee819d8640fbc4094e00bf42366e3e4da4d3c8c33b48c9b326e080eaa95
MD5 fb47885a6b7104593afee968137929b8
BLAKE2b-256 75915336010f8640ae8fa2edbd75d0a76b013f3d77a1db0d4c513d1ca7668206

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