Primehub-python-sdk

Latest version: v0.4.2

Safety actively analyzes 701868 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.3.5

Feature added

command group for general users

* [models](https://github.com/InfuseAI/primehub-python-sdk/blob/v0.3.5/docs/CLI/models.md)

command group for admin users

* [instancetypes](https://github.com/InfuseAI/primehub-python-sdk/blob/v0.3.5/docs/CLI/admin/instancetypes.md)
* [users](https://github.com/InfuseAI/primehub-python-sdk/blob/v0.3.5/docs/CLI/admin/users.md)


$ primehub admin

Usage:
primehub admin <command>

Available Commands:
datasets Manage datasets
instancetypes Manage instance type
users Manage users

0.3.4

All commands for `primehub`


$ primehub

Usage:
primehub <command>

Available Commands:
apps Manage PrimeHub Applications
apptemplates Get PhAppTemplates
config Update the settings of PrimeHub SDK
datasets Get a dataset or list datasets
deployments Get a deployment or list deployments
files List and download shared files
groups Get a group or list groups
images Get a image or list images
info Display the user information and the selected group information
instancetypes Get an instance types of list instance types
jobs Get a job or list jobs
me Show user account
notebooks Get notebooks logs
schedules Get a schedule or list schedules
version Display the version of PrimeHub Python SDK

Options:
-h, --help Show the help

Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)


PhApp features

New features to work with PhAppTemplate and PhApp functions.

* primehub apps
* primehub apptemplates

Administration feature


$ primehub admin

Usage:
primehub admin <command>

Available Commands:
datasets Manage datasets

Options:
-h, --help Show the help

Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)


The `datasets` is the first command group in our `admin` group. You could manage datasets with PrimeHub CLI and SDK.

Please see documents
* [admin cli](https://github.com/InfuseAI/primehub-python-sdk/tree/main/docs/CLI/admin)
* [admin notebooks](https://github.com/InfuseAI/primehub-python-sdk/tree/main/docs/notebook/admin)

0.3.2

Changelogs

* Fix logs `--follow` output

0.3.1

0.3.0

0.1.0

The version is an initial release for PrimeHub Python SDK. It ships a python library and the command-line script:


primehub
Usage:
primehub <command>

Available Commands:
config Update the settings of PrimeHub SDK
datasets Get a dataset or list datasets
deployments Get a deployment or list deployments
files List and download shared files
groups Get a group or list groups
images Get a image or list images
info Display the user information and the selected group information
instancetypes Get an instance types of list instance types
jobs Get a job or list jobs
me Show user account
notebooks Get notebooks logs
schedules Get a schedule or list schedules
version Display the version of PrimeHub Python SDK

Options:
-h, --help Show the help

Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)


Versioning

In the incoming releases, the versioning will map to PrimeHub Major Release.

If PrimeHub releases `x.y.z`, SDK will release `0.x.minor-patches`.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.