auxi.core.helpers module

This module contains helper functions to ease various tasks.

auxi.core.helpers.get_date(date)

Get the date from a value that could be a date object or a string.

Parameters:date – The date object or string.
Returns:The date object.
auxi.core.helpers.get_path_relative_to_module(module_file_path, relative_target_path)

Calculate a path relative to the specified module file.

Parameters:module_file_path – The file path to the module.