/usr/share/pyshared/repoze.what_quickstart-1.0.egg-info/PKG-INFO is in python-repoze.what-plugins 20090531-2ubuntu1.
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: repoze.what-quickstart
Version: 1.0
Summary: The repoze.what Quickstart plugin
Home-page: http://code.gustavonarea.net/repoze.what-quickstart/
Author: Gustavo Narea
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: *********************************
        The repoze.what Quickstart plugin
        *********************************
        
        This is an extras plugin for repoze.what.
        
        This plugin allows you to take advantage of a rather simple, and usual, 
        authentication and authorization setup, in which the users' data, the groups 
        and the permissions used in the application are all stored in a SQLAlchemy 
        or Elixir-managed database.
        
        Put simply, it configures repoze.who and repoze.what in one go so that you 
        can have an authentication and authorization system working quickly -- hence 
        the name.
        
Keywords: web application wsgi server sql sqlalchemy elixir authentication authorization repoze
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
 |