Flask
Lightweight WSGI web application framework
Language: PythonCategory: WebFirst released: 2010Created by: Armin RonacherLicense: BSD
Flask is a lightweight WSGI web application framework in Python. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. Classified as a microframework, Flask provides the essential core for web development without imposing dependencies like a specific ORM or form validation library. Instead, it offers flexibility through extensions, allowing developers to choose the tools and libraries that best fit their project needs.
Links
Key Features
Minimal CoreJinja2 TemplatesWerkzeug WSGIExtension SystemRESTful Routing