How to Install python-bunch in Ubuntu 18.04



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

sudo apt update
sudo apt install python-bunch

Description:

Dot-accessible Python dictionary (a la JavaScript objects)

Bunch is a subclass of Python's dict that supports attribute-style access, a la JavaScript. . For instance, you can have the following: >>> b = bunch.bunchify({"foo":"bar"} >>> b.foo 'bar'

Homepage: https://github.com/dsc/bunch/

Version: 1.0.1-1

Section: universe/python