Add-on:Xmltodict: Difference between revisions
Jump to navigation
Jump to search
>NedBot m Addon-Bot Update |
m Addon-Bot Update |
||
| Line 3: | Line 3: | ||
|provider-name=Tristan Fischer ([email protected]) | |provider-name=Tristan Fischer ([email protected]) | ||
|ID=script.module.xmltodict | |ID=script.module.xmltodict | ||
|latest-version=0. | |latest-version=0.7.0 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
| Line 14: | Line 14: | ||
|License=MIT | |License=MIT | ||
|Forum= | |Forum= | ||
|Website= | |Website=https://github.com/martinblech/xmltodict | ||
|Source= | |Source=https://github.com/martinblech/xmltodict | ||
|Email= | |Email= | ||
|broken= | |broken= | ||
Revision as of 04:04, 25 September 2013
| xmltodict | ||||||||||||||||
| ||||||||||||||||
xmltodict is a Python module that makes working with XML feel like you are working with JSON, as in this "spec".
Original: https://github.com/martinblech/xmltodict
Author: [email protected]