module automation_students.quick_tasks
¶
Short summary¶
module ensae_teaching_cs.automation_students.quick_tasks
Some automation helpers to grab mails from students about projects.
Functions¶
function |
truncated documentation |
---|---|
Infers mails from a list of names. |
Documentation¶
Some automation helpers to grab mails from students about projects.
-
ensae_teaching_cs.automation_students.quick_tasks.
build_mailing_list
(names, domain, format='{first}.{last}@{domain}')¶ Infers mails from a list of names.
- Paramètres
names – list of strings
domain – something like
ensae.fr
.format – mail format
- Renvoie
list of mails
Examples :
DUPRE Xavier
Everything upper case is the last name, everything lower case is the first name.