stubber.publish.pathnames¶
Helper functions to deal with path names and filenames for the folders in the stubs repo
Functions¶
|
|
|
Return the name of the firmware folder. Can be in AnyCase. |
|
|
|
Module Contents¶
- stubber.publish.pathnames.board_folder_name(fw: Dict, *, version: str | None = None) str¶
Return the name of the firmware folder. Can be in AnyCase.
- stubber.publish.pathnames.get_board_path(candidate: Dict) pathlib.Path¶
- Parameters:
candidate (Dict)
- Return type:
- stubber.publish.pathnames.get_merged_path(fw: Dict) pathlib.Path¶
- Parameters:
fw (Dict)
- Return type: