/usr/share/pyshared/repoze.what-1.0.9.egg-info/PKG-INFO is in python-repoze.what 1.0.9-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 | Metadata-Version: 1.1
Name: repoze.what
Version: 1.0.9
Summary: Authorization framework for WSGI applications
Home-page: http://static.repoze.org/whatdocs/
Author: Gustavo Narea
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: **************************************************
repoze.what -- Authorization for WSGI applications
**************************************************
:mod:`repoze.what` is an `authorization framework` for WSGI applications,
based on :mod:`repoze.who` (which deals with `authentication` and
`identification`).
On the one hand, it enables an authorization system based on the groups to
which the `authenticated or anonymous` user belongs and the permissions
granted to such groups by loading these groups and permissions into the
request on the way in to the downstream WSGI application.
And on the other hand, it enables you to manage your groups and permissions
from the application itself or another program, under a backend-independent
API. For example, it would be easy for you to switch from one back-end to
another, and even use this framework to migrate the data.
This is just the authorization pattern it supports out-of-the-box, but you
can may it support other authorization patterns with your own
predicates. It's highly extensible, so it's very unlikely that it will get
in your way -- Among other things, you can extend it to check for many
conditions (such as checking that the user comes from a given country, based
on her IP address, for example).
Keywords: authorization web application server wsgi repoze
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|