This file is indexed.

/usr/lib/python3/dist-packages/PySDL2-0.9.3.egg-info is in python3-sdl2 0.9.3+dfsg2-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
Metadata-Version: 1.1
Name: PySDL2
Version: 0.9.3
Summary: Python SDL2 bindings
Home-page: http://bitbucket.org/marcusva/py-sdl2
Author: Marcus von Appen
Author-email: marcus@sysfault.org
License: Public Domain / zlib
Download-URL: http://bitbucket.org/marcusva/py-sdl2/downloads
Description: About PySDL2
        ============
        PySDL2 is a wrapper around the SDL2 library and as such similar to the
        discontinued PySDL project. In contrast to PySDL, it has no licensing
        restrictions, nor does it rely on C code, but uses ctypes instead.
        
        Installation
        ============
        PySDL2 is easy to install and integrate within your own projects. Just
        follow Python's standard procedure of installing packages or look for a
        prebuilt package for your operating system or distribution.
        
        Documentation
        =============
        If you just started with SDL and PySDL2, it is strongly recommended
        that you read through the tutorial of the documentation to learn the 
        basics. You can find the documentation at *doc/html* or online at
        http://pysdl2.readthedocs.org.
        
        License
        =======
        This library is given to the public domain. There are no licensing
        restrictions. Please see *doc/copying.rst* for further details.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules