Add-on:Xmltodict: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Ned Scott (talk | contribs)
No edit summary
Kibje (talk | contribs)
No edit summary
Line 9: Line 9:
|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
Original: https://github.com/martinblech/xmltodict
|Platform=all
|Platform=all
|Language=
|Language=

Revision as of 22:09, 20 May 2014

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

License: MIT
Source: Source code
Summary: Python helper module
  ▶ 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