relaxml

Converting XML should be easy -- and fast
Download

relaxml Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Zach Williams
  • Publisher web site:
  • http://zachwill.com

relaxml Tags


relaxml Description

relaxml is a Python tool for converting XML to a dictionary should be easy -- and fast.Most of the current XML to dict projects are either unmaintained, slow, or not well-tested. This shouldn't be the case.InstallationYou can either clone this repo or use pip.pip install relaxmlUsage>>> from relaxml import xml>>> some_xml = open('file.xml')>>> xml(some_xml){'ohai': {'xml': 'data'}}>>> import requests as req>>> content = req.get('http://lots.ofxml.org').text>>> xml(content){'ohai': {'xml': 'data'}}Product's homepage


relaxml Related Software