Project: addict

Addict is a dictionary whose items can be set using both attribute and item syntax.

Project Details

Latest version
2.4.0
Home Page
https://github.com/mewwts/addict
PyPI Page
https://pypi.org/project/addict/

Project Popularity

PageRank
0.002776727652751201
Number of downloads
2620730

Addict is a module that exposes a dictionary subclass that allows items to be set like attributes. Values are gettable and settable using both attribute and item syntax. For more info check out the README at 'github.com/mewwts/addict'.