Difference between revisions of "Graph-tool"
(RT#702479) |
(updates) |
||
Line 3: | Line 3: | ||
|Short description=graph-tool is general graph measurement and manipulation program, aimed to help with statistical measurements of large graphs. | |Short description=graph-tool is general graph measurement and manipulation program, aimed to help with statistical measurements of large graphs. | ||
|Full description=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 of graph-tool are implemented in C++, making extensive use of metaprogramming, based heavily on the Boost Graph Library. This confers a level of performance which is comparable (both in memory usage and computation time) to that of a pure C++ library. | |Full description=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 of graph-tool are implemented in C++, making extensive use of metaprogramming, based heavily on the Boost Graph Library. This confers a level of performance which is comparable (both in memory usage and computation time) to that of a pure C++ library. | ||
− | |Homepage URL= | + | |Homepage URL=https://graph-tool.skewed.de/ |
|Is GNU=No | |Is GNU=No | ||
|User level=intermediate | |User level=intermediate | ||
|Computer languages=C++ and Python | |Computer languages=C++ and Python | ||
|Keywords=network,graph,complex networks | |Keywords=network,graph,complex networks | ||
− | |Version identifier=2.2. | + | |Version identifier=2.2.35 |
− | |Version date= | + | |Version date=2014-09-11 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https:// | + | |Version download=https://downloads.skewed.de/graph-tool/graph-tool-2.2.35.tar.bz2 |
− | |Version comment= | + | |Version comment= |
|Last review by=Tiago de Paula Peixoto | |Last review by=Tiago de Paula Peixoto | ||
|Last review date=2012/03/13 | |Last review date=2012/03/13 |
Revision as of 06:13, 23 September 2014
graph-tool
https://graph-tool.skewed.de/
graph-tool is general graph measurement and manipulation program, aimed to help with statistical measurements of large graphs.
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 of graph-tool are implemented in C++, making extensive use of metaprogramming, based heavily on the Boost Graph Library. This confers a level of performance which is comparable (both in memory usage and computation time) to that of a pure C++ library.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Tiago de Paula Peixoto | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Developer,Help | Mailing List Info/Archive | http://lists.skewed.de/mailman/listinfo/graph-tool |
Bug Tracking | Mailing List Info/Archive | http://lists.skewed.de/mailman/listinfo/graph-tool-tickets |
Savannah (Ref) | https://savannah.nongnu.org/projects/graph-tool | |
Bug Tracking | VCS Repository Webview | https://projects.skewed.de/graph-tool/query |
Python (Ref) | https://pypi.org/project/graph-tool | |
Developer | VCS Repository Webview | http://git.skewed.de/?p=graph-tool |
Software prerequisites
Kind | Description |
---|---|
Source requirement | Boost |
Required to use | Python |
Required to build | GCC 4.1 or above |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.