This file is indexed.

/usr/share/doc/python-chm/README is in python-chm 0.8.4.1-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
PyCHM
=====

PyCHM is a Python library to manipulate CHM files (Microsoft HTML Help).

The chm package contains four modules:

* chm.chm: High-level support for CHM archives.
* chm.extra: Extra utility functions - full-text search support,
  encoding detection.
* chm._chmlib: Low level wrappers around the chmlib API (C part).
* chm.chmlib: Low level wrappers around the chmlib API (Python part).

License
-------

Copyright (C) 2003-2006 Rubens Ramos <rubensr@users.sourceforge.net>
Copyright (C) 2014 Mikhail Gusarov <dottedmag@dottedmag.net>

This library is licensed under the GPLv2+. Please refer to the COPYING file for
more details.