This file is indexed.

/usr/lib/python3/dist-packages/postgresql/project.py is in python3-postgresql 1.0.2-1+b1.

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
'project information'

#: project name
name = 'py-postgresql'

#: IRI based project identity
identity = 'http://python.projects.postgresql.org/'

author = 'James William Pye <x@jwp.name>'
description = 'Driver and tools library for PostgreSQL'

# Set this to the target date when approaching a release.
date = 'Sat Sep 18 12:17:29 MST 2010'
tags = set(('documentation','fixes','features','deprecations'))
version_info = (1, 0, 2)
version = '.'.join(map(str, version_info)) + (date is None and 'dev' or '')