This file is indexed.

/usr/lib/python3/dist-packages/duecredit-0.6.0.debian1.egg-info/PKG-INFO is in python3-duecredit 0.6.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
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: duecredit
Version: 0.6.0.debian1
Summary: Publications (and donations) tracer
Home-page: https://github.com/duecredit/duecredit
Author: Yaroslav Halchenko, Matteo Visconti di Oleggio Castello
Author-email: yoh@onerussian.com
License: 2-clause BSD License
Download-URL: https://github.com/duecredit/duecredit/releases/tag/0.6.0.debian1
Description: duecredit is being conceived to address the problem of inadequate
        citation of scientific software and methods, and limited visibility of
        donation requests for open-source software.
        
        It provides a simple framework (at the moment for Python only) to
        embed publication or other references in the original code so they are
        automatically collected and reported to the user at the necessary
        level of reference detail, i.e. only references for actually used
        functionality will be presented back if software provides multiple
        citeable implementations.
        
        To get a sense of what duecredit is about, run for example shipped along
        example script, or your analysis script with `-m duecredit`, e.g.
        
            python -m duecredit examples/example_scipy.py
        
        
Keywords: citation tracing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides: duecredit