norduniclient (1.4.4)

Published 2024-10-10 14:34:36 +00:00 by benedith

Installation

pip install --index-url  norduniclient

About this package

Neo4j (>=4.4.12) database client using bolt for NORDUnet network inventory

python-norduniclient

PyPI

Neo4j database client for NORDUnet network inventory

Setup

poetry shell
poetry install

Running tests

Add the following environment variables:

NEO4J_HTTP_PORT=7474
NEO4J_BOLT_PORT=7687
NEO4J_HOSTNAME=xx
NEO4J_USER=xx
NEO4J_PASSWORD=xx
poetry run python -m unittest discover

Installation

pip install norduniclient

Usage

import norduniclient as nc

NODE_META_TYPE_CHOICES = zip(nc.META_TYPES, nc.META_TYPES)

print("nc.META_TYPES=", nc.META_TYPES)

Requirements

Requires Python: >=3.9,<4.0
Details
PyPI
2024-10-10 14:34:36 +00:00
65
Johan Lundberg
Apache-2.0
36 KiB
Assets (2)
Versions (1) View all
1.4.4 2024-10-10