This file is indexed.

/usr/lib/python3/dist-packages/pyPEG2-2.15.2.egg-info is in python3-pypeg2 2.15.2-2.

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
45
46
47
48
49
Metadata-Version: 1.1
Name: pyPEG2
Version: 2.15.2
Summary: An intrinsic PEG Parser-Interpreter for Python
Home-page: http://fdik.org/pyPEG2
Author: Volker Birk
Author-email: vb@dingens.org
License: LICENSE.txt
Download-URL: http://fdik.org/pyPEG2/pyPEG2-2.15.2.tar.gz
Description: ==============================
        pyPEG 2 for Python 2.7 and 3.x
        ==============================
        
        Python is a nice scripting language. It even gives you access to its own parser
        and compiler. It also gives you access to different other parsers for special
        purposes like XML and string templates.
        
        But sometimes you may want to have your own parser. This is what's pyPEG for.
        And pyPEG supports Unicode. 
        
        The source code for all you can find on bitbucket:
        
        https://bitbucket.org/fdik/pypeg/
        
        To build the documentation, you'll need YML 2. You can download YML here:
        
        Homepage:   http://fdik.org/yml/
        Toolchain:  http://fdik.org/yml2.tar.bz2
        
        You can install pyPEG 2 with:
        
            pip install pypeg2
        
        pyPEG 2 depends on lxml, see http://lxml.de/
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: lxml
Provides: pyPEG2 (2.15.2)