# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=QWeather
qgisMinimumVersion=2.99
qgisMaximumVersion=3.99
description=Weather Information based on Yahoo API.
version=3.2
author=Marios S. Kyriakou, George A. Christou, KIOS Research and Innovation Center of Excellence (KIOS CoE)
email=mariosmsk@gmail.com, george.a.christou@gmail.com

about= This tool can be used to get weather using Yahoo Weather API. Get information about city, country, region, wind direction, wind speed, humidity, pressure, visibility, sunrise, sunset, lon, lat, temperature in celsius or fahreneit, date, and icon.
				
tracker=https://github.com/KIOS-Research/QWeather/issues/
repository=https://github.com/KIOS-Research/QWeather/
# End of mandatory metadata

# Recommended items:
# Uncomment the following line and add your changelog:
changelog=2020-05-14  QWeather 3.2:
		Clear code, Update styles, include all units in fields
		Minor fixes, add option temperature, direction, humidity styles
		2019-04-08  QWeather 3.1:
		Update Yahoo API  
		2018-07-06  QWeather 3.0.3:
		Update max locations to 1000.
		2018-02-20  QWeather 0.2:
		Replace txt input with csv. Update data. Update maximum locations to 750.


# Tags are comma separated with spaces allowed
tags=weather, temperature, wind direction, wind speed, humidity, pressure, visibility, sunrise, sunset, yahoo api

homepage=https://mariosmsk.com/2019/04/08/qweather-qgis/
category=Plugins
icon=weather.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False