Metadata-Version: 2.0
Name: jgrepl
Version: 0.1.0
Summary: Extensible command-line REPL for interacting with JSON-graphs containing business objects
Home-page: https://github.com/a115/json-graph-repl
Author: Jordan Dimov
Author-email: jdimov@mlke.net
License: MIT
Keywords: json graph repl cmd2 business
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Other/Nonlisted Topic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
Requires-Dist: Cmd2 (>=0.7.5)

json-graph-repl
===============

Extensible command-line REPL for interacting with JSON graphs containing
business objects.

The JSON format is based on the ``json-graph`` specification at:
https://github.com/jsongraph/json-graph-specification

Sample graphs are provided in the ``tests`` directory.

To use from the command line, just point the ``jgrepl`` tool to your
JSON graph:

::

    $ ./jgrepl/jgrepl.py tests/food-graph.json 

Once in the REPL, type ``help`` for the list of available commands. Use
``ctrl-d`` to exit.


