Metadata-Version: 2.4
Name: macro-qgis-plugin
Version: 0.1.0
Summary: QGIS plugin for recording and playing back macros.
License-Expression: GPL-3.0-only
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: macro-qgis-core
Requires-Dist: qgis-plugin-tools>=1.0.0
Requires-Python: >=3.12
Project-URL: homepage, https://macro-qgis-plugin.readthedocs.io
Project-URL: repository, https://github.com/Joonalai/macro-qgis-plugin
Description-Content-Type: text/markdown

# QGIS Macro plugin

[![docs](https://readthedocs.org/projects/macro-qgis-plugin/badge/?version=latest)](https://macro-qgis-plugin.readthedocs.io/en/latest/plugin/index.html)

The QGIS Macro Plugin provides the UI layer on top of the
[core library](https://macro-qgis-plugin.readthedocs.io/en/latest/core/index.html).
It integrates into the QGIS Development Tools
panel, adding a macro panel for recording and playing back macros.

**Package:** `macro-qgis-plugin` (PyPI) / `macro_plugin` (import)

## API documentation

See the full [plugin documentation](https://macro-qgis-plugin.readthedocs.io/en/latest/plugin/index.html).
