# This file contains metadata for your plugin.

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

[general]
name=layer_style_master
qgisMinimumVersion=3.0
description=This QGIS plugin copies symbology, labels, and rendering settings from one layer to multiple other layers.

version=0.1
author=Dr. Ahmad Sahraei Juybari
email=ahmad.sahraeijuybari@outlook.com

about=LayerStyleMaster is a QGIS plugin designed to streamline the process of managing and applying styling across multiple vector layers. With this plugin, users can easily copy and apply various layer properties from a source layer to one or more target layers. Specifically, the plugin allows users to: Symbology: Copy the visual styling, including colors, symbols, and styles, from a source layer to target layers. Labels: Transfer label settings such as text formatting, placement, buffer, shadow, and scale-based visibility. Rendering: Apply scale-based rendering settings to ensure consistent visibility of layers across different map scales. This tool enhances efficiency by automating the application of complex styling configurations, making it easier to maintain consistency in visual representation across multiple layers in a QGIS project.

tracker=https://github.com/Ahmadsj2024/Layer-Style-Master/issues
repository=https://github.com/Ahmadsj2024/Layer-Style-Master.git
# End of mandatory metadata

# Recommended items:

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

# Tags are comma separated with spaces allowed
tags=QGIS, symbology, labeling, rendering, layer management

homepage=https://github.com/Ahmadsj2024
category=Analysis
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

