About Anaconda Help Download Anaconda

modsim / packages / tunable 0.0.1.dev8

A little Python library to set/manage tunable (configuration) values

Installers

  • noarch v0.0.1.dev8

conda install

To install this package run one of the following:
conda install modsim::tunable

Description

A tiny library to support tunable parameters (think: configuration values) as they often occur in scientific analyses. A main aspect differing from many other config approaches is, that the tunables are defined as classes where needed throughout the source, with default value, type, optional documentation etc., which makes later access fast, IDE-supported (code completion) and prevents running it with "missing defaults" or misspelled keys leading to runtime errors.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy