confini

Parse and merge multiple ini files in python3
git clone git://git.defalsify.org/python-confini.git
Log | Files | Refs | README | LICENSE

common.py (104B)


      1 def to_constant_name(directive, section):
      2     return '{}_{}'.format(section.upper(), directive.upper())