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 backend to support load data from .py files #138

Open ssato opened 2 years ago

ssato commented 2 years ago

Is your feature request related to a problem? Please describe. It may be useful if anyconfig supports load data from .py (python) files.

Describe the solution you'd like Add backend parser to load from .py files, and optionally dump data to .py files.

Describe alternatives you've considered Don't add such feature.

Additional context

Prototype implementations to load data from .py files exist in https://github.com/ssato/python-anyconfig/blob/next/tests/base/utils.py#L32.