get_pop.modules.helper package

Submodules

get_pop.modules.helper.misc module

get_pop.modules.helper.misc.check_and_clear_dir(dir_path: Union[str, pathlib.Path]) → None[source]

Checks if directory exists, if it does then delete contents of directory but keeps directory.

Parameters

dir_path (str, pathlib.Path) – Absolute path of directory to target.

Returns

None

get_pop.modules.helper.misc.delete_dir_contents(dir_path: Union[str, pathlib.Path]) → None[source]

Deletes all files and folders within a directory.

Parameters

dir_path (str, Path) – Absolute path of directory to target.

get_pop.modules.helper.move module

get_pop.modules.helper.move.move_files(dir_from: pathlib.Path, dir_to: pathlib.Path)[source]

get_pop.modules.helper.time module

get_pop.modules.helper.time.convert_iso_to_datetime(iso_str)[source]
get_pop.modules.helper.time.convert_utc_to_est(utc)[source]
get_pop.modules.helper.time.format_datetime_eastern(datetime_obj)[source]
get_pop.modules.helper.time.utc_now()[source]

Module contents