This file is indexed.

/usr/lib/python3/dist-packages/mimerender-0.6.0.egg-info/PKG-INFO is in python3-mimerender 0.6.0-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
Metadata-Version: 1.1
Name: mimerender
Version: 0.6.0
Summary: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Google App Engine)
Home-page: https://github.com/martinblech/mimerender
Author: Martin Blech
Author-email: martinblech@gmail.com
License: MIT
Description: This module provides a decorator that wraps a HTTP
            request handler to select the correct render function for a given HTTP
            Accept header. It uses mimeparse to parse the accept string and select the
            best available representation. Supports Flask, Bottle, web.py and webapp2
            out of the box, and it's easy to add support for other frameworks.
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires: python_mimeparse (>=0.1.4)