This file is indexed.

/usr/share/pyshared/ucltip-0.7.1.egg-info is in python-ucltip 0.7.1-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
Metadata-Version: 1.1
Name: ucltip
Version: 0.7.1
Summary: A library to help making command line tool Python binding faster
Home-page: http://github.com/hychen/ucltip
Author: Hsin-Yi Chen 陳信屹 (hychen)
Author-email: ossug.hychen@gmail.com
License: BSD-2-clause License
Description: 
        This library makes you to use command line tool in Python by OO way.
        The concept is to transform 1) command as a instance, 2) options
        of command as arguments and keyword arguments of function or
        instance method when method be used as a sub command of a command.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules