Metadata-Version: 2.1
Name: pycrdt
Version: 0.1.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: pytest >=7.4.2, <8 ; extra == 'test'
Requires-Dist: y-py >=0.6, <0.7 ; extra == 'test'
Provides-Extra: test
License-File: LICENSE
Summary: Python bindings for Yrs
Keywords: crdt
Author-email: David Brochart <david.brochart@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/davidbrochart/pycrdt

# pycrdt

CRDTs based on [Yrs](https://github.com/y-crdt/y-crdt).

