Dictionary wrapper for quick access to deeply nested keys
Dotty Dict is a wrapper around builtin dictionary. Provides quick access to deeply nested keys and values with dot notation. Dotty Dict expose dictionary public API as proxy to dict implemented underneath and should work with all dict-like objects which are instances of Mapping.
Dotty Dict is a wrapper around builtin dictionary. Provides quick access to deeply nested keys and values with dot notation. Dotty Dict expose dictionary public API as proxy to dict implemented underneath and should work with all dict-like objects which are instances of Mapping.
To install py311-dotty-dict, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-dotty-dict
To see what files were installed by py311-dotty-dict, run:
port contents py311-dotty-dict
To later upgrade py311-dotty-dict, run:
sudo port selfupdate && sudo port upgrade py311-dotty-dict
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.