Metadata-Version: 2.4
Name: pie-client
Version: 0.1.0
Summary: Pie Client
Author-email: In Gim <in.gim@yale.edu>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/pie-project/pie
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: websockets==11.0.3
Requires-Dist: msgpack==0.5.6
Requires-Dist: blake3==1.0.4

# PIE Python Client

A concise Python toolkit to interact with the Symphony server:

- Upload LIP (\*.wasm) binaries
- Check if a LIP is already uploaded
- Launch a LIP on Symphony
- Interact with running LIP instances in real-time (send/receive messages, terminate, etc.)

## Installation
```bash
pip install -r requirements.txt
```

## Example
Refer to [main.py](./main.py) for a usage example.
