magic-graph
March 15, 2015 ยท View on GitHub
=============================== magic-graph
| |docs| |travis| |appveyor| |coveralls| |landscape| |scrutinizer| | |version| |downloads| |wheel| |supported-versions| |supported-implementations|
.. |docs| image:: https://readthedocs.org/projects/magic-graph/badge/?style=flat :target: https://readthedocs.org/projects/magic-graph :alt: Documentation Status
.. |travis| image:: http://img.shields.io/travis/phanein/magic-graph/master.png?style=flat :alt: Travis-CI Build Status :target: https://travis-ci.org/phanein/magic-graph
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/phanein/magic-graph?branch=master :alt: AppVeyor Build Status :target: https://ci.appveyor.com/project/phanein/magic-graph
.. |coveralls| image:: http://img.shields.io/coveralls/phanein/magic-graph/master.png?style=flat :alt: Coverage Status :target: https://coveralls.io/r/phanein/magic-graph
.. |landscape| image:: https://landscape.io/github/phanein/magic-graph/master/landscape.svg?style=flat :target: https://landscape.io/github/phanein/magic-graph/master :alt: Code Quality Status
.. |version| image:: http://img.shields.io/pypi/v/magicgraph.png?style=flat :alt: PyPI Package latest release :target: https://pypi.python.org/pypi/magicgraph
.. |downloads| image:: http://img.shields.io/pypi/dm/magicgraph.png?style=flat :alt: PyPI Package monthly downloads :target: https://pypi.python.org/pypi/magicgraph
.. |wheel| image:: https://pypip.in/wheel/magicgraph/badge.png?style=flat :alt: PyPI Wheel :target: https://pypi.python.org/pypi/magicgraph
.. |supported-versions| image:: https://pypip.in/py_versions/magicgraph/badge.png?style=flat :alt: Supported versions :target: https://pypi.python.org/pypi/magicgraph
.. |supported-implementations| image:: https://pypip.in/implementation/magicgraph/badge.png?style=flat :alt: Supported imlementations :target: https://pypi.python.org/pypi/magicgraph
.. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/phanein/magic-graph/master.png?style=flat :alt: Scrtinizer Status :target: https://scrutinizer-ci.com/g/phanein/magic-graph/
A minimalist graph library for graphs with node-attributes in python.
- Free software: BSD license
Installation
::
magic-graph/$ python setup.py install
.. Documentation .. =============
.. https://magic-graph.readthedocs.org/
.. Development .. ===========
.. To run the all tests run::
.. tox