Skip to content

josejg/SigmaConf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published