example_package_properties

example_package_properties()

Create a set of example package properties.

Returns

dict[str, Any]

A set of example package properties.

Examples

import check_datapackage as cdp

cdp.example_package_properties()
{'name': 'woolly-dormice',
 'title': 'Hibernation Physiology of the Woolly Dormouse: A Scoping Review.',
 'description': '\nThis scoping review explores the hibernation physiology of the\nwoolly dormouse, drawing on data collected over a 10-year period\nalong the Taurus Mountain range in Turkey.\n',
 'id': '123-abc-123',
 'created': '2014-05-14T05:00:01+00:00',
 'version': '1.0.0',
 'licenses': [{'name': 'odc-pddl'}],
 'resources': [{'name': 'woolly-dormice-2015',
   'title': 'Body fat percentage in the hibernating woolly dormouse',
   'path': 'resources/woolly-dormice-2015/data.parquet',
   'schema': {'fields': [{'name': 'eye-colour',
      'type': 'string',
      'title': 'Woolly dormouse eye colour'}]}}]}