Metadata-Version: 2.3
Name: geodrive-proto
Version: 0.2.2
Summary: gRPC protocol buffer definitions and generated client/server code for Geodrive rover communication
Author: r.lazarev
Author-email: r.lazarev <r.lazarev@geoscan.ru>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

### Генерация кода из proto
```bash
uv run scripts/protogen.py
```
### Сборка пакета
```bash
uv build
```
### Публикация
```bash
uv publish --token your-pypi-token
```