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.6.1
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.6.1.tar.gz | 413.8 kB | Details |
Release files / Flask-0.6.1.tar.gz
| Download URL | Flask-0.6.1.tar.gz |
|---|---|
| Size | 413.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fe0e31bf71a1fc1d2e0786052855c94cd9ee43546d3e15ff98ccee0c5bc21f70
|
|
BLAKE2b-256 checksum How to use checksums |
8f1c453a427f55b91239b3368c8b975b55d089d5d79dc37545af41cd7157c187
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |