besos library
Overview
How-to Guides
Tutorials
Reference
Modules
Helper functions to be used throughout the code base
besos_utils.
get_file_name
Finds and returns the file name from the path
listify
Converts the argument to a list if possible. If it is not iterable (i.e. one item), wrap it in a list. Treat strings as 1 item. :param arg: item(s) to be wrapped in list :return: List of the file arg(s)