This file is indexed.

/usr/lib/python2.7/dist-packages/pyee-3.0.3.egg-info/PKG-INFO is in python-pyee 3.0.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Metadata-Version: 1.1
Name: pyee
Version: 3.0.3
Summary: A port of node.js's EventEmitter to python.
Home-page: https://github.com/jfhbrook/pyee
Author: Joshua Holbrook
Author-email: josh.holbrook@gmail.com
License: UNKNOWN
Description: pyee
        ====
        
        .. image:: https://travis-ci.org/jfhbrook/pyee.png
           :target: https://travis-ci.org/jfhbrook/pyee
        .. image:: https://readthedocs.org/projects/pyee/badge/?version=latest
           :target: https://pyee.readthedocs.io
        
        pyee supplies an ``EventEmitter`` object similar to the ``EventEmitter``
        from Node.js.
        
        Docs:
        -----
        
        Authgenerated API docs, including basic installation directions and examples,
        can be found at https://pyee.readthedocs.io .
        
        Development:
        ------------
        
        - For development purposes, you can link this project to your global space with
          ``python setup.py develop``.
        - Tests can be ran with ``python setup.py test``.
        - Documentation can be generated with ``cd ./docs && make html``.
        
        Changelog:
        ----------
        
        https://github.com/jfhbrook/pyee/blob/master/CHANGELOG.md
        
        License:
        --------
        
        MIT/X11, see LICENSE file.
        
Keywords: events,emitter,node.js,node,eventemitter,event_emitter
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Other/Nonlisted Topic