/usr/lib/python3/dist-packages/postgresql/project.py is in python3-postgresql 1.1.0-2build2.
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 | 'project information'
#: project name
name = 'py-postgresql'
#: IRI based project identity
identity = 'http://python.projects.postgresql.org/'
meaculpa = 'Python+Postgres'
contact = 'python-general@pgfoundry.org'
abstract = 'Driver and tools library for PostgreSQL'
version_info = (1, 1, 0)
version = '.'.join(map(str, version_info))
|