Graph-tool is an efficient Python module for manipulation and statistical
analysis of graphs (a.k.a. networks). Contrary to most other python modules
with similar functionality, the core data structures and algorithms are
implemented in C++, making extensive use of template metaprogramming, based
heavily on the Boost Graph Library. This confers it a level of performance that
is comparable (both in memory usage and computation time) to that of a pure
C/C++ library.
Please refer to https://graph-tool.skewed.de/static/doc/index.html for
documentation.
Build Time
2023-03-01 21:44:33 GMT
Size
264.15 KB
c3bd12286ca670670809071dbfa71cfd
License
LGPL-3.0-or-later AND BSL-1.0 AND GPL-3.0-or-later AND MIT AND (MIT OR Apache-2.0)