This file is indexed.

/usr/lib/python2.7/dist-packages/easydev-0.9.35.egg-info/PKG-INFO is in python-easydev 0.9.35+dfsg-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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Metadata-Version: 2.1
Name: easydev
Version: 0.9.35
Summary: Common utilities to ease the development of Python packages
Home-page: ['http://packages.python.org/easydev/']
Author: Thomas Cokelaer
Author-email: cokelaer@ebi.ac.uk
Maintainer: Thomas Cokelaer
Maintainer-email: cokelaer@ebi.ac.uk
License: new BSD
Download-URL: ['http://pypi.python.org/pypi/easydev']
Description: easydev
        ##########
        
        .. image:: https://badge.fury.io/py/easydev.svg
            :target: https://pypi.python.org/pypi/easydev
        
        .. image:: https://secure.travis-ci.org/cokelaer/easydev.png
            :target: http://travis-ci.org/cokelaer/easydev
        
        .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master 
           :target: https://coveralls.io/r/cokelaer/easydev?branch=master 
        
        .. image:: https://landscape.io/github/cokelaer/easydev/master/landscape.png
           :target: https://landscape.io/github/cokelaer/easydev/master
        
        
        
        :documentation: http://easydev-python.readthedocs.io/en/latest/
        :contributions: Please join https://github.com/cokelaer/easydev
        :source: Please use https://github.com/cokelaer/easydev
        :issues: Please use https://github.com/cokelaer/easydev/issues
        :Python version supported: 2.6, 2.7, 3.3, 3.4, 3.5, 3.6
        
        
        The  `easydev <http://pypi.python.org/pypi/easydev/>`_ package 
        provides miscellaneous functions that are repeatidly used during 
        the development of Python packages. The goal is to help developers on 
        speeding up their own dev. It has been used also as an incubator for other 
        packages (e.g., http://pypi.python.org/pypi/colormap) and is stable.
        
        .. warning:: I'm not pretending to provide universal and bug-free tools. The
            tools provided may also change. However, **easydev** is used
            in a few other packages such as 
            `bioservices <https://pypi.python.org/pypi/bioservices>`_, 
            `sequana <https://sequana.readthedocs.io>`_ or 
            `GDSCTools <https://sequana.readthedocs.io>`_ to give a few
            examples. 
        
        
        
Keywords: package,multisetup,logging,config,decorators,multigit,progressbar
Platform: Linux
Platform: Unix
Platform: MacOsX
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: profiler