Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@pcisar pcisar released this 03 May 15:02
· 5 commits to master since this release

Added

  • New EnvExtendedInterpolation class in config module that extends configparser.ExtendedInterpolation
    with special handling for "env" section that returns value of specified environment
    variable, or empty string if such variable is not defined.