An open API service indexing awesome lists of open source software.

https://github.com/chinmayshah99/grapho

Yet Another Graph library
https://github.com/chinmayshah99/grapho

graph hacktoberfest python3 python3-library

Last synced: 11 months ago
JSON representation

Yet Another Graph library

Awesome Lists containing this project

README

          

======
grapho
======

.. image:: https://img.shields.io/pypi/v/grapho.svg
:target: https://pypi.python.org/pypi/grapho

.. image:: https://img.shields.io/travis/chinmayshah99/grapho.svg
:target: https://travis-ci.org/chinmayshah99/grapho

.. image:: https://readthedocs.org/projects/grapho/badge/?version=latest
:target: https://grapho.readthedocs.io/en/latest/?badge=latest
:alt: 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.

* Free software: MIT license
* Documentation: https://grapho.readthedocs.io.

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.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage