Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python-bunch
Dot-accessible Python dictionary (a la JavaScript objects)
https://github.com/dsc/bunch/
0
no reviews
Install
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'