confloader

Python module for loading .ini configuration files with extra bells and whistles.


Keywords
configuration, ini, confloader
License
BSD-3-Clause
Install
pip install confloader==1.1

Documentation

Confloader

Python module for loading .ini configuration files with extra bells and whistles.

Confloader wraps the standard library classes and adds the following features:

  • automatic coercion of common types (int, boolean, lists)
  • mechanism for referencing other configuration files
  • dict-like interface

Documentation can be found on Read the Docs.