This file is indexed.

/usr/share/pyshared/pypureomapi-0.3.egg-info is in python-pypureomapi 0.3-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
Metadata-Version: 1.1
Name: pypureomapi
Version: 0.3
Summary: ISC DHCP OMAPI protocol implementation in Python
Home-page: http://code.google.com/p/pypureomapi/
Author: Torge Szczepanek
Author-email: info@cygnusnetworks.de
License: GPL
Description: This module grew out of frustration about pyomapi and later pyomapic. The extension modules mentioned can be used to query the ISC DHCP server for information about leases. pyomapic does this job using swig and the static library provided with ISC DHCP. It leaks and has basically no error checking. Adding error checking later turned out to be a maintenance hell with swig, so a pure python implementation for omapi, pypureomapi was born. It can mostly be used as a drop-in replacement for pyomapic.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: System :: Networking