Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 801 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 801 Bytes

libqfieldsync

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.

Development

Improvements are welcome, feel free to fork and open a PR.

Code style

Code style is done with pre-commit.

pip install pre-commit
# install pre-commit hook
pre-commit install

Testing

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