dsc / bunch

A Bunch is a Python dictionary that provides attribute-style access (a la JavaScript objects).
http://github.com/dsc/bunch
MIT License
482 stars 177 forks source link

`BunchBunch`, `OrderedBunch`, `DefaultBunch`, `ProxyBunch` #61

Open dsc opened 2 weeks ago

dsc commented 2 weeks ago

I've been a bad maintainer, bc I have code for...

In addition, each supports multiple inheritance when reasonable.