PublishedPackage
Represents a published version of a Datagrok package.
Attributes
| Name | Type | Description |
|---|---|---|
| version | Optional[str] | Version string (e.g., "1.2.3"). |
| is_current | bool | Whether this is the currently active version. |
| debug | bool | Whether this is a debug (dev) build. |
| package_author | Optional[str] | Author of the package. |
| published_on | Optional[datetime] | When this version was published. |
| commit | Optional[str] | Git commit hash. |