<addon id="script.module.pytz" name="pytz" version="2014.2" provider-name="Stuart Bishop, Paul Backhouse">
	<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">World Timezone Definitions for Python.</summary>
	    <description lang="en">pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference (datetime.tzinfo).</description>
	    <platform>all</platform>
	    <language></language>
	    <license>MIT</license>
	    <forum></forum>
	    <website>https://pypi.python.org/pypi/pytz/</website>
	    <source>https://github.com/powlo/script.module.pytz</source>
	    <email></email>
	    <disclaimer lang="en">Use at your own risk. The authors accept no liability. May cause permanent and/or catastrophic damage. Side effects include, but are not limited to loss of memory, seizures, sudden fits of rage, sudden fits of melancholy, inability to recall prominent capital cities, lack of respect for authority, fear of cats, temporary and/or permanent black outs. Avoid inhalation. Use in a well ventilated space. Keep away from small children.</disclaimer>
	</extension>
</addon>