pyExtendedConfigParser

This is an extension and improvement for Pythons ConfigParser.

OTHER License

Downloads
95
Stars
1
Committers
1

pyExtendedConfigParser

This is an extension and improvement for Pythons ConfigParser.

1 Overview

Improvements

  • Faster interpolation
  • Interpolation cache
  • Section name interpolation
  • Multiple DEFAULT sections
  • Nested interpolation

2 Interpolations

2.1 Option interpolation

2.2 Section:Option interpolation

2.3 Section interpolation

3 Short Example

[section1]
option11 = value11
option12 = value12
option13 = value13

[section2]
option21 = value21
option22 = value22

Contributors

License

This library is licensed under Apache License 2.0


SPDX-License-Identifier: Apache-2.0