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.7.tar.gz
(469.4 kB
view details)
File details
Details for the file Flask-0.7.tar.gz.
File metadata
- Download URL: Flask-0.7.tar.gz
- Upload date:
- Size: 469.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab377ff4113d76d7dd3496c05716ff7a7a7b9e492460e775991e9addc271ba16
|
|
| MD5 |
1aaf5504ae28925fb97fb3ab8b85d3cd
|
|
| BLAKE2b-256 |
4308e4907533c6ca0ebb1867182fa94b1ffa41fa3aba5f6cb4969e108262e92b
|