Add-on:Urllib3: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot Update)
m (Addon-Bot Update)
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.8+matrix.1
|latest-version=1.26.4+matrix.1
|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
Line 14: Line 14:
|Website=https://urllib3.readthedocs.io/en/latest/
|Website=https://urllib3.readthedocs.io/en/latest/
|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/matrix/script.module.urllib3/resources/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/matrix/script.module.urllib3/resources/icon.png}}

Revision as of 02:00, 2 May 2021

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