Flask

Lightweight Python web micro-framework — minimal core, WSGI-based, and highly extensible via blueprints and extensions.

Python free Open Source web since 2010

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

Simple, elegant HTTP library for Python — human-friendly API for GET, POST, sessions, …

http 2011 open source

// tags

backendwebapirestpythonmicrowsgi
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub