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 🚧

SourceProperties

core.SourceProperties(
    self,
    title: str | None = None,
    path: str | None = None,
    email: str | None = None,
    version: str | None = 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