This file is indexed.

/usr/lib/python2.7/dist-packages/pydenticon-0.3.egg-info/PKG-INFO is in python-pydenticon 0.3-2.

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
28
29
30
31
32
33
34
35
36
37
38
Metadata-Version: 1.1
Name: pydenticon
Version: 0.3
Summary: Library for generating identicons. Port of Sigil (https://github.com/cupcake/sigil) with enhancements.
Home-page: https://github.com/azaghal/pydenticon
Author: Branko Majic
Author-email: branko@majic.rs
License: BSD
Description-Content-Type: UNKNOWN
Description: Pydenticon
        ==========
        
        Pydenticon is a small utility library that can be used for deterministically
        generating identicons based on the hash of provided data.
        
        The implementation is a port of the Sigil identicon implementation from:
        
        * https://github.com/cupcake/sigil/
        
        Pydenticon provides a couple of extensions of its own when compared to the
        original Sigil implementation, like:
        
        * Ability to supply custom digest algorithms (allowing for larger identicons if
          digest provides enough entropy).
        * Ability to specify a rectangle for identicon size..
        
Platform: UNKNOWN
Classifier: Environment :: Other Environment
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries