This file is indexed.

/usr/lib/python2.7/dist-packages/limits-1.2.1.egg-info/PKG-INFO is in python-limits 1.2.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
Metadata-Version: 1.1
Name: limits
Version: 1.2.1
Summary: Rate limiting utilities
Home-page: https://limits.readthedocs.org
Author: Ali-Akber Saifee
Author-email: ali@indydevs.org
License: MIT
Description: .. |travis-ci| image:: https://img.shields.io/travis/alisaifee/limits/master.svg?style=flat-square
            :target: https://travis-ci.org/#!/alisaifee/limits?branch=master
        .. |coveralls| image:: https://img.shields.io/coveralls/alisaifee/limits/master.svg?style=flat-square
            :target: https://coveralls.io/r/alisaifee/limits?branch=master
        .. |pypi| image:: https://img.shields.io/pypi/v/limits.svg?style=flat-square
            :target: https://pypi.python.org/pypi/limits
        .. |license| image:: https://img.shields.io/pypi/l/limits.svg?style=flat-square
            :target: https://pypi.python.org/pypi/limits
        .. |landscape| image:: https://landscape.io/github/alisaifee/limits/master/landscape.svg?style=flat-square
            :target: https://landscape.io/github/alisaifee/limits/master
        .. |gitter| image:: https://img.shields.io/badge/gitter-join%20chat-blue.svg?style=flat-square
           :alt: Join the chat at https://gitter.im/alisaifee/limits
           :target: https://gitter.im/alisaifee/limits?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content
        
        *************
        limits
        *************
        |travis-ci| |coveralls| |landscape| |pypi| |gitter| |license|
        
        *limits* provides utilities to implement rate limiting using
        various strategies and storage backends such as redis & memcached.
        
        *****
        Links
        *****
        
        * `Documentation <http://limits.readthedocs.org>`_
        * `Changelog <http://limits.readthedocs.org/en/stable/changelog.html>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy