whisk¶
Top-level package for whisk.
Subpackages¶
Submodules¶
Package Contents¶
- whisk.project[source]¶
Reference to the current
whisk.project.Project. Set when whisk is loaded from within a created project.
- whisk.data_dir[source]¶
The location of the data directory as a pathlib.Path. This is set from the Project instance and made available as a top-level attribute since it is frequently used.
- whisk.artifacts_dir[source]¶
The location of the artifacts directory as a pathlib.Path. This is set from the Project instance and made available as a top-level attribute since it is frequently used.