This file is indexed.

/usr/lib/python3/dist-packages/Routes-2.4.1.egg-info/PKG-INFO is in python3-routes 2.4.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
Metadata-Version: 1.1
Name: Routes
Version: 2.4.1
Summary: Routing Recognition and Generation Tools
Home-page: https://routes.readthedocs.io/
Author: Ben Bangert
Author-email: ben@groovie.org
License: MIT
Description: Routes is a Python re-implementation of the Rails routes system for mapping
        URL's to Controllers/Actions and generating URL's. Routes makes it easy to
        create pretty and concise URL's that are RESTful with little effort.
        
        Speedy and dynamic URL generation means you get a URL with minimal cruft
        (no big dangling query args). Shortcut features like Named Routes cut down
        on repetitive typing.
        
        See `the documentation for installation and usage of Routes <http://readthedocs.org/docs/routes/en/latest/>`_.
        
        .. image:: https://secure.travis-ci.org/bbangert/routes.png?branch=master
           :alt: Build Status
           :target: https://secure.travis-ci.org/bbangert/routes
        
Keywords: routes webob dispatch
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5