<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.html5lib"
       name="html5lib-python"
       version="0.999.0"
       provider-name="html5lib">
  <requires>
    <import addon="xbmc.python" 
    		version="2.1.0"/>
    <import addon="script.module.six"
                      version="1.4.1"
                     optional="false"/>
  </requires>
  <extension point="xbmc.python.module"
             library="lib" />
  <extension point="xbmc.addon.metadata">
    <summary>Standards-compliant library for parsing and serializing HTML documents and fragments in Python.</summary>
    <description>html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers.</description>
    <platform>all</platform>
    <license>MIT</license>
    <source>https://github.com/html5lib/html5lib-python.git</source>
    <website>https://github.com/html5lib/html5lib-python</website>
  </extension>
</addon>
