This file is indexed.

/usr/lib/python3/dist-packages/PyDispatcher-2.0.5.egg-info/PKG-INFO is in python3-pydispatch 2.0.5-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
22
23
24
25
26
27
Metadata-Version: 1.1
Name: PyDispatcher
Version: 2.0.5
Summary: Multi-producer-multi-consumer signal dispatching mechanism
Home-page: http://pydispatcher.sourceforge.net
Author: Mike C. Fletcher
Author-email: pydispatcher-devel@lists.sourceforge.net
License: BSD
Description: Dispatcher mechanism for creating event models
        
        PyDispatcher is an enhanced version of Patrick K. O'Brien's
        original dispatcher.py module.  It provides the Python
        programmer with a robust mechanism for event routing within
        various application contexts.
        
        Included in the package are the robustapply and saferef
        modules, which provide the ability to selectively apply
        arguments to callable objects and to reference instance
        methods using weak-references.
        
Keywords: dispatcher,dispatch,pydispatch,event,signal,sender,receiver,propagate,multi-consumer,multi-producer,saferef,robustapply,apply
Platform: Any
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers