An open API service indexing awesome lists of open source software.

https://github.com/linkdd/link.crdt

Python implementation of Convergent Replicated Data Types
https://github.com/linkdd/link.crdt

Last synced: 8 months ago
JSON representation

Python implementation of Convergent Replicated Data Types

Awesome Lists containing this project

README

          

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

**link.crdt** is an utility library implementing
`Convergent Replicated Data Types `_.

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