Difference between revisions of "Pyomnigraph"
Jump to navigation
Jump to search
(Created page with "=OsProject= {{OsProject |id=pyomnigraph |state=active |owner=WolfgangFahl |title=pyomnigraph |url=https://github.com/WolfgangFahl/pyomnigraph |version=0.0.1 |description=Unif...") |
|||
Line 12: | Line 12: | ||
|since=2025-05-27 | |since=2025-05-27 | ||
}} | }} | ||
+ | {{pip|pyomnigraph}} |
Revision as of 15:39, 28 May 2025
OsProject
OsProject | |
---|---|
id | pyomnigraph |
state | active |
owner | WolfgangFahl |
title | pyomnigraph |
url | https://github.com/WolfgangFahl/pyomnigraph |
version | 0.0.1 |
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