thirdparty/python-graph/README
changeset 594 06c2228e39cb
equal deleted inserted replaced
593:01f8c7aabb7e 594:06c2228e39cb
       
     1 python-graph
       
     2 A library for working with graphs in Python
       
     3 --------------------------------------------------------------------------------
       
     4 
       
     5 
       
     6 AUTHORS
       
     7 
       
     8 Pedro Matiello <pmatiello@gmail.com>
       
     9 
       
    10 
       
    11 CONTRIBUTORS
       
    12 
       
    13 Christian Muise <christian.muise@gmail.com>
       
    14 	* Various Hypergraph algorithms.
       
    15 
       
    16 Nathan Davis <davisn90210@gmail.com>
       
    17 	* Faster node insertion.
       
    18 
       
    19 Rhys Ulerich <rhys.ulerich@gmail.com>
       
    20 	* Dijkstra's Shortest path algorithm.
       
    21 
       
    22 Zsolt Haraszti <zsolt@drawwell.net>
       
    23 	* Weighted random generated graphs.
       
    24 
       
    25 
       
    26 LICENSE
       
    27 
       
    28 This software is provided under the MIT license. See accompanying COPYING file for details.
       
    29 
       
    30 
       
    31 DOCUMENTATION
       
    32 
       
    33 To generate the API documentation for this package, run:
       
    34 
       
    35 	make docs
       
    36 
       
    37 You'll need epydoc installed in your system.
       
    38 
       
    39 
       
    40 WEBSITE
       
    41 
       
    42 The latest version of this package can be found at:
       
    43 
       
    44 	http://code.google.com/p/python-graph/
       
    45 
       
    46 Please report bugs at:
       
    47 
       
    48 	http://code.google.com/p/python-graph/issues/list