ssato / python-anyconfig

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

anyconfig.load/dump should process config files regardless of the files are compressed or not #24

Closed ssato closed 9 years ago

ssato commented 9 years ago

Now anyconfig.{load,dump} accept a file object as input/output in the next branch, and gzip.open-ed file object can be passed to them. Perhaps, it might be a kind of over engineering work to implement this function inside anyconfig.

ssato commented 9 years ago

The commit 7936c9d should help this. And I'm not goin' to implement in anyconfig itself as it may be over engineering for a while.

Close this now tentatively.