Skip to content

Commit

Permalink
maintainer notice
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Nov 21, 2023
1 parent 4b741a9 commit b9241a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Ypy is a Python binding for Y-CRDT. It provides distributed data types that enable real-time collaboration between devices. Ypy can sync data with any other platform that has a Y-CRDT binding, allowing for seamless cross-domain communication. The library is a thin wrapper around Yrs, taking advantage of the safety and performance of Rust.

> 🧪 Project is still experimental. Expect the API to change before a version 1.0 stable release.
> [We are looking for a maintainer 👀](https://github.com/y-crdt/ypy/issues/148)
## Installation

Expand Down Expand Up @@ -124,4 +124,4 @@ b'PK\x03\x04\x14\x00\x00\x00\x08\x00\xae\xb2}U\x92l\xa7E\xe6\x04\x00\x00u\t\x00\
>>> Y.apply_update(d2, diff)
>>> d2.get_text('test')
YText(hello world!)
```
```

0 comments on commit b9241a9

Please sign in to comment.