Flask
Lightweight Python web micro-framework — minimal core, WSGI-based, and highly extensible via blueprints and extensions.
Flask gives you routing, templates, and a request context — nothing more. Everything else (ORM, auth, migrations) comes from the large ecosystem of Flask extensions. Its simplicity makes it the go-to for small APIs, microservices, and projects where Django’s batteries are overhead.
// commonly used libraries
Composable command-line interface toolkit for Python — decorators turn functions into commands …
cli
2014
open source
// tags
backendwebapirestpythonmicrowsgi