Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 577 Bytes

PyPI version

Yroom

Python API to synchronize clients and distribute updates via the Yjs protocol. It's written in Rust and uses Yrs and y-sync.

It was built for channels-yroom.

Installation

pip install yroom

API

See yroom.pyi.

Development

Maturin can be used to build Yroom inside a virtual environment.

maturin develop