ssato / python-anyconfig

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

enhancement: add support of multiple toml load and dump libraries #157

Closed ssato closed 10 months ago

ssato commented 10 months ago

Add support of libraries to load and dump TOML files as follows.

The correspondig test code were added at the same time.

It may close #153

flying-sheep commented 10 months ago

amazing, thank you!