< Home - < Back

python-munch


Information about the package, python-munch, which is shipped with common Linux distributions. The python-munch package is designed for, A dot-accessible dictionary (a la JavaScript objects).


Package Name:

python-munch

Summary:

A dot-accessible dictionary (a la JavaScript objects)

Description:

munch is a fork of David Schoonover's **Bunch** package, providing similar functionality. 99% of the work was done by him, and the fork was made mainly for lack of responsiveness for fixes and maintenance on the original code. Munch is a dictionary that supports attribute-style access, a la JavaScript.

Architecture:

noarch

Version:

2.0.2

Release:

4.el6

Size:

14 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-munch


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


Command

Description of Command

yum install python-munch

This command will install python-munch on the server.

yum remove python-munch

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

yum -y remove python-munch

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

yum update python-munch

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

yum -y update python-munch

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

yum info python-munch

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

yum deplist python-munch

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

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