tanbro / pyyaml-include

yaml include other yaml
https://pypi.org/project/pyyaml-include/
GNU General Public License v3.0
78 stars 20 forks source link

Ability for default value #28

Closed jose-pr closed 1 year ago

jose-pr commented 1 year ago

Ability to use default value if file doesn't exist.

Example:

Somelist: !include { pathname: path.yaml, default: [] }

tanbro commented 1 year ago

Well, but PyYAML parses constructor's all arguments to string