Metadata-Version: 1.1
Name: link.model
Version: 0.9
Summary: Provides a Model factory based on data schema for middlewares
Home-page: https://github.com/linkdd/link.model
Author: David Delassus
Author-email: david.jose.delassus@gmail.com
License: MIT
Description: link.model
        ==========
        
        **link.model** provides a Model factory for middlewares based on data schema.
        
        See documentation_ for more informations.
        
        .. _documentation: https://linkmodel.readthedocs.io
        
        .. image:: https://img.shields.io/pypi/l/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: License
        
        .. image:: https://img.shields.io/pypi/status/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Development Status
        
        .. image:: https://img.shields.io/pypi/v/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Latest release
        
        .. image:: https://img.shields.io/pypi/pyversions/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/implementation/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Supported Python implementations
        
        .. image:: https://img.shields.io/pypi/wheel/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Download format
        
        .. image:: https://travis-ci.org/linkdd/link.model.svg?branch=master&style=flat-square
           :target: https://travis-ci.org/linkdd/link.model
           :alt: Build status
        
        .. image:: https://coveralls.io/repos/github/linkdd/link.model/badge.png?style=flat-square
           :target: https://coveralls.io/r/linkdd/link.model
           :alt: Code test coverage
        
        .. image:: https://img.shields.io/pypi/dm/link.model.svg?style=flat-square
           :target: https://pypi.python.org/pypi/link.model/
           :alt: Downloads
        
        .. image:: https://landscape.io/github/linkdd/link.model/master/landscape.svg?style=flat-square
           :target: https://landscape.io/github/linkdd/link.model/master
           :alt: Code Health
        
        .. image:: https://www.quantifiedcode.com/api/v1/project/edf5715bc055481ba0836b51a3db15ed/badge.svg
          :target: https://www.quantifiedcode.com/app/project/edf5715bc055481ba0836b51a3db15ed
          :alt: Code issues
        
        Installation
        ------------
        
        .. code-block:: text
        
           pip install link.model
        
Keywords: link model schema
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
