This file is indexed.

/usr/share/doc/python-apt/README is in python-apt 0.8.3ubuntu7.

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
Python-apt is a wrapper to use features of apt from python.

It contains the following modules:

C++ Wrapper:
------------
apt_pkg - access to libapt-pkg (wrapper to the lowlevel c++ code)
apt_inst - access to libapt-inst (wrapper to the lowlevel c++ code)

Python module:
--------------
WARNING: the API of this module is not stable yet

apt - high level python interface build on top of apt_pkg, apt_inst