This file is indexed.

/usr/lib/python2.7/dist-packages/recaptcha_client-1.0.6.egg-info/PKG-INFO is in python-recaptcha 1.0.6-1build1.

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: recaptcha-client
Version: 1.0.6
Summary: A plugin for reCAPTCHA and reCAPTCHA Mailhide
Home-page: http://recaptcha.net
Author: Ben Maurer
Author-email: support@recaptcha.net
License: MIT/X11
Description: Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require
        any imaging libraries because the CAPTCHA is served directly from reCAPTCHA.
        Also allows you to securely obfuscate emails with Mailhide. This functionality
        requires pycrypto. This library requires two types of API keys. If you'd like
        to use the CAPTCHA, you'll need a key from https://www.google.com/recaptcha/admin/create.
        For Mailhide, you'll need a key from http://www.google.com/recaptcha/mailhide/apikey.
        
        The trunk can be checked out from
        http://recaptcha.googlecode.com/svn/trunk/recaptcha-plugins/python,
        and the associated Google Code project lives at
        http://code.google.com/p/recaptcha. Note that this is a shared
        project/repository for reCAPTCHA clients for several languages/environments.
        
        There is also a Google Group at http://groups.google.com/group/recaptcha/.
        Please use the associated mailing list for any questions or comments:
        recaptcha@googlegroups.com. Like the Google Code project, the Google Group
        mailing list is also shared among the several reCAPTCHA client implementations.
        
        reCAPTCHA is written by Ben Maurer and maintained by Josh Bronson. It is
        licensed under an MIT/X11 license.
        
Platform: UNKNOWN
Classifier: Topic :: Security
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment