Skip to content

FebruaryBreeze/recursive-yaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -

About

Load YAML Recursively

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages