Releases: TrackyRaul/Python-configurator
Releases · TrackyRaul/Python-configurator
Added usage example in main
An example has been added to allow for the user to better understand how the configurator works.
Default profile disabled when loading configuration
When using this script, the default profile must exist in the config file. If the selected profile is the default one, the program throws an exception, so that the configuration does not get loaded.
Basic configuration functionality implemented
Introduced the main configuration file interpretation mechanism. You can only work with json files and the result configuration can be used as a nested object.