This file is indexed.

/usr/share/pyshared/happybase-0.8.egg-info/PKG-INFO is in python-happybase 0.8-2.

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
Metadata-Version: 1.1
Name: happybase
Version: 0.8
Summary: A developer-friendly Python library to interact with Apache HBase
Home-page: https://github.com/wbolster/happybase
Author: Wouter Bolsterlee
Author-email: uws@xs4all.nl
License: MIT
Description: HappyBase
        =========
        
        **HappyBase** is a developer-friendly Python_ library to interact with Apache
        HBase_.
        
        * `Documentation <http://happybase.readthedocs.org/>`_ (Read the Docs)
        * `Downloads <http://pypi.python.org/pypi/happybase/>`_ (PyPI)
        * `Source code <https://github.com/wbolster/happybase>`_ (Github)
        
        .. _Python: http://python.org/
        .. _HBase: http://hbase.apache.org/
        
        .. If you're reading this from the README.rst file in a source tree,
           you can generate the HTML documentation by running "make doc" and browsing
           to doc/build/html/index.html to see the result.
        
        
        .. image:: https://d2weczhvl823v0.cloudfront.net/wbolster/happybase/trend.png
           :alt: Bitdeli badge
           :target: https://bitdeli.com/free
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules