# This file contains metadata for your plugin.

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

[general]
name=Data Clock
qgisMinimumVersion=3.34
supportsQt6=True
description=Polar plot of seasonal data
version=0.2
author=Florian Neukirchen
email=mail@riannek.de

about=Polar heatmap plots of seasonal / cyclic time series. Requires plotly and pandas.

tracker=https://github.com/florianneukirchen/qgis_data_clock/issues
repository=https://github.com/florianneukirchen/qgis_data_clock/
# End of mandatory metadata

# Recommended items:

hasProcessingProvider=yes
# Uncomment the following line and add your changelog:
# changelog=0.2
    - Support Qt6 / QGIS 4

# Tags are comma separated with spaces allowed
tags=python,d3,plotly,plot,chart,temporal,timeseries,time series,vector,attribute,dataviz,datavis

homepage=https://github.com/florianneukirchen/qgis_data_clock
category=Analysis
icon=icon.png
# experimental flag
experimental=True

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

# Since QGIS 3.8, a comma separated list of plugins to be installed
# (or upgraded) can be specified.
# Check the documentation for more information.
# plugin_dependencies=

Category of the plugin: Raster, Vector, Database or Web
# category=

# If the plugin can run on QGIS Server.
server=False

