create_properties_template

Warning

🚧 Sprout is still in active development and evolving quickly, so the documentation and functionality may not work as described and could undergo substantial changes 🚧

create_properties_template(path: Path | None = None)

Creates the properties template with default values.

Parameters

path : Path | None = None

The path to the package folder. Defaults to the current working directory.

Returns

Path

The path to the template file.

Examples

import seedcase_sprout as sp

sp.create_properties_template()
PosixPath('/home/runner/work/seedcase-sprout/seedcase-sprout/scripts/properties.py')