Flexible Python configuration system. The last one you will ever need.
OmegaConf is a hierarchical configuration system, with support for merging configurations from multiple sources (YAML config files, dataclasses/objects and CLI arguments) providing a consistent API regardless of how the configuration was created.
OmegaConf is a hierarchical configuration system, with support for merging configurations from multiple sources (YAML config files, dataclasses/objects and CLI arguments) providing a consistent API regardless of how the configuration was created.
To install py310-omegaconf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-omegaconf
To see what files were installed by py310-omegaconf, run:
port contents py310-omegaconf
To later upgrade py310-omegaconf, run:
sudo port selfupdate && sudo port upgrade py310-omegaconf
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.