Metadata-Version: 2.1
Name: grapho
Version: 0.1.0
Summary: Yet another graph library
Home-page: https://github.com/chinmayshah99/grapho
Author: Chinmay Shah
Author-email: chinmayshah3899@gmail.com
License: MIT license
Keywords: grapho
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7

======
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
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


