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

Uploaded CPython 3.10+Windows x86-64

issundb-0.1.0a22-cp310-abi3-manylinux_2_28_x86_64.whl (8.1 MB view details)

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

issundb-0.1.0a22-cp310-abi3-manylinux_2_28_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

issundb-0.1.0a22-cp310-abi3-macosx_11_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: issundb-0.1.0a22-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 7.5 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.0a22-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 af2eceae4e632cac90f1c886a55330d1c957128a6d42f859f934e3ab8b14b082
MD5 75d05b0d23081fedeb47a44eecdc0441
BLAKE2b-256 19ed81de3f125a7d95e292f124e07bcad1e5ce067e6c01e70f74fd07a67304bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a22-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b62e42f4f2a51247fd7406148672b46cc2a96217b07a8fe3d6e49efb7e26e12
MD5 93aa6ab4c2da7a28e27fa56811b676fc
BLAKE2b-256 d3bc69c28d87de5139bdc1a1e1f671bab0a043a24a45292a71bc813b3a7b5813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a22-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72609b2dcdc8c773cb0e761ea4f09a6b19dc80005d9973813e28255c41c14d66
MD5 750d6a16777dee366c0347ed95acf175
BLAKE2b-256 5c88bebe41a2e51532f49e2e2cee6ff80836c9270a65cb80b42b89afb820197a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for issundb-0.1.0a22-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32f0c453cc5725c29c08a9365bb22b09e76069f8eff55f3dc93d8bd6e93b355a
MD5 8e556aeb3c78ff1276f3da18b17cedec
BLAKE2b-256 7c4e71c531585e4a36f198d6bfeeabd7931140707d446f0ce8bb7f8627145f66

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