Metadata-Version: 2.4
Name: pychor
Version: 0.2.1
Summary: Library-based choreographic programming for Python
Author-email: Joseph Near <jnear@uvm.edu>
License-Expression: MIT
Project-URL: Repository, https://github.com/uvm-plaid/pychor
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: examples
Requires-Dist: galois; extra == "examples"
Requires-Dist: pynacl; extra == "examples"
Requires-Dist: numpy; extra == "examples"
Dynamic: license-file

# PyChor: Choreographic Programming Library for Python

## Installation

```
pip install git+ssh://git@github.com/uvm-plaid/pychor.git
```

## Examples

See the `examples` directory; start with `protocol_simple.py`.
