Metadata-Version: 1.1
Name: link.crdt
Version: 0.1
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
Description: 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
        
        .. image:: https://www.quantifiedcode.com/api/v1/project/9d1e3dad28dd4d7cb1802f13a91507c4/badge.svg
          :target: https://www.quantifiedcode.com/app/project/9d1e3dad28dd4d7cb1802f13a91507c4
          :alt: Code issues
        
        Installation
        ------------
        
        .. code-block:: text
        
           pip install link.crdt
        
        Features
        --------
        
         * Counter
         * Flag (last-write-wins)
         * Register (last-write-wins)
         * Set
         * Map
        
        Donating
        --------
        
        .. image:: https://cdn.rawgit.com/gratipay/gratipay-badge/2.3.0/dist/gratipay.svg
           :target: https://gratipay.com/~linkdd/
           :alt: Support via Gratipay
        
Keywords: link convergent replicated data types
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
