Metadata-Version: 1.0 Name: igraph Version: 0.4.1 Summary: High performance graph data structures and algorithms Home-page: http://cneurocvs.rmki.kfki.hu/igraph/ Author: Tamas Nepusz Author-email: ntamas@rmki.kfki.hu License: GNU General Public License (GPL) Download-URL: http://cneurocvs.rmki.kfki.hu/igraph/ Description: This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based graph packages around. Keywords: graph,network,mathematics,math,graph theory,discrete mathematics Platform: ALL Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Science/Research Classifier: Operating System :: OS Independent Classifier: Programming Language :: C Classifier: Programming Language :: Python Classifier: Topic :: Scientific/Engineering Classifier: Topic :: Scientific/Engineering :: Information Analysis Classifier: Topic :: Scientific/Engineering :: Mathematics Classifier: Topic :: Scientific/Engineering :: Physics Classifier: Topic :: Scientific/Engineering :: Bio-Informatics Classifier: Topic :: Software Development :: Libraries :: Python Modules