Transition Module Documentation

eptransition.transition.main(args=None)[source]

This is the highest level driving function for the transition process. This interprets either sys.argv directly, or a list of arguments that mimic sys.argv. (So that sys.argv can be passed in directly from other wrappers). This function is called from the command line via the pip installation.

Parameters:args – An optional array of arguments, mimicking sys.argv. As such, item 0 must be a dummy program name, followed by real arguments. If this is not passed in, sys.argv is assumed.
Returns:0 on success, 1 for failure
Raises:Exception – If the –raise flag is used, it will raise the underlying Exception at the first failure