gsuite-signature-manager
gsuite-signature-manager copied to clipboard
Usability improvements
Hi @eberkund, I've made some usability improvements for this tool. I hope you find them useful as well. The changes:
- Accepting the input files as parameters (with defaults where makes sense): keyfile, template, users csv
- Allowing arbitrary fields in the template (and csv) by parsing it as a dictionary
- Parsing the template file once and reusing it for all rendering
- Allowing to generate signature html files as well (if some of your users use Outlook for instance)
- (to be used together with 4) allowing to disable API calls (e.g. only want to check how the template is rendered for your users)
Cheers and thanks for sharing.