<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.myconnpy"
       name="MySQL Connector/Python"
       version="1.1.7"
       provider-name="MySQL">
    <requires>
        <import addon="xbmc.python" version="2.1.0"/>
    </requires>
    <extension point="xbmc.python.module" library="lib"/>
    <extension point="xbmc.addon.metadata">
        <summary lang="en">MySQL Connector/Python</summary>
        <description lang="en">MySQL Connector/Python is implementing the MySQL Client/Server protocol completely in Python. This means you don't have to compile anything or MySQL (client library) doesn't even have to be installed on the machine.</description>
        <license>GPLv2</license>
        <platform>all</platform>
        <website>http://dev.mysql.com/doc/connector-python/en/index.html</website>
        <source>http://dev.mysql.com/downloads/connector/python/</source>
    </extension>
</addon>
