Difference between revisions of "Pyomnigraph"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
|title=pyomnigraph | |title=pyomnigraph | ||
|url=https://github.com/WolfgangFahl/pyomnigraph | |url=https://github.com/WolfgangFahl/pyomnigraph | ||
− | |version=0.0. | + | |version=0.0.4 |
|description=Unified Python interface for multiple graph databases | |description=Unified Python interface for multiple graph databases | ||
|date=2025-05-28 | |date=2025-05-28 |
Revision as of 15:40, 28 May 2025
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