2 Repositories
Latest Python Libraries
Python dictionaries with advanced dot notation access
from box import Box movie_box = Box({ "Robin Hood: Men in Tights": { "imdb stars": 6.7, "length": 104 } }) movie_box.Robin_Hood_Men_in_Tights.imdb_s
The Python Dict that's better than heroin.
addict addict is a Python module that gives you dictionaries whose values are both gettable and settable using attributes, in addition to standard ite