import seedcase_sprout as sp
with sp.ExamplePackage():
sp.create_properties_script()
PosixPath('/tmp/tmpkc8rsfvx/example-package/scripts/properties.py')
Create a properties script with default values.
If the script already exists, it will not be overwritten.
path : Path | None = None
The path to the package folder. Defaults to the current working directory.
Path
The path to the newly created properties script.