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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Flask-0.6.tar.gz
(388.7 kB
view details)
File details
Details for the file Flask-0.6.tar.gz.
File metadata
- Download URL: Flask-0.6.tar.gz
- Upload date:
- Size: 388.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dc18a7c673bf0a6fada51e011fc411285a8301f6dfc1c000ebfa272b5e609e4
|
|
| MD5 |
55a5222123978c8c16dae385724c0f3a
|
|
| BLAKE2b-256 |
4486481371798994529e105633a50b2332638105a1e191053bc0f4bbc9b91791
|