Fuyukai / Kyoukai

[OLD] A fully async web framework for Python3.5+ using asyncio
https://mirai.veriny.tf
MIT License
298 stars 14 forks source link

Add Werkzeug-based blueprints #6

Closed Fuyukai closed 7 years ago

Fuyukai commented 7 years ago

Blueprints and routers that are based off of Werkzeug routes instead of regular expressions.

See: http://werkzeug.pocoo.org/docs/0.11/routing/