This file is indexed.

/usr/share/doc/python-imdbpy/README.Debian is in python-imdbpy 4.8.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
IMDdPY for Debian
-----------------

This package installs just the imdbpy python modules. The source code includes 
some examples that upstream author made with the goal of be executables, but 
since these scripts need a little setup about how to access to IMDb data, i 
decided it was better not install it directly.
Please, read upstream's README.txt file to learn how to make this setup.
You can make all the necessary changes editing the py files placed at:

/usr/share/doc/python2.X-imdbpy/examples/

And after this, make a symbolic link, for example:
ln -s /usr/share/doc/python-imdbpy/examples/get_first_movie.py /usr/bin/get_first_movie


Besides, if you want to use a local copy of the whole IMDb's database,
read the "README.local" file. Or if you want to insert the content of the plain text 
data files into a SQL database, read the "README.sqldb" file.

imdbpy2sql.py is somewhat different: it's not an example, but a script
required to put the plain text data files in the MySQL database. You can find
it gzippped in the 'example' directory.

 -- Ana Beatriz Guerrero Lopez <ana@ekaia.org>, Sun,  2 Apr 2006 22:42:30 +0200


config file
-----------

The configuration file imdbpy.cfg is shipped at 
/usr/share/doc/python-imdbpy/imdbpy.cfg.
For more information about this file, read the file itself.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>, Sun, 16 Dec 2007 17:21:48 +0100

sql support
-----------
If you want to use the 'sql' data access system, you will need to install
SQLObject or SQLAlchemy. Packaged as python-sqlobject and python-sqlalchemy,
both suggested in Suggests.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>,  Thu, 11 Dec 2008 02:46:30 +0100