This file is indexed.

/usr/share/pyshared/pymc-2.2.egg-info is in python-pymc 2.2+ds-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
Metadata-Version: 1.1
Name: pymc
Version: 2.2
Summary: Markov Chain Monte Carlo sampling toolkit.
Home-page: github.com/pymc-devs/pymc
Author: Christopher Fonnesbeck, Anand Patil and David Huard
Author-email: fonnesbeck@gmail.com 
License: Academic Free License
Description: 
                    Bayesian estimation, particularly using Markov chain Monte Carlo (MCMC),
                    is an increasingly relevant approach to statistical estimation. However,
                    few statistical software packages implement MCMC samplers, and they are
                    non-trivial to code by hand. ``pymc`` is a python package that implements the
                    Metropolis-Hastings algorithm as a python class, and is extremely
                    flexible and applicable to a large suite of problems. ``pymc`` includes
                    methods for summarizing output, plotting, goodness-of-fit and convergence
                    diagnostics.
        
                    ``pymc`` only requires ``NumPy``. All other dependencies such as ``matplotlib``,
                    ``SciPy``, ``pytables``, ``sqlite`` or ``mysql`` are optional.
                    
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Fortran
Classifier: Topic :: Scientific/Engineering
Requires: NumPy (>=1.6)