Metadata-Version: 2.1
Name: python-igraph
Version: 0.8.3
Summary: High performance graph data structures and algorithms
Home-page: https://igraph.org/python
Author: Tamas Nepusz
Author-email: ntamas@gmail.com
License: GNU General Public License (GPL)
Description: 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
        <http://cairographics.org/pycairo>`_ or `cairocffi <http://cairocffi.readthedocs.io>`_,
        ``cairocffi`` is recommended, in particular if you are on Python 3.x because
        there were bug reports affecting igraph graph plots in Jupyter notebooks
        when using ``pycairo`` (but not with ``cairocffi``).
        
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: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
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
Provides-Extra: plotting
