Metadata-Version: 2.0
Name: link.crdt
Version: 1.0
Summary: Python implementation of Convergent Replicated Data Types
Home-page: https://github.com/linkdd/link.utils
Author: David Delassus
Author-email: david.jose.delassus@gmail.com
License: MIT
Keywords: link convergent replicated data types
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: six (>=1.10.0)

link.crdt
=========

**link.crdt** is an utility library implementing
`Convergent Replicated Data Types <https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type>`_.

See documentation_ for more informations.

.. _documentation: https://linkcrdt.readthedocs.io

.. image:: https://img.shields.io/pypi/l/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: License

.. image:: https://img.shields.io/pypi/status/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: Development Status

.. image:: https://img.shields.io/pypi/v/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/implementation/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: Supported Python implementations

.. image:: https://img.shields.io/pypi/wheel/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt
   :alt: Download format

.. image:: https://travis-ci.org/linkdd/link.crdt.svg?branch=master&style=flat-square
   :target: https://travis-ci.org/linkdd/link.crdt
   :alt: Build status

.. image:: https://coveralls.io/repos/github/linkdd/link.crdt/badge.png?style=flat-square
   :target: https://coveralls.io/r/linkdd/link.crdt
   :alt: Code test coverage

.. image:: https://img.shields.io/pypi/dm/link.crdt.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.crdt/
   :alt: Downloads

.. image:: https://landscape.io/github/linkdd/link.crdt/master/landscape.svg?style=flat-square
   :target: https://landscape.io/github/linkdd/link.crdt/master
   :alt: Code Health

Installation
------------

.. code-block:: text

   pip install link.crdt

Features
--------

 * Counter
 * Flag (last-write-wins)
 * Register (last-write-wins)
 * Set
 * Map

Donating
--------

.. image:: https://liberapay.com/assets/widgets/donate.svg
   :target: https://liberapay.com/linkdd/donate
   :alt: Support via Liberapay


