ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
278 stars 31 forks source link

support to load namedtuple objects #36

Closed ssato closed 8 years ago

ssato commented 8 years ago

Add support to convert loaded config object (nested dicts) to namedtuples recursively. If it's happen, it'll be possible to seal configurations loaded because namedtuple objects may be immutable.

ssato commented 8 years ago

Done in m9dicts.