astrXbian/.install/.kodi/addons/script.module.future/addon.xml

19 lines
870 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.future"
name="future"
version="0.17.1"
provider-name="Ed Schofield">
<requires>
<import addon="xbmc.python" version="2.14.0" />
</requires>
<extension point="xbmc.python.module" library="libs" />
<extension point="xbmc.addon.metadata">
<summary lang="en">Clean single-source support for Python 3 and 2</summary>
<description lang="en">future is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3 with minimal overhead.</description>
<platform>all</platform>
<license>MIT</license>
<source>https://github.com/PythonCharmers/python-future</source>
<website>http://python-future.org</website>
</extension>
</addon>