Metadata-Version: 2.3
Name: evalsync
Version: 0.3.1
Summary: evalsync is a library used to synchronize applications under benchmark with an external manager
Author-email: minhuw <wangmh15@gmail.com>
Requires-Python: >=3.8
Requires-Dist: jinja2>=3.1.5
Requires-Dist: loguru>=0.7.3
Requires-Dist: protobuf>=6.0.0
Requires-Dist: pyzmq>=27
Requires-Dist: typer>=0.15.1
Description-Content-Type: text/markdown

# EvalSync

## Development

### Generate Protobuf Proto

```py
protoc --proto_path=../proto --python_out=src/evalsync/proto ../proto/sync.proto
```

### Submit to PyPI

```py
rye publish
```
