ebilab.project package

Module to manage ebilab project directory.

class ebilab.project.Project(root: str | Path)[ソース]

ベースクラス: object

Class describes ebilab project Current path can be acquired by get_current_project() function.

clean_files(*, dry: bool)[ソース]
property path: ProjectPath

Information about filepath of project

class ebilab.project.ProjectPath(root: 'Path', data_original: 'Path', data_input: 'Path', data_output: 'Path', data_plot: 'Path')[ソース]

ベースクラス: object

data_input: Path
data_original: Path
data_output: Path
data_plot: Path
root: Path
ebilab.project.get_current_project() Project[ソース]

Search project file and return project class