post_gen_project ================ .. py:module:: post_gen_project .. autoapi-nested-parse:: This module contains hooks which are executed after the template is rendered. Functions --------- .. autoapisummary:: post_gen_project.remove_file post_gen_project.remove_directory post_gen_project.main Module Contents --------------- .. py:function:: remove_file(*filepath: str | pathlib.Path) -> None Remove a file. .. py:function:: remove_directory(*filepath: str | pathlib.Path) -> None Remove a directory. .. py:function:: main() -> None Apply post generation hooks.