https://github.com/linkdd/link.middleware
Provides utilities to make middlewares connecting to a remote service
https://github.com/linkdd/link.middleware
Last synced: 11 months ago
JSON representation
Provides utilities to make middlewares connecting to a remote service
- Host: GitHub
- URL: https://github.com/linkdd/link.middleware
- Owner: linkdd
- Created: 2016-04-15T14:52:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T21:15:27.000Z (over 9 years ago)
- Last Synced: 2025-06-12T19:22:53.885Z (11 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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://pypi.python.org/pypi/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
Installation
------------
.. code-block:: text
pip install link.middleware
Features
--------
* associate URLs to business class (called middleware)
* support for protocols:
* ``http://``
* ``file://``
* ``tcp://``
* ``udp://``
Donating
--------
.. image:: https://liberapay.com/assets/widgets/donate.svg
:target: https://liberapay.com/linkdd/donate
:alt: Support via Liberapay