Skip to main content

PublishedPackage

Represents a published version of a Datagrok package.

Attributes

NameTypeDescription
versionOptional[str]Version string (e.g., "1.2.3").
is_currentboolWhether this is the currently active version.
debugboolWhether this is a debug (dev) build.
package_authorOptional[str]Author of the package.
published_onOptional[datetime]When this version was published.
commitOptional[str]Git commit hash.

Methods

__init__()

to_dict()

from_dict()