This file is indexed.

/usr/share/pyshared/django_openid_auth-0.2.egg-info is in python-django-openid-auth 0.2-0ubuntu1.

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: django-openid-auth
Version: 0.2
Summary: OpenID integration for django.contrib.auth
Home-page: https://launchpad.net/django-openid-auth
Author: Canonical Ltd
Author-email: UNKNOWN
License: BSD
Download-URL: http://launchpad.net/django-openid-auth/trunk/0.2/+download/django-openid-auth-0.2.tar.gz
Description: A library that can be used to add OpenID support to Django applications.
        The library integrates with Django's built in authentication system, so
        most applications require minimal changes to support OpenID llogin. The
        library also includes the following features:
          * Basic user details are transferred from the OpenID server via the
            simple Registration extension.
          * can be configured to use a fixed OpenID server URL, for use in SSO.
          * supports the launchpad.net teams extension to get team membership
            info.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: django (>=1.0)
Requires: openid (>=2.2.0)
Provides: django_openid_auth