ARGOS POT SDK
Download and install Python SDK
Download and install Python SDK
![]() | 1. Your Python program (sample API code, OSS, or your original Python code) |
2. Template 1: requirements.txt → define referenced resources | |
![]() | 3. Template 2: at __init__.py → design your parameter input |
![]() | 4. Template 3: at __init__.py → design the main program body |
![]() | 5. Template 4: test_me.py → run unit test at the Python level |
![]() | 6. Template 5: setup.yaml → set attributes for search on STU |
![]() | 7. Utility 1: alabs.icon → design the plugin icon from any graphics |
![]() | 8. Utility 2: build.bat → prepare upload-able package (.whl) |
![]() | 9. Utility 3: Preconfigured Test Repository |
Related to configuring setup.yaml file
Related to plugin coding