This file is indexed.

/usr/lib/python3/dist-packages/atpublic-0.5.egg-info/PKG-INFO is in python3-public 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
Metadata-Version: 1.1
Name: atpublic
Version: 0.5
Summary: public -- @public for populating __all__
Home-page: http://public.readthedocs.io/
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache 2.0
Description: This is a very simple decorator and function which populates a module's
        __all__ and optionally the module globals.
        
        This provides both a pure-Python implementation and a C implementation.  It is
        proposed that the C implementation be added to builtins_ for Python 3.6.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities