MerginMaps / MerginMaps/python-api-client
Enable download of project with a filter to include/exclude certain files or filetype
@varmar05 is already working on this.
Since Aug 10, 2026.
- Dominant language
- Python
- Stars
- 23
- Forks
- 12
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 7
Description
In many cases we need to download a previous version of a project but only need the project files. In these cases, it would be useful to be able to add a filter to the project download, for example to exclude all media files, so we aren't downloading several GBs of data when we only need the project and config files.
Examples:
mergin download ws/projectname --exclude=media/* --exclude=mybgnd.mbtiles
mergin download ws/projectname --include=data/* --include=*.gpkg --include=project.qgz
No mixing between includes and excludes.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.