Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 758 Bytes

File metadata and controls

31 lines (20 loc) · 758 Bytes

recursive-yaml Build Status codecov PyPI version

Load YAML Recursively.

Installation

Need Python 3.6+.

pip install recursive-yaml

Usage

Python:

import recursive_yaml

recursive_yaml.load(config_path='/path/to/yaml')

CLI:

# output directly
recursive-yaml tests/master.yaml

# or pretty print with yq
recursive-yaml tests/master.yaml | yq r -