Core library for recording and playing back QGIS macros.
Project description
QGIS Macros Core component
This library contains the core macro recording and playback engine.
It can be used independently by other plugins without requiring the
UI plugin with qgis-plugin-dev-tools
runtime_requires.
Package: macro-qgis-core (PyPI) / qgis_macros (import)
Quick start
from qgis_macros.macro_recorder import MacroRecorder
from qgis_macros.macro_player import MacroPlayer
# Record
recorder = MacroRecorder()
recorder.start_recording()
# ... user interactions ...
macro = recorder.stop_recording()
macro.name = "My macro"
# Play back
player = MacroPlayer(playback_speed=1.0)
player.play(macro)
API documentation
See the full core library documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file macro_qgis_core-0.1.0.tar.gz.
File metadata
- Download URL: macro_qgis_core-0.1.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1149568cde9ca7ea5fdb83b8f1a91c1a604abcc123a3881a4cc60f32d2a19e06
|
|
| MD5 |
ff05a4ef20c95638ee790bbbfe807eed
|
|
| BLAKE2b-256 |
ffe2776153a7397b098f20a1bebbd22da3dcca24b61f798fe9789e852389ca99
|
File details
Details for the file macro_qgis_core-0.1.0-py3-none-any.whl.
File metadata
- Download URL: macro_qgis_core-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.12 {"installer":{"name":"uv","version":"0.10.12","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"EndeavourOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dc2bf4fd6aaf53f762ea706a05348a466a4128ab8cb1227ea168de71dc3815a
|
|
| MD5 |
f01d01ff931a7f084bb8a3b0467dd606
|
|
| BLAKE2b-256 |
ae01a7fc53a2a69861e3c4963484d3b73344125d9451c8e09322dcd5216bf201
|