Metadata-Version: 2.1
Name: xotl.crdt
Version: 0.3.0.dev20190330
Summary: CRDTs for Python
Home-page: https://gitlab.merchise.org/merchise/xotl.crdt
Author: Merchise Autrement [~º/~]
Author-email: info@merchise.org
Maintainer: Manuel Vázquez Acosta
License: GPLv3
Project-URL: tracker, https://gitlab.merchise.org/merchise/xotl.crdt
Platform: UNKNOWN
Classifier: Programming Language :: Python
Requires-Python: >=3.6
Requires-Dist: xoutil (>=1.9.7)
Requires-Dist: decorator (<5,>=4)
Requires-Dist: dataclasses ; python_version < "3.7"

================================
 Prototype for CRDTs for Python
================================

We implement several CRDTs in Python.  Those implementations are prototypical,
meaning we don't intend them to be production-code, but to allow exploration
of the subtleties around CRDTs so that we can implement them elsewhere.


