DiffSK / configobj

Python 3+ compatible port of the configobj library
https://configobj.readthedocs.org
Other
321 stars 76 forks source link

Add optional sections #199

Open mikitsu opened 4 years ago

mikitsu commented 4 years ago

Add the possibility to mark sections as optional in the configspec by prepending them with __optional__ (as in [__optional__normal section name]). This should close #131.