CMD + K

flask

Community

A microframework based on Werkzeug, Jinja2 and good intentions

Installation

To install this package, run one of the following:

Pip
$pip install -i https://pypi.anaconda.org/alt-pypi-mirror/simple flask

Usage Tracking

0.10.1
0.10
0.9
0.8.1
0.8
5 / 8 versions selected
Total downloads: 0

Description

Flask

Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!

Flask is Fun

from flask import Flask
app = Flask(__name__)

@app.route("/")
def hello():
    return "Hello World!"

if __name__ == "__main__":
    app.run()

And Easy to Setup

$ pip install Flask
$ python hello.py
 * Running on http://localhost:5000/

About

Summary

A microframework based on Werkzeug, Jinja2 and good intentions

Information Last Updated

Mar 25, 2025 at 16:25

License

BSD

Total Downloads

403

Platforms

noarch Version: 0.10.1