Add-on:Xmltodict: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot Update)
Line 3: Line 3:
|provider-name=martinblech
|provider-name=martinblech
|ID=script.module.xmltodict
|ID=script.module.xmltodict
|latest-version=0.9.0
|latest-version=0.11.0
|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".
|Platform=all
|Platform=all
|Language=
|Language=

Revision as of 01:00, 29 July 2018

xmltodict
icon.png

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".