<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.googleapi"
       name="googleapi"
       version="1.4.0" 
       provider-name="Google">
  <requires>
    <import addon="xbmc.python" version="2.14.0"/>
	<import addon="script.module.httplib2" version="0.8.0" />
	<import addon="script.module.uritemplate" version="0.6" />
	<import addon="script.module.six" version="1.9.0" />
  </requires>
  <extension point="xbmc.python.module"
             library="lib" />
  <extension point="xbmc.addon.metadata">
    <platform>all</platform>
    <language></language>
    <summary lang="en">Google API python classes and dependencies</summary>
    <description lang="en">A packaged version of all the libraries needed for Google API access via python.</description>
    <disclaimer lang="en">Source code for the Google API from https://developers.google.com/api-client-library/python/start/installation</disclaimer>
    <license>Apache 2.0</license>
    <website>https://developers.google.com/api-client-library/python/start/installation</website>
    <source>https://github.com/google/google-api-python-client</source>
  </extension>
</addon>
