<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.socksipy"
       name="SocksiPy"
       version="1.0.0"
       provider-name="Mossy">
  <requires>
    <import addon="xbmc.python" 
    		version="2.0"/>
  </requires>
  <extension point="xbmc.python.module"
             library="lib" />
  <extension point="xbmc.addon.metadata">
    <summary>A Python SOCKS client module</summary>
    <description>Provides a socket-like interface that supports connections to any TCP service through the use of a SOCKS4, SOCKS5 or HTTP proxy. For usage see http://code.google.com/p/socksipy-branch/</description>
    <license>BSD</license>
    <platform>all</platform>
  </extension>
</addon>
