Metadata-Version: 2.4
Name: pret-pycrdt
Version: 0.12.44.post2
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 :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: anyio<5.0.0
Requires-Dist: importlib-metadata>=3.6 ; python_full_version < '3.10'
Requires-Dist: typing-extensions
Requires-Dist: pytest<9 ; extra == 'test'
Requires-Dist: pytest-mypy-testing ; extra == 'test'
Requires-Dist: anyio ; python_full_version < '3.8' and extra == 'test'
Requires-Dist: anyio>=4.0.0 ; python_full_version >= '3.8' and extra == 'test'
Requires-Dist: trio<0.22 ; python_full_version < '3.8' and extra == 'test'
Requires-Dist: trio>=0.25.1,<0.33 ; python_full_version >= '3.8' and extra == 'test'
Requires-Dist: pydantic<3 ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: coverage[toml]>=7 ; extra == 'test'
Requires-Dist: exceptiongroup ; python_full_version < '3.11' and extra == 'test'
Requires-Dist: mypy>=1.19.0 ; python_full_version >= '3.9' and extra == 'types'
Requires-Dist: pytest-mypy-testing ; python_full_version >= '3.9' and extra == 'types'
Requires-Dist: pydantic<3 ; extra == 'types'
Requires-Dist: mkdocs ; extra == 'docs'
Requires-Dist: mkdocs-material ; extra == 'docs'
Requires-Dist: mkdocstrings[python] ; extra == 'docs'
Provides-Extra: test
Provides-Extra: types
Provides-Extra: docs
License-File: LICENSE
Summary: Python bindings for Yrs, forked for Pret.
Keywords: crdt
Author-email: David Brochart <david.brochart@gmail.com>, Perceval Wajsburt <perceval.wajsburt@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/percevalw/pret-pycrdt

[![Build Status](https://github.com/y-crdt/pycrdt/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/y-crdt/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://y-crdt.github.io/pycrdt).

