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/
Links
Release files for Flask 0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Flask-0.9.tar.gz | 482.0 kB | Details |
Release files / Flask-0.9.tar.gz
| Download URL | Flask-0.9.tar.gz |
|---|---|
| Size | 482.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2fd5d4ffe81f762dd2a3e58472d690a0dbba3766776506003aee3ed7aaa8afef
|
|
BLAKE2b-256 checksum How to use checksums |
490afe5021b35436202d3d4225a766f3bdc7fb51521ad89e73c5162db36cdbc7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |