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'
Installed Size: 79.9 kB
Architectures: all