valentingol/cliconfig
Merging yaml config and set parameters with CLI. Use config processing for more advanced manipulations.
Managing numerous settings across many runs of a project can be difficult and error-prone. This tool takes your base configuration files (like YAML) and combines them with parameters you specify directly when you launch your program. The output is a robust, combined configuration that drives your project. This is designed for researchers and engineers who frequently adjust many parameters across experiments, such as in machine learning.
No commits in the last 6 months. Available on PyPI.
Use this if you need a flexible and robust way to manage a large number of configuration parameters for experiments, especially when many need to be set from the command line.
Not ideal if your project has a very small, fixed number of parameters or if you prefer to manage all configurations directly within code.
Stars
10
Forks
—
Language
Python
License
MIT
Category
Last pushed
Jun 26, 2025
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/valentingol/cliconfig"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
finos/jupyterlab_templates
Support for jupyter notebook templates in jupyterlab
kyegomez/Python-Package-Template
A easy, reliable, fluid template for python packages complete with docs, testing suites,...
mit-ll-responsible-ai/hydra-zen
Create powerful Hydra applications without the yaml files and boilerplate code.
xtreamsrl/jupytemplate
Templates for jupyter notebooks
ZhiyuanChen/CHANfiG
Easier Configuration