# fiddle **Repository Path**: mirrors_google/fiddle ## Basic Information - **Project Name**: fiddle - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fiddle Fiddle is a Python-first configuration library particularly well suited to ML applications. Fiddle enables deep configurability of parameters in a program, while allowing configuration to be expressed in readable and maintainable Python code. Additional details can be found in the [documentation]. [documentation]: https://fiddle.readthedocs.io ### Setup Install Fiddle with pip: ```shell pip install fiddle ``` Install Fiddle from source: ```shell git clone https://github.com/google/fiddle cd fiddle python -m setup install ``` Import Fiddle: ```python import fiddle as fdl ```