CodeFurther utils

The utils module contains utility functions and classes used by the other modules in the suite.

utils.isolate_path_filename(uri)[source]

Accept a url and return the isolated filename component

Accept a uri in the following format - http://site/folder/filename.ext and return the filename component.

Parameters:uri (str) – The uri from which the filename should be returned
Returns:file_component – The isolated filename
Return type:str