python-bunch

Dot-accessible Python dictionary (a la JavaScript objects)

Description

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'

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

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


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-bunch