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
That seems very reasonable to me. It's on the official QEF repo (big win), it's reasonably actively maintained, it's pip installable, and it's trivial to add as an optional dependency to quacc. I have no concerns.
What new feature would you like to see?
This would be a very simple xml reader that does nothing except parse the xml. This is nice because:
One problem: This needs "import xml.etree.ElementTree" which is known for vulnerabilities: https://docs.python.org/3/library/xml.html#xml-vulnerabilities
This should not be very problematic since we are not reading arbitrary xml files, but I would rather have your opinion before starting to work on it.
The text was updated successfully, but these errors were encountered: