whisk

Top-level package for whisk.

Subpackages

Submodules

Package Contents

whisk.__author__ = Derek Haynes[source]
whisk.__email__ = derek@dlite.cc[source]
whisk.__version__ = 0.1.32[source]
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.