[general]
name=House Numbering
qgisMinimumVersion=3.28
qgisMaximumVersion=4.99
description=A plugin for numbering house with dockable panels, update checker, and about dialog.
version=0.1.2
author=ChienPham
email=chien.ph212@gmail.com

about=This is a plugin that demonstrates the structure and best practices for QGIS plugin development.

    Features:
    - Dockable panels that can be positioned anywhere in the QGIS interface
    - Plugin update checker that fetches the latest version from GitHub
    - About dialog with version information
    - Menu and toolbar integration
    - One-click dependency installer using uv for fast cross-platform package management
    - Isolated virtual environment for Python dependencies
    - Clean, modular code structure following QGIS plugin guidelines

    Requirements:
    - Python packages: geopandas (installed automatically via Settings > Dependencies)

    Use this template as a starting point for your own QGIS plugins.

tracker=https://github.com/PhamHuuChien2003/qgis-house-numbering/issues
repository=https://github.com/PhamHuuChien2003/qgis-house-numbering

hasProcessingProvider=no

tags=house numbering, plugin, development, dockable, panels, dependencies, uv

homepage=https://github.com/PhamHuuChien2003/qgis-house-numbering
category=Plugins
icon=icons/icon.svg

experimental=False
deprecated=False

changelog=
    0.1.0 - Initial release
        - Basic plugin structure with dockable panels
        - Update checker functionality
        - About dialog
        - Menu and toolbar integration
