Metadata-Version: 2.0
Name: link.model
Version: 0.7
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
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
Requires-Dist: b3j0f.conf (>=0.3.18)
Requires-Dist: link.middleware (>=1.2)
Requires-Dist: link.feature (>=1.2)

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


