This is the Linux app named CommandlineConfig whose latest release can be downloaded as v2.2.3sourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named CommandlineConfig with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
CommandlineConfig
DESCRIPTION
CommandlineConfig is a lightweight Python library designed to simplify managing configuration parameters for experiments and applications, especially in research workflows that require frequent tweaking of hyperparameters. It lets you define configuration in familiar Python dictionaries or JSON files and then access nested parameters via dot notation in code, improving readability and reducing boilerplate. One of its core strengths is the ability to override configuration values directly from the command line, making it convenient to run many experimental variants without editing files repeatedly. The library supports arbitrarily deep nested structures, type handling, enumerated value constraints, and even tuple types, which are common in ML experiment setups. It also includes features for automatic version checking and convenient help output, so users can quickly see available parameters and their descriptions via a -h flag.
Features
- Configuration defined in Python dicts or JSON with dot-notation access in code
- Command-line overrides to modify any parameter without editing files
- Support for infinitely nested configuration structures
- Built-in constraints such as enumerated allowed values and tuple support
- Ability to load configs from local JSON files and print parameter help with -h
- Automatic version checking to keep configs in sync with code
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/commandlineconfig.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.
