27 lines
1.2 KiB
XML
27 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addon id="script.module.python.koding.aio"
|
|
name="Python Koding AIO"
|
|
version="1.0"
|
|
provider-name="Total Revolution">
|
|
<requires>
|
|
<import addon="xbmc.python" version="2.1.0"/>
|
|
<import addon="script.module.urlresolver" version="1.2.0"/>
|
|
<import addon="script.module.requests" version="2.3.0"/>
|
|
<import addon="script.module.beautifulsoup" version="2.1.31"/>
|
|
<import addon="script.module.unidecode" version="0.4.16"/>
|
|
</requires>
|
|
<extension point="xbmc.python.module" library="lib" />
|
|
<extension point="xbmc.addon.metadata">
|
|
<platform>all</platform>
|
|
<summary lang="en">Python Koding All In One</summary>
|
|
<description lang="en">Python Koding AIO contains a bunch of time saving modules that allows for quick and simple development.</description>
|
|
<disclaimer lang="en"></disclaimer>
|
|
<language></language>
|
|
<license>Creative Commons 4.0-NC-ND</license>
|
|
<forum>http://totalrevolution.tv/forum</forum>
|
|
<website>http://totalrevolution.tv</website>
|
|
<news>1.0 Stable release</news>
|
|
<source>https://github.com/totalrevolution/python-koding/tree/master/script.module.python.koding.aio</source>
|
|
</extension>
|
|
</addon>
|