This file is indexed.

/usr/lib/python3/dist-packages/csvkit-1.0.2.egg-info/PKG-INFO is in python3-csvkit 1.0.2-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
Metadata-Version: 1.1
Name: csvkit
Version: 1.0.2
Summary: A suite of command-line tools for working with CSV, the king of tabular file formats.
Home-page: http://csvkit.rtfd.org/
Author: Christopher Groskopf
Author-email: chrisgroskopf@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats.
        
        It is inspired by pdftk, gdal and the original csvcut tool by Joe Germuska and Aaron Bycoffe.
        
        If you need to do more complex data analysis than csvkit can handle, use `agate <https://github.com/wireservice/agate>`_.
        
        Important links:
        
        * Repository:    https://github.com/wireservice/csvkit
        * Issues:        https://github.com/wireservice/csvkit/issues
        * Documentation: http://csvkit.rtfd.org/
        * Schemas:       https://github.com/wireservice/ffs
        * Buildbot:      https://travis-ci.org/wireservice/csvkit
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities