About Anaconda Help Download Anaconda

Python dictionaries with recursive dot notation access

Installers

  • noarch v5.4.1

conda install

To install this package run one of the following:
conda install distro-tooling::python-box

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.1.0) Legal | Privacy Policy