Boilerplate python project for generating snaps with CI tools

Hi all,

Just wanted to share a repo that might be a quickstart for someone looking to get off the ground with automagically getting things done with snapcraft. I just made a snap of my package in work and I wanted to add it to our Jenkins pipeline, I wanted to change the version per build (we would usually release a version every week to the client). I made a quick generator for just the yaml file and some boilerplate to make sense of what I’m doing with it. To use it you just need to change the variable names and it outputs valid yaml and the builds will be changed each day (as long as you run the script). The repo is available here

At a bare minimum I hope it helps someone pull a basic python boilerplate to jumpstart their snap.