/usr/share/pyshared/multipletau-0.1.4.egg-info/PKG-INFO is in python-multipletau 0.1.4-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 | Metadata-Version: 1.0
Name: multipletau
Version: 0.1.4
Summary: A multiple-tau algorithm for Python/NumPy.
Home-page: https://github.com/paulmueller/multipletau
Author: Paul Mueller
Author-email: paul.mueller@biotec.tu-dresden.de
License: OpenBSD
Description: Multipe-tau correlation is computed on a logarithmic scale (less
        data points are computed) and is thus much faster than conventional
        correlation on a linear scale such as `numpy.correlate`.
        
        Reference
        =========
        The code is fully documented. An online reference is available
        at http://paulmueller.github.io/multipletau/.
        
        
        Installation
        ============
        The package can be installed from the Python package index.
        
            pip install multipletau
        
        
Platform: UNKNOWN
 |