Skip to content
/ n0struct Public

list/dict extensions allow to load/save xml/json files into python structures, compare them and work with them using xpath approach

License

Notifications You must be signed in to change notification settings

py552/n0struct

Repository files navigation

n0struct

list/dict extensions allow to

  • work (find/get/set/update) with tree-like structures, generated for example by json.loads(..), using xpath approach
  • direct/wise compare lists/dictionaries/tree-like structures + exclude sub-nodes from comparison
  • transform on the fly values in attributes during comparing
  • .to_json(): convert tree-like structures into string buffer for saving into JSON file
  • .to_xml(): convert tree-like structures into string buffer for saving into XML file
  • .to_xpath: convert tree-like structures into string buffer for saving into XPATH file

About

list/dict extensions allow to load/save xml/json files into python structures, compare them and work with them using xpath approach

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published