This file is indexed.

/usr/lib/python3/dist-packages/seaborn-0.7.1.egg-info/PKG-INFO is in python3-seaborn 0.7.1-4.

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
Metadata-Version: 1.1
Name: seaborn
Version: 0.7.1
Summary: Seaborn: statistical data visualization
Home-page: http://stanford.edu/~mwaskom/software/seaborn/
Author: Michael Waskom
Author-email: mwaskom@stanford.edu
License: BSD (3-clause)
Download-URL: https://github.com/mwaskom/seaborn/
Description: Seaborn is a library for making attractive and informative statistical graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy and pandas data structures and statistical routines from scipy and statsmodels.
        
        Some of the features that seaborn offers are
        
        - Several built-in themes that improve on the default matplotlib aesthetics
        - Tools for choosing color palettes to make beautiful plots that reveal patterns in your data
        - Functions for visualizing univariate and bivariate distributions or for comparing them between subsets of data
        - Tools that fit and visualize linear regression models for different kinds of independent and dependent variables
        - Functions that visualize matrices of data and use clustering algorithms to discover structure in those matrices
        - A function to plot statistical timeseries data with flexible estimation and representation of uncertainty around the estimate
        - High-level abstractions for structuring grids of plots that let you easily build complex visualizations
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Multimedia :: Graphics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS