Metadata-Version: 1.1
Name: link.utils
Version: 1.2
Summary: Link utilities
Home-page: https://github.com/linkdd/link.utils
Author: David Delassus
Author-email: david.jose.delassus@gmail.com
License: MIT
Description: link.utils
        ==========
        
        **link.utils** is an utility library for other *link* frameworks.
        
        See documentation_ for more informations.
        
        .. _documentation: https://linkutils.readthedocs.io
        
        .. image:: https://img.shields.io/pypi/l/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: License
        
        .. image:: https://img.shields.io/pypi/status/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: Development Status
        
        .. image:: https://img.shields.io/pypi/v/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: Latest release
        
        .. image:: https://img.shields.io/pypi/pyversions/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/implementation/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: Supported Python implementations
        
        .. image:: https://img.shields.io/pypi/wheel/link.utils.svg?style=flat-square
           :target: https://travis-ci.org/linkdd/link.utils
           :alt: Download format
        
        .. image:: https://travis-ci.org/linkdd/link.utils.svg?branch=master&style=flat-square
           :target: https://travis-ci.org/linkdd/link.utils
           :alt: Build status
        
        .. image:: https://coveralls.io/repos/github/linkdd/link.utils/badge.png?style=flat-square
           :target: https://coveralls.io/r/linkdd/link.utils
           :alt: Code test coverage
        
        .. image:: https://img.shields.io/pypi/dm/link.utils.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.utils/
           :alt: Downloads
        
        .. image:: https://landscape.io/github/linkdd/link.utils/master/landscape.svg?style=flat-square
           :target: https://landscape.io/github/linkdd/link.utils/master
           :alt: Code Health
        
        .. image:: https://www.quantifiedcode.com/api/v1/project/3f313d6b78834bc38f0f3538b1ef381e/badge.svg
          :target: https://www.quantifiedcode.com/app/project/3f313d6b78834bc38f0f3538b1ef381e
          :alt: Code issues
        
        Installation
        ------------
        
        .. code-block:: text
        
           pip install link.utils
        
        Features
        --------
        
         * MongoDB filter and update specs implemented for Python dictionnaries
         * Configurable logging class with logging record filter based on MongoDB spec
        
Keywords: link utils
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
