SimplyKnownAsG / yamlize

Python YAML serializing library
Apache License 2.0
11 stars 5 forks source link

How do we access metadata? #17

Closed john-science closed 1 year ago

john-science commented 1 year ago

Okay, this might be a stupid question, but in our repo we have a metadata tag with one or two super important settings (versions of the software in use).

But I can't figure out how to READ that metadata tag:

metadata:
  version: uncontrolled

Is this hard to do in yamlize? Or is this a deficiency of how my project uses yamlize?

If this is my repo and not yours, sorry to bother!

john-science commented 1 year ago

Nevermind, this was just an issue in my repo's use of yamlize. Not your problem.