Python APIpackagesClassesPackagesClientOn this pagePackagesClient Client for listing and retrieving Datagrok packages. Examples >>> packages = grok.packages.list()>>> pkg = grok.packages.get("Chem") Methods __init__() get() Get a package by ID or name. list() List packages with optional text filter.