stubber.publish.pathnames ========================= .. py:module:: stubber.publish.pathnames .. autoapi-nested-parse:: Helper functions to deal with path names and filenames for the folders in the stubs repo Functions --------- .. autoapisummary:: stubber.publish.pathnames.get_base stubber.publish.pathnames.board_folder_name stubber.publish.pathnames.get_board_path stubber.publish.pathnames.get_merged_path Module Contents --------------- .. py:function:: get_base(candidate: Dict[str, str], version: Optional[str] = None) .. py:function:: board_folder_name(fw: Dict, *, version: Optional[str] = None) -> str Return the name of the firmware folder. Can be in AnyCase. .. py:function:: get_board_path(candidate: Dict) -> pathlib.Path .. py:function:: get_merged_path(fw: Dict) -> pathlib.Path