This file is indexed.

/usr/lib/python3/dist-packages/python_utils/__about__.py is in python3-python-utils 2.2.0-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
__package_name__ = 'python-utils'
__version__ = '2.2.0'
__author__ = 'Rick van Hattem'
__author_email__ = 'Wolph@wol.ph'
__description__ = (
    'Python Utils is a module with some convenient utilities not included '
    'with the standard Python install')
__url__ = 'https://github.com/WoLpH/python-utils'