https://github.com/linkdd/link.wsgi
Fully configurable WSGI microframework
https://github.com/linkdd/link.wsgi
Last synced: about 1 year ago
JSON representation
Fully configurable WSGI microframework
- Host: GitHub
- URL: https://github.com/linkdd/link.wsgi
- Owner: linkdd
- Created: 2016-02-19T13:04:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T21:45:10.000Z (over 9 years ago)
- Last Synced: 2025-03-15T08:48:52.034Z (about 1 year ago)
- Language: Python
- Homepage: https://linkwsgi.readthedocs.org
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
link.wsgi
=========
**link.wsgi** is a fully configurable WSGI microframework. The only needed
developments are routes and eventually middlewares.
The rest is done via the configuration of the library, allowing the reuse of
the code.
See documentation_ for more informations.
.. _documentation: https://linkwsgi.readthedocs.org
.. image:: https://img.shields.io/pypi/l/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: License
.. image:: https://img.shields.io/pypi/status/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: Development Status
.. image:: https://img.shields.io/pypi/v/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: Latest release
.. image:: https://img.shields.io/pypi/pyversions/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/implementation/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/wheel/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi
:alt: Download format
.. image:: https://travis-ci.org/linkdd/link.wsgi.svg?branch=master&style=flat-square
:target: https://travis-ci.org/linkdd/link.wsgi
:alt: Build status
.. image:: https://coveralls.io/repos/github/linkdd/link.wsgi/badge.svg?style=flat-square
:target: https://coveralls.io/r/linkdd/link.wsgi
:alt: Code test coverage
.. image:: https://img.shields.io/pypi/dm/link.wsgi.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.wsgi/
:alt: Downloads
.. image:: https://landscape.io/github/linkdd/link.wsgi/master/landscape.svg?style=flat-square
:target: https://landscape.io/github/linkdd/link.wsgi/master
:alt: Code Health
Installation
------------
.. code-block:: text
pip install link.wsgi
Donating
--------
.. image:: https://liberapay.com/assets/widgets/donate.svg
:target: https://liberapay.com/linkdd/donate
:alt: Support via Liberapay