# This file contains metadata for your plugin.

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

[general]
name=GTFS Loader
qgisMinimumVersion=3.10
description=Plugin for loading GTFS files 
version=1.0.0
author=CTU GeoForAll Lab
email=martin.kouba97@gmail.com

about=This plugin allows to load a GTFS ZIP file, that will be extracted into the GeoPackage with individual tables. For stops and shapes it creates vector layers. There is built-in function for creating colorful shapes layer, so far for Prague integrated transport (PID).

tracker=https://github.com/ctu-geoforall-lab/qgis-gtfs-plugin/issues
repository=https://github.com/ctu-geoforall-lab/qgis-gtfs-plugin
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=python, gtfs, shapes, stops, gpkg

homepage=https://ctu-geoforall-lab.github.io/qgis-gtfs-plugin/
category=Plugins
icon=icon.png
# experimental flag
experimental=False

# 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

