path_manager.ProjectPaths

Manage project paths dynamically

Usage

Source

path_manager.ProjectPaths(root_path=None)

Methods

Name Description
ensure_dirs() Create all directories if they don’t exist
get_file() Get path for a specific file

ensure_dirs()

Create all directories if they don’t exist

Usage

Source

ensure_dirs()

get_file()

Get path for a specific file

Usage

Source

get_file(filename, category="raw")