Metadata-Version: |
2.1 |
Name: |
python-igraph |
Version: |
0.11.8 |
Summary: |
High performance graph data structures and algorithms (legacy package) |
Author: |
Tamas Nepusz |
Author-Email: |
ntamas[at]gmail.com |
Home-Page: |
https://igraph.org/python |
Project-Url: |
Bug Tracker, https://github.com/igraph/python-igraph/issues |
Project-Url: |
Changelog, https://github.com/igraph/python-igraph/blob/master/CHANGELOG.md |
Project-Url: |
CI, https://github.com/igraph/python-igraph/actions |
Project-Url: |
Documentation, https://igraph.org/python/doc |
Project-Url: |
Source Code, https://github.com/igraph/python-igraph |
License: |
GNU General Public License (GPL) |
Keywords: |
graph,network,mathematics,math,graph theory,discrete mathematics |
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 :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
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 |
Platform: |
ALL |
Requires-Python: |
>=3.6 |
Requires-Dist: |
igraph (==0.11.8) |
Requires-Dist: |
cairocffi (>=1.2.0); extra == "cairo" |
Requires-Dist: |
matplotlib (>=3.3.0); platform_python_implementation != "PyPy" and extra == "matplotlib" |
Requires-Dist: |
plotly (>=5.3.0); extra == "plotly" |
Requires-Dist: |
cairocffi (>=1.2.0); extra == "plotting" |
Provides-Extra: |
cairo |
Provides-Extra: |
matplotlib |
Provides-Extra: |
plotly |
Provides-Extra: |
plotting |
License-File: |
LICENSE |