relaxml

Software Screenshot:
relaxml
Software Details:
Version: 0.1.3
Upload Date: 20 Feb 15
Developer: Zach Williams
Distribution Type: Freeware
Downloads: 69

Rating: 4.0/5 (Total Votes: 1)

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.

Installation

You can either clone this repo or use pip.

pip install relaxml

Usage

>>> 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'}}

Requirements:

  • Python

Similar Software

YaHP Converter
YaHP Converter

15 Apr 15

kramdown
kramdown

20 Feb 15

mdxflavours
mdxflavours

14 Apr 15

Markdoc
Markdoc

11 May 15

Other Software of Developer Zach Williams

relaxml
relaxml

5 Jun 15

rottentomatoes
rottentomatoes

1 Mar 15

longcat
longcat

14 Apr 15

dribbble (Python)
dribbble (Python)

13 May 15

Comments to relaxml

Comments not found
Add Comment
Turn on images!