josejg / SigmaConf

A simple configuration library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SigmaConf - A Simple Configuration Library for Science

The goal of this library is to provide config dict-like objects with the following features:

  • Easy nested access, e.g. cfg['a.b.c'] instead of cfg['a']['b']['c']
  • Immutability. Implemented as functional datastructures, which prevents unwanted side effects
  • Composability - Configs can be easily combined, smartly merging nested structures

About

A simple configuration library

License:Apache License 2.0


Languages

Language:Python 99.6%Language:Shell 0.4%