import seedcase_sprout as sp
with sp.ExamplePackage() as package_path:
= sp.read_properties(package_path.properties())
properties
with sp.ExamplePackage(with_resources=False):
= sp.read_properties()
properties
with sp.ExamplePackage(package_name="my-package"):
= sp.read_properties() properties
ExamplePackage
ExamplePackage(str = str(example_package_properties().name),
package_name: bool = True,
with_resources: )
Create a temporary data package with optional resources for demoing or testing.