This file is indexed.

/usr/lib/python3/dist-packages/xkcd-2.3.1.egg-info/PKG-INFO is in python3-xkcd 2.3.1-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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Metadata-Version: 1.1
Name: xkcd
Version: 2.3.1
Summary: Library to access xkcd.com
Home-page: https://github.com/TC01/xkcd
Author: Ben Rosser
Author-email: rosser.bjr@gmail.com
License: MIT
Description: xkcd v2.2 - A Python interface to xkcd.com
        ------------------------------------------
        
        By Ben Rosser
        Released under MIT License (see LICENSE.txt)
        
        This is a Python library for accessing and retrieving links to comics from the
        xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it's an
        entirely independent project.
        
        It makes use of the JSON interface to Randall's site to retrieve comic data.
        One can create comic objects manually using Comic(number), or can use the helper
        functions provided- getLatestComic(), getRandomComic(), and getComic()- to do
        this. Once you have a Comic object, you can access data from it using various
        provided methods.
        
        Documentation is available [here](https://pythonhosted.org/xkcd/).
        
        Note that PyPI currently doesn't support Markdown formatting for long_description,
        hence the ugly rendering here.
        
        ## Changelog:
        
        ### Version 2.3:
        * Fixed ASCII bug in Python 2.x
        * Created Sphinx documentation and uploaded it to pythonhosted.org
        
        ### Version 2.2:
        * Fixed very silly bug with xkcd.getComic()
        * Added a getExplanation() which returns an explainxkcd link for a Comic().
        * Added support for Python 3!
        
        ### Version 2.1:
        * Fixed bugs with Comic.download() function
        * Added optional parameter to Comic.download() to change name of output file
        * Added more information to long_description text
        
        ## Credits:
        
        * Ben Rosser <rosser.bjr@gmail.com>: Developer
        
Keywords: xkcd webcomic
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3