Skip to content

vacancy/rby1-sdk-pythonstub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RBY1 SDK Python Stub

This is a Python SDK stub for interacting with the RBY1 robot. It is generated from the original SDK at RainbowRobotics/rby1-sdk. This can be directly imported in Python to get completions (without the need of compiling the actual SDK).

Installation

  1. Clone the repository:

    git clone https://github.com/vacancy/rby1-sdk-pythonstub.git
    cd rby1-sdk-pythonstub
  2. Install the package using pip:

    pip install .

Usage

After installation, you can import and use the SDK stub in your Python projects:

import rby1_sdk
rby1_sdk.  # Tab to get completions

About

Pyhton Stub file for the rby1-sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages