A community led collection of recipes, build infrastructure and distributions for the conda package manager.
A community led collection of recipes, build infrastructure and distributions for the conda package manager.
python-box
v7.4.1
Python dictionaries with recursive dot notation access
Python dictionaries with recursive dot notation access
Description
Box is designed to be an easy drop in transparently replacements for dictionaries,
thanks to Python’s duck typing capabilities, which adds dot notation access. Any sub
dictionaries or ones set after initiation will be automatically converted to a Box
object. You can always run .to_dict() on it to return the object and all sub objects
back into a regular dictionary.
Install package
If this channel isn't in your workspace yet, add it first: