grapho

Yet another graph library


Keywords
grapho, graph, python3, python3-library
License
MIT
Install
pip install grapho==0.1.0

Documentation

grapho

Documentation Status

Grapho is yet another Graph Library, written in Python with the idea of being able to represent 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.