How to Install python-munch in Ubuntu 18.04



Install python-munch by entering the following commands in the terminal:

sudo apt update
sudo apt install python-munch

Description:

dot-accessible dictionary similar to JavaScript objects - Python 2.7

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. . This package contains the library prepared for Python 2.7.

Homepage: https://github.com/infinidat/munch

Version: 2.2.0-1ubuntu2

Section: python