jonathanhaigh / multiconfparse

Python 3 library for obtaining configuration from multiple sources
MIT License
1 stars 1 forks source link

Add an option to convert all values to `str` before type coersion. #77

Open jonathanhaigh opened 4 years ago

jonathanhaigh commented 4 years ago

So that the user doesn't have to worry about the callable passed as a config item's type argument being able to deal with types other than str.