< Home - < Back

python-myghty


Information about the package, python-myghty, which is shipped with common Linux distributions. The python-myghty package is designed for, Python-based templating system derived from HTML::Mason.


Package Name:

python-myghty

Summary:

Python-based templating system derived from HTML::Mason

Description:

Myghty is a Python based web and templating framework originally based on HTML::Mason, the enterprise-level framework used by Amazon.com, del.icio.us and Salon.com, among many others. Myghty fully implements Mason's templating language, component-based architecture, and caching system, and goes beyond, adding new paradigms such the Module Components controller paradigm, full Python whitespace syntax, threading support, WSGI support, session support, and much more.

Architecture:

noarch

Version:

1.1

Release:

11.el6

Size:

519 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for python-myghty


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


Command

Description of Command

yum install python-myghty

This command will install python-myghty on the server.

yum remove python-myghty

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

yum -y remove python-myghty

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

yum update python-myghty

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

yum -y update python-myghty

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

yum info python-myghty

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

yum deplist python-myghty

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

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