This file is indexed.

/usr/share/pyshared/PyPhantomJS-1.4.0.egg-info/PKG-INFO is in python-pyphantomjs 1.4.0+dfsg-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
Metadata-Version: 1.1
Name: PyPhantomJS
Version: 1.4.0
Summary: Minimalistic, headless, WebKit-based, JavaScript-driven tool
Home-page: https://github.com/Roejames12/phantomjs
Author: James Roe
Author-email: roejames12@hotmail.com
License: GNU General Public License (GPL)
Description: PyPhantomJS is a headless WebKit with JavaScript API, based on the [PhantomJS](http://www.phantomjs.org/) project.
        
        It has **fast** and **native** support for DOM handling, CSS selector, JSON, Canvas, SVG, and of course JavaScript.
        
        PyPhantomJS scripts can be written in JavaScript or [CoffeeScript](http://jashkenas.github.com/coffee-script/).
        
        See the [quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart) and more [advanced examples](http://code.google.com/p/phantomjs/wiki/ServiceIntegration) which show various PhantomJS scripts, covering:
        
        * running regression tests from command line
        * getting driving direction
        * showing weather forecast conditions
        * finding pizza in New York
        * looking up approximate location based on IP address
        * pulling the list of seasonal food
        * producing PDF version of a Wikipedia article
        * rasterizing SVG to image
        
        PyPhantomJS is written in PyQt4 and Python. It runs on Linux, Windows, and Mac OS X.  
        Refer to the INSTALL file or Wiki links<sup>1</sup> for more information.
        
        Do not forget to consult the concise API Reference<sup>2</sup>
        
        If you want to contribute, please read the Contribution Guides<sup>3</sup>
        
        You can find a list of downloadable plugins [here](http://dev.umaclan.com/projects/pyphantomjs/wiki/Plugins).
        
        If you would like to know how to make plugins, check out this [article](http://dev.umaclan.com/projects/pyphantomjs/wiki/Writing_plugins).
        
        1: http://code.google.com/p/phantomjs/w/list  
        1: http://dev.umaclan.com/projects/pyphantomjs/wiki  
        2: http://dev.umaclan.com/projects/pyphantomjs/wiki/Api_reference  
        2: http://code.google.com/p/phantomjs/wiki/Interface  
        3: http://code.google.com/p/phantomjs/wiki/ContributionGuide  
        3: http://dev.umaclan.com/projects/pyphantomjs/wiki/Giving_back
        
        ### DEPENDENCIES
        ---------------------------------
        
        * Python >= 2.6 (< 3.x)
        * PyQt4 >= 4.8.0
        * Qt >= 4.7.0
        
        * python-argparse >= 1.2.1 (Python 2.6 only)
        * PIL (python-imaging-library) >= 1.1.7 (optional; for rendering to GIF)
        
        ### INSTALLING
        -------------------------
        
        Windows
        
        > Download and install the required programs.
        >
          [Python](http://www.python.org/download/)  
          [PyQt4](http://www.riverbankcomputing.co.uk/software/pyqt/download)  
        > Qt4 - PyQt4 comes packaged with the Qt runtime library(s)
        >
          [python-argparse](http://pypi.python.org/pypi/argparse/)  
          [PIL](http://www.pythonware.com/products/pil/)
        
        Ubuntu
        
        > Open a terminal window, and enter the command `sudo apt-get install python-qt4 python-imaging`
        >
          All the required packages should be automatically pulled in and installed.
        
        PyPi
        
        > You can also install the latest stable release from PyPi with `pip install pyphantomjs`  
          Afterward, you can invoke the program with `pyphantomjs`
        
        
        LICENSING
        ------------------
        Copyright (C) 2011 James Roe <<roejames12@hotmail.com>>  
        Copyright (C) 2011 PyPhantomJS authors (see AUTHORS file)
        
        PyPhantomJS is licensed with the GNU GPL v3.  
        See the included file LICENSE for the licensing terms.
        
        ADDITIONAL INFO
        -----------------------------
        This program is a port of PhantomJS to Python/PyQt4 (thus, PyPhantomJS).
        
          1. We try to make PyPhantomJS to be as compatible with PhantomJS as possible,
             this means having the exact same features as they do. It happens to be fully
             compatible, with the exception of some very small things.
          2. PyPhantomJS however, has a few differences as well:
               * Some of the features work a little differently than PhantomJS.
                 In most of these cases, the features were only changed to improve their
                 reliability and performance, so they work more often/better, and break less.
               * There may also be additional features present that aren't in PhantomJS.
        
        PhantomJS was written by Ariya Hidayat, and I'd like to give him a BIG thanks
        for all his work on PhantomJS! :)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers