Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 496 Bytes

GrimREPL

Simple REPL for remote Tinkerpop Gremlin Server connections.

GremREPL Example

Requirements

* Python 3.5 +

Installation

python setup.py install

You may need to do python3.VERSION setup.py install if python 3.5 is not your default python version

Usage

grpl [--uri localhost] [--port 8181] [--full true]

Passing the --full flag will display the complete output of the response.

Full flag