About Anaconda Help Download Anaconda

Python dictionaries with recursive dot notation access

copied from cf-staging / python-box

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v7.2.0
  • osx-64 v7.2.0
  • osx-arm64 v7.2.0
  • linux-aarch64 v7.2.0
  • linux-ppc64le v7.2.0
  • win-64 v7.2.0
  • noarch v6.0.2

conda install

To install this package run one of the following:
conda install conda-forge::python-box
conda install conda-forge/label/cf201901::python-box
conda install conda-forge/label/cf202003::python-box
conda install conda-forge/label/gcc7::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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy