Add-on:Urllib3: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot repo category update)
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Addon  
{{Addon  
|Name=urllib3
|Name=urllib3
|provider-name=Andrey Petrov
|provider-name=urllib3
|ID=script.module.urllib3
|ID=script.module.urllib3
|latest-version=1.25.6
|latest-version=2.1.0
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
|Summary=HTTP library with thread-safe connection pooling, file post, and more.
|Summary=urllib3 is a powerful, user-friendly HTTP client for Python
|Description=Packed for KODI from https://pypi.org/project/urllib3/
|Description=urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries
|Platform=
|Platform=all
|Language=
|Language=
|License=MIT
|License=MIT
|Forum=
|Forum=
|Website=https://urllib3.readthedocs.io/en/latest/
|Website=https://urllib3.readthedocs.io/
|Source=https://github.com/urllib3/urllib3
|Source=https://github.com/urllib3/urllib3
|Email=freso.dk AT gmail.com
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/leia/script.module.urllib3/resources/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/omega/script.module.urllib3/resources/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]
Line 24: Line 24:
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Omega add-on repository]]

Latest revision as of 20:10, 11 April 2024

urllib3
icon.png

See this add-on on the kodi.tv showcase

Author: urllib3
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: urllib3 is a powerful, user-friendly HTTP client for Python
Home icon grey.png   ▶ Add-ons ▶ urllib3

urllib3 is a powerful, user-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries