python-box
Python dictionaries with recursive dot notation access
Python dictionaries with recursive dot notation access
To install this package, run one of the following:
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.
Summary
Python dictionaries with recursive dot notation access
Information Last Updated
Oct 5, 2025 at 07:52
License
MIT
Total Downloads
1.0M
Platforms
GitHub Repository
https://github.com/cdgriffith/BoxDocumentation
https://github.com/cdgriffith/Box