This file is indexed.

/usr/lib/python2.7/dist-packages/EbookLib-0.15.egg-info/PKG-INFO is in python-ebooklib 0.15~ds0-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
Metadata-Version: 1.1
Name: EbookLib
Version: 0.15
Summary: Ebook library which can handle EPUB2/EPUB3 and Kindle format
Home-page: https://github.com/aerkalov/ebooklib
Author: Aleksandar Erkalovic
Author-email: aerkalov@gmail.com
License: GNU Affero General Public License
Description: EbookLib is a Python library for managing EPUB2/EPUB3 and Kindle files.
        It's capable of reading and writing EPUB files programmatically (Kindle support is under development).
        
        The API is designed to be as simple as possible, while at the same time making complex things possible too.
        It has support for covers, table of contents, spine, guide, metadata and etc.
        
Keywords: ebook,epub,kindle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules