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
$ easy_install Flask $ python hello.py * Running on http://localhost:5000/
Links
Release files for Flask 0.8
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.8.tar.gz | 494.2 kB | Details |
Release files / Flask-0.8.tar.gz
| Download URL | Flask-0.8.tar.gz |
|---|---|
| Size | 494.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
937504fc2ae59c44f2181be139733190ed98c51a00adbb6013873692e90b06c9
|
|
BLAKE2b-256 checksum How to use checksums |
f084e3c207a6aad1acfdfe1eda20abeadff47035f24820f09ac6870f9c8a26a3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |