Pyomnigraph

From BITPlan Wiki
Revision as of 15:40, 28 May 2025 by Wf (talk | contribs)
Jump to navigation Jump to search

OsProject

OsProject
id  pyomnigraph
state  active
owner  WolfgangFahl
title  pyomnigraph
url  https://github.com/WolfgangFahl/pyomnigraph
version  0.0.4
description  Unified Python interface for multiple graph databases
date  2025-05-28
since  2025-05-27
until  


Installation

pip install pyomnigraph
# alternatively if your pip is not a python3 pip
pip3 install pyomnigraph 
# local install from source directory of pyomnigraph 
pip install .

upgrade

pip install pyomnigraph  -U
# alternatively if your pip is not a python3 pip
pip3 install pyomnigraph -U