Flask-Router-Wrapper

A Flask extension which wraps flask application router


License
MIT
Install
pip install Flask-Router-Wrapper==0.1.2

Documentation

Flask-Router-Wrapper

Build Status Coverage License

A flask wrapper that wraps flask current decorator router. Flask-Router-Wrapper is inspired by router from Express. Flask-Router-Wrapper enables adding middleware to application handler without using decorator and also grouping routers and handlers.

Installation

Install the extension with using pip, or easy_install.

$ pip install flask-router-wrapper

Examples

Examples can be seen in here

Tests

Tests can be run using pytest.

$ pytest --cov-report=xml --cov=flask_router_wrapper ./tests

Contributing

Questions, comments, or improvements? Feel free to create issues or pull request on Github