[general]
name=QGIS Pip Manager
email=m.shamroukh@lboro.ac.uk
author=Mohamed Shamroukh, Asya Natapov and Taimaz Larimian
qgisMinimumVersion=3.0
qgisMaximumVersion=3.99
description=A QGIS plugin to manage Python packages within the QGIS environment, simplifying the installation, uninstallation, and searching of packages without command-line interaction.
about=The QGIS Pip Manager plugin provides a user-friendly interface for managing Python packages, extending QGIS functionality for users of all levels. It automates Python path detection and error handling to ensure a smooth experience.
version=0.0.4
repository=https://github.com/MohamedShamroukh/QGIS-pip-manager
tracker=https://github.com/MohamedShamroukh/QGIS-pip-manager/issues

; Optional metadata
category=Utilities
changelog=0.0.4 - Significant UX and stability improvements:\n* Implemented Upgrade/Downgrade functionality.\n* Added asynchronous package listing to prevent UI freezing.\n* Added package list filtering and search highlighting.\n* Improved subprocess handling to suppress pop-up windows (quiet mode).\n* Enhanced Windows PermissionError handling with user guidance.\n* Added dedicated buttons for Log Clearing and Refreshing list.\n\n0.0.3 - Initial release with basic package management functionality. ; PREVIOUS CHANGELOG

tags=qgis, python, package manager, utilities
homepage=https://github.com/MohamedShamroukh/QGIS-pip-manager
icon=icon.png
experimental=False
deprecated=False
plugin_dependencies=

[dependencies]
python_plugins=plugin1,plugin2
python_modules=module1,module2

[installation]
description=To install: Download ZIP, Plugins > Manage and Install Plugins > Install from ZIP. See README for usage.
troubleshooting=Ensure required libraries are installed, verify Python path, check internet connectivity. See README for details.

[usage]
description=Find in 'My Plugins'. Open dialog, search/install/uninstall/upgrade packages. Manual Python path if needed.
configuration=Automatic Python path or manual setup. Settings are persistent.

[contributing]
description=Fork repo, create a branch, commit changes, submit a pull request. See README for guidelines.

[license]
name=MIT License
file=LICENSE