Parsing nomad job file in python

Is there a way to parse the Nomad job file in python? Similar to how one would read a .json or .yaml file?

Nomad uses HCL, so perhaps PyHCL would do the trick for you?

2 Likes