# 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=First Draft GIS
qgisMinimumVersion=2.0
description=Automatically create first draft of your map
version=0.2
author=First Draft GIS
email=daniel@firstdraftgis.com

about=First Draft GIS is an artificial intelligence that automatically creates maps based on input data that you give it. It takes in unstructured and semi-structured data like spreadsheets, news articles, and web pages.  It makes use of the fdgis PyPi package, which will need to be pip installed along with its relevant dependencies, including requests and validators.  To learn how to pip install, check out https://trac.osgeo.org/osgeo4w/wiki/ExternalPythonPackages.

tracker=https://github.com/FirstDraftGIS/fdgis-qgis/issues
repository=https://github.com/FirstDraftGIS/fdgis-qgis
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=csv, attribute table, geocoding, html, geojson, osm, pdf, point, search, web, webservice

homepage=https://github.com/FirstDraftGIS/fdgis-qgis
category=Plugins
icon=icon.png
# experimental flag
experimental=True

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