This file is indexed.

/usr/share/pyshared/python_igraph-0.6.5.egg-info/PKG-INFO is in python-igraph 0.6.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Metadata-Version: 1.1
Name: python-igraph
Version: 0.6.5
Summary: High performance graph data structures and algorithms
Home-page: UNKNOWN
Author: Tamas Nepusz
Author-email: tamas@cs.rhul.ac.uk
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.
        
        See the `Cairo homepage <http://cairographics.org/pycairo>`_ for details.
        
        From release 0.5, the C core of the igraph library is **not** included
        in the Python distribution - you must compile and install the C core
        separately. Windows installers already contain a compiled igraph DLL,
        so they should work out of the box. Linux users should refer to the
        `igraph homepage <http://igraph.sourceforge.net>`_ for
        compilation instructions (but check your distribution first, maybe
        there are pre-compiled packages available). OS X Snow Leopard users may
        benefit from the disk images in the Python Package Index.
        
        Unofficial installers for 64-bit Windows machines and/or different Python
        versions can also be found `here <http://www.lfd.uci.edu/~gohlke/pythonlibs>`_.
        Many thanks to the maintainers of this page!
        
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