carputils
Doxygen code documentation for the python framework controlling openCARP
Functions
carputils.bundle.release Namespace Reference

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...
 

Function Documentation

◆ create_release_email()

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.

Parameters
git_repostr Address of the git repository of the experiment
user_emailstr Email address of the user
user_namestr Name of the user

◆ open_email_client()

def carputils.bundle.release.open_email_client (   to,
  subject,
  body 
)

Opens an email client with a pre-filled email.

Parameters
tostr email address of the recipient
subjectstr Subject of the email
bodystr Content of the email body