This file is indexed.

/usr/lib/python3/dist-packages/pydot-1.2.3.egg-info/PKG-INFO is in python3-pydot 1.2.3-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
Metadata-Version: 1.1
Name: pydot
Version: 1.2.3
Summary: Python interface to Graphviz's Dot
Home-page: https://github.com/erocarrera/pydot
Author: Ioannis Filippidis
Author-email: jfilippidis@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Graphviz's dot language Python interface.
        
        This module provides with a full interface to
        create handle modify and process graphs in
        Graphviz's dot language.
        
        References:
        
        pydot Homepage: https://github.com/erocarrera/pydot
        Graphviz:       http://www.graphviz.org/
        DOT Language:   http://www.graphviz.org/doc/info/lang.html
        
        Copyright (c) 2005-2011 Ero Carrera <ero.carrera@gmail.com>
        
        Distributed under MIT license
        [http://opensource.org/licenses/mit-license.html].
        
Keywords: graphviz dot graphs visualization
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules