< Home - < Back

python-repoze-what


Information about the package, python-repoze-what, which is shipped with common Linux distributions. The python-repoze-what package is designed for, Authorization for WSGI applications.


Package Name:

python-repoze-what

Summary:

Authorization for WSGI applications

Description:

`repoze.what` is an `authorization framework` for WSGI applications, based on `repoze.who` (which deals with `authentication`). 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. 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 other conditions (such as checking that the user comes from a given country, based on her IP address, for example).

Architecture:

noarch

Version:

1.0.8

Release:

6.el6

Size:

33 k

Repository:

base

From Repository:

Licence:

BSD



Handy Yum Commands for python-repoze-what


Control the python-repoze-what package with the following handy commands outlined below.


Command

Description of Command

yum install python-repoze-what

This command will install python-repoze-what on the server.

yum remove python-repoze-what

This command will un-install python-repoze-what on the server. When you run this command, you will be asked if you are sure that you want to remove python-repoze-what, so you have to manually confirm that you want to do this.

yum -y remove python-repoze-what

This command will un-install python-repoze-what on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-repoze-what when using the -y flag.

yum update python-repoze-what

This command will update python-repoze-what to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-repoze-what, so you have to manually confirm that you want to do this.

yum -y update python-repoze-what

This command will update python-repoze-what to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-repoze-what when using the -y flag.

yum info python-repoze-what

This command will show you core information about the python-repoze-what package.

yum deplist python-repoze-what

This command will show you the dependencies for python-repoze-what. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-repoze-what

This command will check if there is an update waiting on python-repoze-what. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.