This file is indexed.

/usr/share/doc/python-pyscript-doc/README is in python-pyscript-doc 0.6.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
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
			 ===============
  		  	     pyscript
  			 ===============
  

--------------------------------------------------------------------
 Summary
--------------------------------------------------------------------

Pyscript is a set of modules and scripts for python that facilitate
the creation of high-quality postscript diagrams. The diagrams are
scripted rather than drawn.

See http://pyscript.sourceforge.net


--------------------------------------------------------------------
 Installation
--------------------------------------------------------------------

Pyscript is just a python module ... treat it as any other module

 * Global Installation:

   As root use

   > python setup.py install

   This will install the files, in the appropriate place for 
   your python distribution. This will be something like
   e.g. /usr/lib/python2.2/site-packages/

 * Local installation:

   You can supply the base directory using

   > python setup.py install --home=<dir>

   which will install the files in 

   <dir>/lib/python/

   for more help and options use 
   > python setup.py install --help

   also see http://www.python.org/doc/current/inst/ for more details on 
   using the distutils package

 * By hand:

   copy all the files in the pyscript directory to somewhere in your
   python path

   eg

   cp -r pyscript ~/lib/python/ 

 * RPM package:

   Install using your favourite rpm installation tool, or from root issue a
   command like:

   > rpm -i pyscript-<version>.rpm

   (where <version> is the version string of the rpm file).

 * DEB package:

   Check to make sure that the tetex-base and python packages are installed
   (just in case), and then use dpkg in the usual manner, e.g.

   > dpkg -i pyscript_<version>.deb

   (where <version> is the verstion string of the .deb package).