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
- Host: GitHub
- URL: https://github.com/chinmayshah99/grapho
- Owner: chinmayshah99
- License: mit
- Created: 2019-08-19T19:29:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:47:52.000Z (over 3 years ago)
- Last Synced: 2025-06-07T00:41:19.914Z (about 1 year ago)
- Topics: graph, hacktoberfest, python3, python3-library
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
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