Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 637 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 637 Bytes

Contributing to Onepanel Core Python SDK

The code for the SDK is generated by Openapi Generator.

Generating the SDK

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

Publishing to PyPI

make publish-pip-package version=<version>