-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.07 KB
/
Copy pathaddon.xml
File metadata and controls
22 lines (22 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.requests" name="requests" version="2.25.1" provider-name="Python Software Foundation">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.certifi" version="2020.12.05"/>
<import addon="script.module.chardet" version="4.0.0"/>
<import addon="script.module.idna" version="2.10.0"/>
<import addon="script.module.urllib3" version="1.26.4"/>
</requires>
<extension point="xbmc.python.module" library="lib" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Requests is an elegant and simple HTTP library for Python, built for human beings.</summary>
<description lang="en_GB">Requests is an elegant and simple HTTP library for Python, built for human beings.</description>
<license>Apache-2.0</license>
<platform>all</platform>
<website>https://requests.readthedocs.io/</website>
<source>https://github.com/psf/requests</source>
<assets>
<icon>resources/icon.png</icon>
</assets>
</extension>
</addon>