< Home - < Back

python-werkzeug


Information about the package, python-werkzeug, which is shipped with common Linux distributions. The python-werkzeug package is designed for, The Swiss Army knife of Python web development.


Package Name:

python-werkzeug

Summary:

The Swiss Army knife of Python web development

Description:

Werkzeug ======== Werkzeug started as simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility modules. It includes a powerful debugger, full featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling, file uploads, a powerful URL routing system and a bunch of community contributed addon modules. Werkzeug is unicode aware and doesn't enforce a specific template engine, database adapter or anything else. It doesn't even enforce a specific way of handling requests and leaves all that up to the developer. It's most useful for end user applications which should work on as many server environments as possible (such as blogs, wikis, bulletin boards, etc.).

Architecture:

noarch

Version:

0.8.3

Release:

3.el6

Size:

552 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-werkzeug


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


Command

Description of Command

yum install python-werkzeug

This command will install python-werkzeug on the server.

yum remove python-werkzeug

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

yum -y remove python-werkzeug

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

yum update python-werkzeug

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

yum -y update python-werkzeug

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

yum info python-werkzeug

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

yum deplist python-werkzeug

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

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