< Home - < Back

python-webflash


Information about the package, python-webflash, which is shipped with common Linux distributions. The python-webflash package is designed for, Portable flash messages for WSGI apps.


Package Name:

python-webflash

Summary:

Portable flash messages for WSGI apps

Description:

WebFlash is a library to display "flash" messages in python web applications. These messages are usually used to provide feedback to the user (eg: you changes have been saved, your credit card number has been stolen, ...). One important characteristic they must provide is the ability to survive a redirect (ie: display the message in a page after being redirected from a form submission).

Architecture:

noarch

Version:

0.1

Release:

0.2.a9.el6

Size:

14 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for python-webflash


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


Command

Description of Command

yum install python-webflash

This command will install python-webflash on the server.

yum remove python-webflash

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

yum -y remove python-webflash

This command will un-install python-webflash 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-webflash when using the -y flag.

yum update python-webflash

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

yum -y update python-webflash

This command will update python-webflash 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-webflash when using the -y flag.

yum info python-webflash

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

yum deplist python-webflash

This command will show you the dependencies for python-webflash. 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-webflash

This command will check if there is an update waiting on python-webflash. 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.