Metadata-Version: 2.0
Name: link.middleware
Version: 1.3
Summary: Provides utilities to make middlewares connecting to a remote service
Home-page: https://github.com/linkdd/link.middleware
Author: David Delassus
Author-email: david.jose.delassus@gmail.com
License: MIT
Keywords: link middleware
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
Requires-Dist: b3j0f.utils (>=1.4.3)
Requires-Dist: link.feature (>=2.0)
Requires-Dist: mock (>=2.0.0)
Requires-Dist: requests (>=2.10.0)

link.middleware
===============

**link.middleware** provides some utilities to create middlewares that connect
to a remote service.

See documentation_ for more informations.

.. _documentation: https://linkmiddleware.readthedocs.org

.. image:: https://img.shields.io/pypi/l/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: License

.. image:: https://img.shields.io/pypi/status/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: Development Status

.. image:: https://img.shields.io/pypi/v/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/implementation/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: Supported Python implementations

.. image:: https://img.shields.io/pypi/wheel/link.middleware.svg?style=flat-square
   :target: https://travis-ci.org/linkdd/link.middleware
   :alt: Download format

.. image:: https://travis-ci.org/linkdd/link.middleware.svg?branch=master&style=flat-square
   :target: https://travis-ci.org/linkdd/link.middleware
   :alt: Build status

.. image:: https://coveralls.io/repos/github/linkdd/link.middleware/badge.png?style=flat-square
   :target: https://coveralls.io/r/linkdd/link.middleware
   :alt: Code test coverage

.. image:: https://img.shields.io/pypi/dm/link.middleware.svg?style=flat-square
   :target: https://pypi.python.org/pypi/link.middleware/
   :alt: Downloads

.. image:: https://landscape.io/github/linkdd/link.middleware/master/landscape.svg?style=flat-square
   :target: https://landscape.io/github/linkdd/link.middleware/master
   :alt: Code Health

.. image:: https://www.quantifiedcode.com/api/v1/project/58c1e77fabff49f0922dac36f7d25e50/badge.svg
  :target: https://www.quantifiedcode.com/app/project/58c1e77fabff49f0922dac36f7d25e50
  :alt: Code issues

Installation
------------

.. code-block:: text

   pip install link.middleware

Features
--------

 * associate URLs to business class (called middleware)
 * support for protocols:
    * ``http://``
    * ``file://``
    * ``tcp://``
    * ``udp://``


