piera icon indicating copy to clipboard operation
piera copied to clipboard

A Python Hiera parser

Results 3 piera issues
Sort by recently updated
recently updated
newest added

Adding a license would be helpful! Great library btw

Arrays will be overridden completely, not just partially.

>>> import piera >>> h = piera.Hiera("DevTro/modules_tro-ipf/hiera/common/dpfprofiles.yaml") Traceback (most recent call last): File "", line 1, in File "/home/jorm/.local/lib/python2.7/site-packages/piera/piera.py", line 80, in __init__ self.load(backends or [YAMLBackend, JSONBackend]) File "/home/jorm/.local/lib/python2.7/site-packages/piera/piera.py", line...