This file is indexed.

/usr/lib/python2.7/dist-packages/python_memcached-1.53.egg-info/PKG-INFO is in python-memcache 1.57-2.

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
Metadata-Version: 1.1
Name: python-memcached
Version: 1.53
Summary: Pure python memcached client
Home-page: http://www.tummy.com/Community/software/python-memcached/
Author: Sean Reifschneider
Author-email: jafo@tummy.com
License: UNKNOWN
Download-URL: ftp://ftp.tummy.com/pub/python-memcached/
Description: [![Build
        Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached)
        
        ## Overview
        
        This software is a 100% Python interface to the memcached memory cache
        daemon.  It is the client side software which allows storing values
        in one or more, possibly remote, memcached servers.  Search google for
        memcached for more information.
        
        This package was originally written by Evan Martin of Danga.  Please do
        not contact Evan about maintenance.  Sean Reifschneider of tummy.com,
        ltd. has taken over maintenance of it.
        
        Please report issues and submit code changes to the github repository at:
        
           https://github.com/linsomniac/python-memcached
        
        For changes prior to 2013-03-26, see the old Launchpad repository at:
        
           Historic issues: https://launchpad.net/python-memcached
        
        ## Testing
        
        Test patches locally and easily by running tox:
        
            pip install tox
            tox -e py27
        
        Test for style by running tox:
        
            tox -e pep8
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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