Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add method to convert xml manifest to a dict #5

Open
JayjeetAtGithub opened this issue Jun 10, 2020 · 0 comments
Open

add method to convert xml manifest to a dict #5

JayjeetAtGithub opened this issue Jun 10, 2020 · 0 comments

Comments

@JayjeetAtGithub
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant