Project
fat_config
This library provides a reader for configuration files, looking for them in places
designated by (1) a user-set environment variable, (2) in the standard XDG
locations (e.g., /etc/xdg/app.yml), or (3) in the classical UNIX locations
(e.g. /etc/app/config.yml or ~/.apprc). Config files can be written in one of
YAML, TOML, INI-style, or JSON. It enforces precedence of user-configs over
system-level configs, and enviroment or command-line configs over the file-based
configs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Development
Licenses
MIT
Dependencies