subler.utils module

Although the functions contained in this util module will likely be less than helpful to someone trying to use this module, their behavior is documented below

Utilities for assisting with the writing/tagging of metadata

subler.utils.subler_executable()[source]

Find a localized subler executable and return it’s path. If no executable can be found, None is returned

subler.utils.get_output(input_args)[source]

Pass the provided input_args list to subprocess.check_output. The decoded and stipped output is then returned

Parameters:input_args – Parameters to pass to the *popenargs argument of the subprocess.check_output function call
Returns:The decoded and stripped return value of the call to subprocess.check_output