loongson/pypi/: igraph-0.11.8 metadata and description
Homepage
Simple index
High performance graph data structures and algorithms
author |
Tamas Nepusz |
author_email |
ntamas@gmail.com |
classifiers |
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- Intended Audience :: Science/Research
- Operating System :: OS Independent
- Programming Language :: C
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
- Programming Language :: Python :: 3 :: Only
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Information Analysis
- Topic :: Scientific/Engineering :: Mathematics
- Topic :: Scientific/Engineering :: Physics
- Topic :: Scientific/Engineering :: Bio-Informatics
- Topic :: Software Development :: Libraries :: Python Modules
|
keywords |
graph,network,mathematics,math,graph theory,discrete mathematics |
license |
GNU General Public License (GPL) |
project_urls |
- Bug Tracker, https://github.com/igraph/python-igraph/issues
- Changelog, https://github.com/igraph/python-igraph/blob/main/CHANGELOG.md
- CI, https://github.com/igraph/python-igraph/actions
- Documentation, https://igraph.readthedocs.io
- Source Code, https://github.com/igraph/python-igraph
|
requires_dist |
- texttable>=1.6.2
- cairocffi>=1.2.0; extra == "cairo"
- Sphinx>=7.0.0; extra == "doc"
- sphinx-rtd-theme>=1.3.0; extra == "doc"
- sphinx-gallery>=0.14.0; extra == "doc"
- pydoctor>=23.4.0; extra == "doc"
- matplotlib>=3.6.0; platform_python_implementation != "PyPy" and extra == "matplotlib"
- plotly>=5.3.0; extra == "plotly"
- cairocffi>=1.2.0; extra == "plotting"
- cairocffi>=1.2.0; extra == "test"
- networkx>=2.5; extra == "test"
- pytest>=7.0.1; extra == "test"
- pytest-timeout>=2.1.0; extra == "test"
- plotly>=5.3.0; extra == "test"
- cairocffi>=1.2.0; extra == "test-musl"
- networkx>=2.5; extra == "test-musl"
- pytest>=7.0.1; extra == "test-musl"
- pytest-timeout>=2.1.0; extra == "test-musl"
- numpy>=1.19.0; platform_python_implementation != "PyPy" and extra == "test"
- pandas>=1.1.0; platform_python_implementation != "PyPy" and extra == "test"
- scipy>=1.5.0; platform_python_implementation != "PyPy" and extra == "test"
- matplotlib>=3.6.0; platform_python_implementation != "PyPy" and extra == "test"
- Pillow>=9; platform_python_implementation != "PyPy" and extra == "test"
|
requires_python |
>=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
Python interface to the igraph high performance graph
library, primarily aimed at complex network research and analysis.
Graph plotting functionality is provided by the Cairo library, so make
sure you install the Python bindings of Cairo if you want to generate
publication-quality graph plots. You can try either pycairo or cairocffi,
cairocffi is recommended because there were bug reports affecting igraph
graph plots in Jupyter notebooks when using pycairo (but not with
cairocffi).