This file is indexed.

/usr/lib/python2.7/dist-packages/django_ratelimit-0.4.0.egg-info/PKG-INFO is in python-django-ratelimit 0.4.0+8+gd58c489-3.

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
Metadata-Version: 1.1
Name: django-ratelimit
Version: 0.4.0
Summary: Cache-based rate-limiting for Django.
Home-page: http://github.com/jsocol/django-ratelimit
Author: James Socol
Author-email: james@mozilla.com
License: Apache Software License
Description: ================
        Django Ratelimit
        ================
        
        Django Ratelimit provides a decorator to rate-limit views. Limiting can
        be based on IP address or a field in the request--either a GET or POST
        variable.
        
        .. image:: https://travis-ci.org/jsocol/django-ratelimit.png?branch=master
           :target: https://travis-ci.org/jsocol/django-ratelimit
        
        :Code:          https://github.com/jsocol/django-ratelimit
        :License:       BSD; see LICENSE file
        :Issues:        https://github.com/jsocol/django-ratelimit/issues
        :Documentation: http://django-ratelimit.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Web Environment :: Mozilla
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules