This file is indexed.

/usr/lib/python2.7/dist-packages/pybloom-2.0.0.egg-info/PKG-INFO is in python-bloomfilter 2.0-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: pybloom
Version: 2.0.0
Summary: PyBloom: A Probabilistic data structure
Home-page: http://github.com/jaybaird/python-bloomfilter/
Author: Jay Baird
Author-email: jay.baird@me.com
License: MIT License
Description: 
        pybloom is a Python implementation of the bloom filter probabilistic data
        structure. The module also provides a Scalable Bloom Filter that allows a
        bloom filter to grow without knowing the original set size.
        
Keywords: data structures,bloom filter,bloom,filter,probabilistic,set
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules