This file is indexed.

/usr/lib/python3/dist-packages/evdev-0.4.7.egg-info/PKG-INFO is in python3-evdev 0.4.7-0ubuntu4.

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
Metadata-Version: 1.1
Name: evdev
Version: 0.4.7
Summary: Bindings to the Linux input handling subsystem
Home-page: https://github.com/gvalkov/python-evdev
Author: Georgi Valkov
Author-email: georgi.t.valkov@gmail.com
License: Revised BSD License
Description: *evdev*
        -------
        
        This package provides bindings to the generic input event interface in
        Linux. The *evdev* interface serves the purpose of passing events
        generated in the kernel directly to userspace through character
        devices that are typically located in ``/dev/input/``.
        
        This package also comes with bindings to *uinput*, the userspace input
        subsystem. *Uinput* allows userspace programs to create and handle
        input devices that can inject events directly into the input
        subsystem.
        
        Documentation:
            http://python-evdev.readthedocs.org/en/latest/
        
        Development:
            https://github.com/gvalkov/python-evdev
        
        Package:
            http://pypi.python.org/pypi/evdev
        
        Changelog:
            http://python-evdev.readthedocs.org/en/latest/changelog.html
        
Keywords: evdev input uinput
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: Implementation :: CPython