Metadata-Version: 2.4
Name: pycrdt
Version: 0.12.2
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: anyio >=4.4.0, <5.0.0
Requires-Dist: pytest >=7.4.2, <8 ; extra == 'test'
Requires-Dist: pytest-mypy-testing ; extra == 'test'
Requires-Dist: anyio ; extra == 'test'
Requires-Dist: trio >=0.25.1, <0.27 ; extra == 'test'
Requires-Dist: pydantic >=2.5.2, <3 ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: coverage[toml] >=7 ; extra == 'test'
Requires-Dist: exceptiongroup ; python_version < '3.11' and extra == 'test'
Requires-Dist: mkdocs ; extra == 'docs'
Requires-Dist: mkdocs-material ; extra == 'docs'
Requires-Dist: mkdocstrings[python] ; extra == 'docs'
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE
Summary: Python bindings for Yrs
Keywords: crdt
Author-email: David Brochart <david.brochart@gmail.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/jupyter-server/pycrdt

[![Build Status](https://github.com/jupyter-server/pycrdt/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter-server/pycrdt/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)
[![Code Coverage](https://img.shields.io/badge/coverage-100%25-green)](https://img.shields.io/badge/coverage-100%25-green)

# pycrdt

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

Documentation is available [here](https://jupyter-server.github.io/pycrdt).

