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: | |
Version: |
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
py-graphmk happily accepts contributions. Please see our contributing documentation for some tips on getting started.