lokal-profil / BatchUploadTools

An attempt of unifying the various tools for batch uploads
MIT License
4 stars 2 forks source link

Add method for outputting a block template from dict #20

Closed lokal-profil closed 7 years ago

lokal-profil commented 7 years ago

Add a helper method which, given a dict and a template name outputs a formatted template. Dict keys are used as parameter names, any entry with a None value is omitted.

By default the "=" sign on each line are aligned.