This file is indexed.

/usr/lib/python3/dist-packages/debtcollector-1.5.0.egg-info/PKG-INFO is in python3-debtcollector 1.5.0-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
38
39
40
41
42
43
44
45
46
47
Metadata-Version: 1.1
Name: debtcollector
Version: 1.5.0
Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: Debtcollector
        =============
        
        .. image:: https://img.shields.io/pypi/v/debtcollector.svg
            :target: https://pypi.python.org/pypi/debtcollector/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/dm/debtcollector.svg
            :target: https://pypi.python.org/pypi/debtcollector/
            :alt: Downloads
        
        A collection of Python deprecation patterns and strategies that help you
        collect your technical debt in a non-destructive manner. The goal of this
        library is to provide well documented developer facing deprecation
        patterns that start of with a basic set and can expand into a larger
        set of patterns as time goes on. The desired output of these patterns
        is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning
        or similar derivative to developers using libraries (or potentially
        applications) about future deprecations.
        
        
        * Free software: Apache license
        * Documentation: http://docs.openstack.org/developer/debtcollector
        * Source: http://git.openstack.org/cgit/openstack/debtcollector
        * Bugs: http://bugs.launchpad.net/debtcollector
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4