This file is indexed.

/usr/share/pyshared/mandrill-1.0.51.egg-info/PKG-INFO is in python-mandrill 1.0.51-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
Metadata-Version: 1.1
Name: mandrill
Version: 1.0.51
Summary: A CLI client and Python API library for the Mandrill email as a service platform.
Home-page: https://bitbucket.org/mailchimp/mandrill-api-python/
Author: Mandrill Devs
Author-email: community@mandrill.com
License: Apache-2.0
Description: Mandrill is a Python API client and suite of CLI-based tools for the Mandrill email as a platform service.
        
        The API client is comprehensive, but the CLI functionality is minimal at this time.
        
        Examples:
        import mandrill
        m = mandrill.Mandrill('YOUR_API_KEY')
        print m.users.ping()
        --> "PONG!"
        
        CLI Examples:
        mandrill setup
        mandrill ping -c10
        mandrill send -f from@example.com -t to@example.com -s "My Subject Line" < content.html
        
Keywords: mandrill email api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Communications :: Email