Metadata-Version: 2.1
Name: unitree-grpc
Version: 0.3.0
Summary: A gRPC service for Unitree
Home-page: https://sukunahust.moe
Author: Sukuna
Author-email: sukunahust@foxmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Requires-Dist: pyQt5

# unitree_grpc

基于gRPC的ping-pong服务，客户端发送ping信号，服务端返回ping信号。

## 安装
```bash
pip install unitree_grpc

