example_package_properties

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 🚧

example_package_properties()

Generate an example package properties object.

Returns

PackageProperties

An example PackageProperties object.

Examples

import seedcase_sprout as sp
sp.example_package_properties()
PackageProperties(name='example-package', id='71b321d6-dafc-4f76-a5d6-dc2e2d9a4386', title='Example fake data package', description='Data from a fake data package on something.', homepage=None, version='0.1.0', created='2025-06-25T17:46:32+00:00', contributors=[ContributorProperties(title='Jamie Jones', path=None, email='jamie_jones@example.com', given_name=None, family_name=None, organization=None, roles=['creator'])], keywords=None, image=None, licenses=[LicenseProperties(name='ODC-BY-1.0', path='https://opendatacommons.org/licenses/by', title='Open Data Commons Attribution License 1.0')], resources=None, sources=None)