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 🚧

core.SourceProperties

core.SourceProperties(self, title=None, path=None, email=None, version=None)

The raw sources for this data package.

Attributes

title : str | None

The title of the source (e.g. document or organization).

path : str | None

A fully qualified URL, or a POSIX file path.

email : str | None

An email address.

version : str | None

The version of the source.

Methods

Name Description
default Creates an instance with default values.

default

core.SourceProperties.default()

Creates an instance with default values.

Returns

: Self

A SourceProperties object with default values