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
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 🚧
ExamplePackage(self,
str = str(example_package_properties().name),
package_name: bool = True,
with_resources: )
Create a temporary data package with optional resources for demoing or testing.