Skip to content

Releases: TrackyRaul/Python-configurator

Added usage example in main

21 Jan 09:28

Choose a tag to compare

An example has been added to allow for the user to better understand how the configurator works.

Default profile disabled when loading configuration

16 Jan 10:40

Choose a tag to compare

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

28 Dec 18:20

Choose a tag to compare

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.