CMD + K

tunable

Community

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

Installation

To install this package, run one of the following:

Conda
$conda install modsim::tunable

Usage Tracking

0.0.1.dev8
0.0.1.dev7
0.0.1.dev6
3 / 8 versions selected
Downloads (Last 6 months): 0

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.

About

Summary

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

Last Updated

Jan 12, 2021 at 12:39

License

MIT

Supported Platforms

noarch