asreview.project.get_projects

asreview.project.get_projects(project_paths=None)[source]

Get the ASReview projects at the given paths.

Parameters:

project_paths (list[Path], optional) – List of paths to projects. By default all the projects in the asreview folder are used, by default None

Returns:

list[Project] – Projects at the given project paths.