This library facilitates packaging and synchronizing QGIS projects for use with QField.
This library is the heart of the QFieldSync QGIS plugin.
More information can be found in the QField documentation.
The plugin can be downloaded on the QGIS plugin repository.
Improvements are welcome, feel free to fork and open a PR.
Code style is done with pre-commit.
pip install pre-commit
# install pre-commit hook
pre-commit install
GITHUB_WORKSPACE=$PWD QGIS_TEST_VERSION=final-3_34_2 docker compose -f .docker/docker-compose.yml run qgis /usr/src/.docker/run-docker-tests.sh