Add-on:Iso8601: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Addonbot (talk | contribs)
m Addon-Bot repo category update
Addonbot (talk | contribs)
m Addon-Bot Update
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=iso8601
|Name=iso8601
|provider-name=
|provider-name=Michael Twomey
|ID=script.module.iso8601
|ID=script.module.iso8601
|latest-version=0.1.11
|latest-version=0.1.12
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=Simple module to parse ISO 8601 dates
|Summary=Simple module to parse ISO 8601 dates
|Description=
|Description=This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.
|Platform=all
|Platform=
|Language=
|Language=
|License=The MIT License (MIT)
|License=MIT
|Forum=
|Forum=
|Website=https://pypi.python.org/pypi/iso8601
|Website=https://pypi.org/project/iso8601/
|Source=https://bitbucket.org/micktwomey/pyiso8601
|Source=https://bitbucket.org/micktwomey/pyiso8601
|Email=
|Email=

Revision as of 01:00, 15 September 2019

iso8601
icon.png

See this add-on on the kodi.tv showcase

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

License: MIT
Source: Source code
Summary: Simple module to parse ISO 8601 dates
  ▶ Add-ons ▶ iso8601

This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.