For example, python from farmware_tools import set_config_value set_config_value('Farmware Name', 'config_name', 'value')
creates or updates a Farmware environment variable named `farmware_name_config_name` with the value `"value"`.
3.3.0
* add FarmBot OS v8 beta support
3.2.2
* improve command error log handling
3.2.0
* Fix Farmware name conversion bug. * Attempt to return Web App API response when JSON is not returned (1). * Add an option in `farmware_tools.app` request calls to `return_dict` with keys `json` and `status_code`.
3.1.3
* Improved Farmware name conversion for namespaced configs to match the format expected by the Web App. * Improved error handling when running a Farmware locally on a computer.