baseweb
A Pythonic base for building interactive web applications
Important: Async/Quart Migration in Progress
Warning: Baseweb is being migrated from Flask (synchronous) to Quart (asynchronous).
Version 1.0.0 will be a breaking change - it will only support async/Quart.
Versions < 1.0.0 (current sync/Flask releases) will no longer be actively maintained.
If you’re starting a new project, consider waiting for 1.0.0.
Existing applications will need to update their code to use async patterns.
See Functional Analysis for migration details and timeline.