Skip to content

Project

qgis_project.Project

Build a QGIS project. Dispatches to the backend for the active mode.

This is a thin factory: each instantiation resolves the concrete backend (in-process or subprocess) for the current :func:get_mode, so that from qgis_project import Project keeps honoring later :func:set_mode calls.