The code for the SDK is generated by Openapi Generator.
You can generate the Python SDK by running:
make sdk path=<path-to-swagger-file> version=<version>
path
is the local path to Onepanel Core API's swagger file, example: path=../core/api/api.swagger.json
version
is the version of the SDK, following SemVer, example: version=0.5
make publish-pip-package version=<version>