grapho

https://img.shields.io/pypi/v/grapho.svg https://img.shields.io/travis/chinmayshah99/grapho.svg Documentation Status

Grapho is yet another Graph Library, written in Python with the idea of being able to represent graph in a better way. Grapho is compatible with: Python 3.5-3.7.

Features

Types of Graphs supported

  • [X] Directed Graph
  • [ ] UnDirected Graph
  • [X] Node Labeled Graph (store data in Node)
  • [X] Edge Labeled Graph (store data in Edge)
  • [X] Weighted Graph

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.