This file is indexed.

/usr/lib/python3/dist-packages/PySAL-1.14.3.egg-info/PKG-INFO is in python3-pysal 1.14.3-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
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
Metadata-Version: 1.1
Name: PySAL
Version: 1.14.3
Summary: A library of spatial analysis functions.
Home-page: http://pysal.org
Author: PySAL Developers
Author-email: pysal-dev@googlegroups.com
License: BSD
Download-URL: https://pypi.python.org/pypi/PySAL
Description-Content-Type: UNKNOWN
Description: Python Spatial Analysis Library
        =================================
        
        .. image:: https://travis-ci.org/pysal/pysal.svg
           :target: https://travis-ci.org/pysal
        
        .. image:: https://coveralls.io/repos/pysal/pysal/badge.svg?branch=master
           :target: https://coveralls.io/r/pysal/pysal?branch=master
        
        .. image:: https://badges.gitter.im/pysal/pysal.svg
           :target: https://gitter.im/pysal/pysal
        
        .. image:: https://readthedocs.org/projects/pip/badge/?version=latest
           :target: http://pysal.readthedocs.io/en/latest/index.html
        
        
        PySAL_ is an open source cross-platform library of spatial analysis functions
        written in Python. It is intended to support the development of high level
        applications for spatial analysis.
        
        .. image:: https://farm2.staticflickr.com/1699/23937788493_1b9d147b9f_z.jpg
                :width: 25%
                :scale: 25%
                :target: http://nbviewer.ipython.org/urls/gist.githubusercontent.com/darribas/657e0568df7a63362762/raw/pysal_lisa_maps.ipynb
                :alt: LISA Maps of US County Homicide Rates
        
        *Above: Local Indicators of Spatial Association for Homicide Rates in US
        Counties 1990.*
        
        
        PySAL modules
        =============
        
        * pysal.cg  Computational geometry
        * pysal.contrib  Contributed modules
        * pysal.core  Core data structures and IO
        * pysal.esda  Exploratory spatial data analysis
        * pysal.examples  Data sets
        * pysal.inequality  Spatial inequality analysis
        * pysal.network  Spatial analysis on networks
        * pysal.region  Spatially constrained clustering
        * pysal.spatial_dynamics  Spatial dynamics
        * pysal.spreg  Spatial econometrics and diagnostics
        * pysal.weights  Spatial weights
        
        
        Installation
        ============
        
        PySAL can be installed using pip:
        
        .. code-block:: bash
        
            $ pip install pysal
        
        PySAL is also available through
        `Anaconda <https://www.continuum.io/downloads>`__ and `Enthought Canopy <https://www.enthought.com/products/canopy/>`__.
        
        Documentation
        =============
        
        For help on using PySAL, check out the following resources:
        
        * `User Guide <http://pysal.readthedocs.org/en/latest/users/index.html>`_
        * `Tutorials and Short Courses <https://github.com/pysal/notebooks/blob/master/courses.md>`_
        * `Notebooks <https://github.com/pysal/notebooks>`_
        * `User List <http://groups.google.com/group/openspace-list>`_
        
        
        
        Development
        ===========
        
        PySAL development is hosted on github_.
        
        .. _github : https://github.com/pysal/pysal
        
        Discussions of development occurs on the
        `developer list <http://groups.google.com/group/pysal-dev>`_
        as well as gitter_.
        
        .. _gitter : https://gitter.im/pysal/pysal?
        
        Getting Involved
        ================
        
        If you are interested in contributing to PySAL please see our
        `development guidelines <http://pysal.readthedocs.org/en/latest/developers/index.html>`_.
        
        
        Bug reports
        ===========
        To search for or report bugs, please see PySAL's issues_.
        
        .. _issues :  http://github.com/pysal/pysal/issues
        
        License information
        ===================
        
        See the file "LICENSE.txt" for information on the history of this
        software, terms & conditions for usage, and a DISCLAIMER OF ALL
        WARRANTIES.
        
Keywords: spatial statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4