You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2025. It is now read-only.
Moving away from the the web-application centric Flask to a pure Werkzeug approach will simplify the code to a great extend.
Most Flask functionality, that is currently used, is just a wrapper for the Werkzeug library anyway, so removing that extra layer should make the codebase leaner and more readable.
Moving away from the the web-application centric Flask to a pure Werkzeug approach will simplify the code to a great extend.
Most Flask functionality, that is currently used, is just a wrapper for the Werkzeug library anyway, so removing that extra layer should make the codebase leaner and more readable.