You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XML manifest string that the util.createSliver method generates often needs to be converted to a python dict, so that it can be processed in custom ways users want. Maybe we can add a function like convertXMLManifestToDict() or something like that. The xmltodict library can be used. Additionally, we can add the PyYAML library to the geni image to make it available to users since generating yml files is often required during runtime.
The text was updated successfully, but these errors were encountered:
The XML manifest string that the
util.createSliver
method generates often needs to be converted to a pythondict
, so that it can be processed in custom ways users want. Maybe we can add a function likeconvertXMLManifestToDict()
or something like that. Thexmltodict
library can be used. Additionally, we can add thePyYAML
library to thegeni
image to make it available to users since generating yml files is often required during runtime.The text was updated successfully, but these errors were encountered: