Flask-Mux’s documentation!¶
Flask-Mux is a lightweight Flask extension that provides a routing system similar to that of Express.js. It basically wraps Flask’s url route registrations API to add more flexibility.
Get started with Installation and then get an overview with the Quickstart. There is also a more detailed Flask-Mux example that shows how to create a small but complete application with Flask. The rest of the docs describe each component of Flask in detail, with a full reference in the API Reference section.
User’s Guide¶
Tests¶
Tests are all kept in tests/
, to run them, install tox
and simply
invoke tox
in your command line.