Skip to content

Comments

creating a python package#13

Open
mhagdorn wants to merge 8 commits intocarpentries:mainfrom
ScientificComputingCharite:main
Open

creating a python package#13
mhagdorn wants to merge 8 commits intocarpentries:mainfrom
ScientificComputingCharite:main

Conversation

@mhagdorn
Copy link

I will need to regularly create certificates of attendance for the carpentry workshops we are running. I was pointed at these very handy templates which I have modified for my particular needs.

I have also slightly modernised the code by porting it to argparse and using jinja2. The alternative csv file is read using pandas. Missing columns, eg instructor, are added from the command line options.

More significantly, I have turned the script into an installable python package. Install it either with

pip install .

or

python3 setup.py install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant