Add-on:Xmltodict: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Reverted edits by NedBot (talk) to last revision by Kibje)
Line 1: Line 1:
{{Add-on
{{Addon
|Name=xmltodict
|Name=xmltodict
|provider-name=martinblech
|provider-name=martinblech
|ID=script.module.xmltodict
|ID=script.module.xmltodict
|latest-version=0.9.0
|latest-version=0.8.6
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Python helper module
|Summary=Python helper module
|Description=xmltodict is a Python module that makes working with XML feel like you are working with JSON, as in this "spec".
|Description=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
|Platform=all
|Language=
|License=MIT
|Forum=
|Website=https://github.com/martinblech/xmltodict
|Source=https://github.com/martinblech/xmltodict
|Email=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.module.xmltodict/icon.png}}
{{Add-on
|Name=xmltodict
|provider-name=martinblech
|ID=script.module.xmltodict
|latest-version=0.9.0
|extension point=xbmc.python.module
|provides=
|Summary=Python helper module
|Description=xmltodict is a Python module that makes working with XML feel like you are working with JSON, as in this "spec".
 
|Platform=all
|Platform=all
|Language=
|Language=
Line 36: Line 17:
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/gotham/script.module.xmltodict/icon.png}}
|icon url=}}


[[Category:Frodo add-on repository]]
[[Category:Frodo add-on repository]]
[[Category:Gotham add-on repository]]

Revision as of 07:17, 16 April 2015

xmltodict

See this add-on on the kodi.tv showcase

Author: martinblech
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v21
Kodi.tv repo v20
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Python helper module
Home icon grey.png   ▶ Add-ons ▶ 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