1+ ============
12python-graph
2- A library for working with graphs in Python
3- --------------------------------------------------------------------------------
3+ ============
4+
5+ .. image :: https://travis-ci.org/Shoobx/python-graph.png?branch=master
6+ :target: https://travis-ci.org/Shoobx/python-graph
47
8+ .. image :: https://coveralls.io/repos/github/Shoobx/python-graph/badge.svg?branch=master
9+ :target: https://coveralls.io/github/Shoobx/python-graph?branch=master
510
6- SUMMARY
11+ .. image :: https://img.shields.io/pypi/v/python-graph-core.svg
12+ :target: https://pypi.org/project/python-graph-core/
713
8- python-graph is a library for working with graphs in Python.
14+ .. image :: https://img.shields.io/pypi/pyversions/python-graph-core.svg
15+ :target: https://pypi.org/project/python-graph-core/
16+
17+ A library for working with graphs in Python
18+ -------------------------------------------
919
1020This software provides a suitable data structure for representing graphs and a
1121whole set of important algorithms.
1222
1323
1424INSTALLING
25+ ----------
1526
1627To install the core module, run:
1728
@@ -29,6 +40,7 @@ inside the module directory.
2940
3041
3142DOCUMENTATION
43+ -------------
3244
3345To generate the API documentation for this package, run:
3446
@@ -38,6 +50,7 @@ You'll need epydoc installed in your system.
3850
3951
4052WEBSITE
53+ -------
4154
4255The latest version of this package can be found at:
4356
@@ -49,6 +62,7 @@ Please report bugs at:
4962
5063
5164PROJECT COMMITTERS
65+ ------------------
5266
5367Pedro Matiello <pmatiello@gmail.com>
5468 * Original author;
@@ -82,6 +96,7 @@ Tomaz Kovacic <tomaz.kovacic@gmail.com>
8296
8397
8498CONTRIBUTORS
99+ ------------
85100
86101Eugen Zagorodniy <e.zagorodniy@gmail.com>
87102 * Mutual Accessibility (Tarjan's Algorithm).
@@ -130,6 +145,7 @@ Sandro Tosi <morph@debian.org>
130145
131146
132147LICENSE
148+ -------
133149
134150This software is provided under the MIT license. See accompanying COPYING file
135151for details.
0 commit comments