shinto.juno package

Submodules

shinto.juno.data module

Transforms between projects_data and stage_data structures.

shinto.juno.data.projects_to_stage_data(projects: List[Dict[str, Any]]) List[Dict[str, Any]][source]

transform projects_data to stage_data. stage_data is a list of stages, each stage is a dict with stage info and a list of projects in that stage.

shinto.juno.data.stage_data_to_projects(stage_data: List[Dict[str, Any]], taxonomy: Dict[str, Any]) List[Dict[str, Any]][source]

stage_data_to_projects takes stage_data and taxonomy as input and reconstructs the original projects_data structure.

Module contents

Juno module initialization.

shinto.juno.projects_to_stage_data(projects: List[Dict[str, Any]]) List[Dict[str, Any]][source]

transform projects_data to stage_data. stage_data is a list of stages, each stage is a dict with stage info and a list of projects in that stage.

shinto.juno.stage_data_to_projects(stage_data: List[Dict[str, Any]], taxonomy: Dict[str, Any]) List[Dict[str, Any]][source]

stage_data_to_projects takes stage_data and taxonomy as input and reconstructs the original projects_data structure.