This file is indexed.

/usr/lib/python3/dist-packages/mypy-0.560.egg-info/PKG-INFO is in python3-mypy 0.560-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
Metadata-Version: 1.1
Name: mypy
Version: 0.560
Summary: Optional static typing for Python
Home-page: http://www.mypy-lang.org/
Author: Jukka Lehtosalo
Author-email: jukka.lehtosalo@iki.fi
License: MIT License
Description-Content-Type: UNKNOWN
Description: Mypy -- Optional Static Typing for Python
        =========================================
        
        Add type annotations to your Python programs, and use mypy to type
        check them.  Mypy is essentially a Python linter on steroids, and it
        can catch many programming errors by analyzing your program, without
        actually having to run it.  Mypy has a powerful type system with
        features such as type inference, gradual typing, generics and union
        types.
        
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development