Pyjanusgraph: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
Line 16: Line 16:


= Installation =
= Installation =
 
<source lang='bash'>
pip install -i https://test.pypi.org/simple/ pyjanusgraph==0.0.1a2
</source>


= Links =
= Links =

Revision as of 08:17, 13 April 2020

OsProject

OsProject
edit
id  pyjanusgraph
state  
owner  BITPlan
title  Python janusgraph utility library
url  https://github.com/BITPlan/pyjanusgraph
version  0.0.1a1
description  
date  2020/04/12
since  
until  

Motivation

JanusGraph is the first Apache Tinkerpop graph database i could work with Gremlin Python.

pyjanusgraph shall make it easier to work with JanusGraph from Python

Installation

pip install -i https://test.pypi.org/simple/ pyjanusgraph==0.0.1a2

Links