This file is indexed.

/usr/lib/python2.7/dist-packages/README.txt is in python-flickrapi 2.1.2-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
======================================================================
Python FlickrAPI
======================================================================

Most of the info can be found in the 'doc' directory or on
http://stuvel.eu/flickrapi

To install the Python Flickr API module from source, run::

    python setup.py install

To install the latest version from PyPi:

    pip install flickrapi

For development, install extra dependencies using::
    
    pip install -r requirements.txt 

then run ``nosetest`` in the top-level directory.

Generating the documentation
--------------------------------------------------

The documentation is written in Sphynx. Execute 'make html' in the doc
directory to generate the HTML pages. They can then be found in
doc/_build/html.