Metadata-Version: 2.4
Name: unitree_grpc
Version: 0.2.0
Summary: A gRPC service for Unitree
Home-page: https://sukunahust.moe
Author: Sukuna
Author-email: sukunahust@foxmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio
Requires-Dist: grpcio-tools
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# unitree_grpc

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

## 安装
```bash
pip install unitree_grpc
