<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.zope.interface" name="Twisted" version="4.0.5"
       provider-name="mablae">
    <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">Zope Interface Lib repack for XBMC</summary>
        <description lang="en">This package provides an implementation of "object interfaces" for Python.
            Interfaces are a mechanism for labeling objects as conforming to a given
            API or contract. So, this package can be considered as implementation of
            the 'Design By Contract' methodology support in Python.
        </description>
        <disclaimer>This addon makes no warranties, expressed or implied, and
            hereby disclaims and negates all other warranties, including without
            limitation, implied warranties or conditions of merchantability,
            fitness for a particular purpose, or non-infringement of intellectual
            property or other violation of rights.
        </disclaimer>
        <license>ZPL</license>
        <platform>all</platform>
        <source>https://github.com/mablae/script.module.zope.interface.git</source>
        <website>http://docs.zope.org/zope.interface/</website>
    </extension>
</addon>
