.. _f-filenamehelper: module ``homeblog.filename_helper`` =================================== Short summary +++++++++++++ module ``ensae_teaching_cs.homeblog.filename_helper`` Helpers around file names. :githublink:`%|py|5` Functions +++++++++ +------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | function | truncated documentation | +============================================================================================================+=====================================================================+ | :func:`get_file_per_folder ` | extract all folders in a folder and then all files in these folders | +------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | :func:`music_statistics ` | provides statistics on a folder | +------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | :func:`normalize_folder ` | normalize the filename of a whole folder and subfolders | +------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ | :func:`normalize_name_and_numbers ` | tries to match names and number in a file | +------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: ensae_teaching_cs.homeblog.filename_helper :members: :special-members: __init__ :show-inheritance: