/py_graphmk

Python interface to GraphMk, GraphMk is a library that creates graph models out of relational data

Primary LanguagePythonMIT LicenseMIT

py-graphmk

py-graphmk on PyPI py-graphmk's documentation on Read the Docs MIT License badge

py-graphmk is a python interface for graphmk. This wraps around graphmk java implementation and provides opportunity to experiment around graph analytical tools in python environment. To read more about py-graphmk, please refer the documentation and to try out its usages.

Code:GitHub
Issue tracker:GitHub Issues
Documentation:Python Docs
License:Apache 2 License
Build status:Docs
Version:PypiVersion

Installing

py-graphmk can be installed with pip:

$ python -m pip install py-graphmk

Alternatively, you can grab the latest source code from GitHub:

$ git clone git://github.com/graphmk/py-graphmk.git
$ pip install -r requirements.txt
$ python setup.py install --user

Contributing

py-graphmk happily accepts contributions. Please see our contributing documentation for some tips on getting started.