This file is indexed.

/usr/share/pyshared/PyFlot-0.2.egg-info/PKG-INFO is in python-pyflot 0.2-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
Metadata-Version: 1.1
Name: PyFlot
Version: 0.2
Summary: Python Interface the JavaScript Flot chart librabry
Home-page: http://github.com/andrefsp/pyflot
Author: Andre da Palma
Author-email: andrefsp@gmail.com
License: MIT
Description: ======
        pyflot
        ======
        
        .. image:: https://secure.travis-ci.org/andrefsp/pyflot.png
            :target: https://travis-ci.org/andrefsp/pyflot
        
        .. image:: https://coveralls.io/repos/andrefsp/pyflot/badge.png?branch=master
            :target: https://coveralls.io/r/andrefsp/pyflot?branch=master
        
        
        Python Interface for the known JavaScript Flot librabry
        
        
        Motivation
        ==========
        
        The idea behind *PyFlot* its to provide an easy and quick way to create graphs in Python and to plot them out in a web page.
        
        Backend developers sometimes have to work with statistics and metrics and bring that data from a server to a web page in form of charts. 
        
        When this situations happens developers some times find themselves thinking on things like, which data format should they push from the server to the pages, how to catch the data in the templates and how to plot the charts, sometimes situations even gets worst when in a team there is a lack of javascript skills to create those fancy graph pages.
        
        *PyFlot*, appears as a shortcut and as a solution for some of this problems providing a nice a simple way to plot graphs just by modeling it in the backend.
        
        It uses the known flot_ javaScript/jQuery plotting library as interface.
        
        .. _flot: http://www.flotcharts.org
        
        Documentation
        =============
        
        Documentation_ is available on readthedocs. 
        
        .. _Documentation: http://pyflot-docs.readthedocs.org 
        
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries