Package
Represents a Datagrok package (plugin).
Attributes
| Name | Type | Description |
|---|---|---|
| full_name | Optional[str] | Full package name (e.g., npm scope name). |
| description | Optional[str] | Package description. |
| category | Optional[str] | Package category. |
| image_url | Optional[str] | URL of the package icon/image. |
| url | Optional[str] | Package repository or homepage URL. |