# Mandatory items:

[general]
name=Flickr Metadata Downloader
qgisMinimumVersion=3.0
description=This plugin helps downloading metadata of geotagged Flickr photos
version=0.4
author=Mátyás Gede
email=saman@map.elte.hu

about=This plugin helps downloading metadata of geotagged public Flickr photos within a given geographic quadrangle.
    Metadata includes geographic position, user ID, date, tags and the URL of a small thumbnail image as well.
    The downloaded data is stored in a Spatialite database file.
    A free Flickr API key is required to use this plugin

tracker=https://github.com/samanbey/flickrdl/issues
repository=https://github.com/samanbey/flickrdl
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
changelog=0.3 - first public version
    0.4 - interval analysis function added

# Tags are comma separated with spaces allowed
tags=python,Flickr,geotagged

homepage=https://samanbey.github.io/flickrdl
category=Web
icon=icon.png
# experimental flag
experimental=True

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

