carputils
Doxygen code documentation for the python framework controlling openCARP
|
Functions | |
def | create_release_email (git_repo, user_email, user_name) |
Opens an email client containing the email that has to be sent in order to make a release from the experiment. More... | |
def | open_email_client (to, subject, body) |
Opens an email client with a pre-filled email. More... | |
def carputils.bundle.release.create_release_email | ( | git_repo, | |
user_email, | |||
user_name | |||
) |
Opens an email client containing the email that has to be sent in order to make a release from the experiment.
git_repo | str Address of the git repository of the experiment |
user_email | str Email address of the user |
user_name | str Name of the user |
def carputils.bundle.release.open_email_client | ( | to, | |
subject, | |||
body | |||
) |
Opens an email client with a pre-filled email.
to | str email address of the recipient |
subject | str Subject of the email |
body | str Content of the email body |