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
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.10.1.tar.gz
(544.2 kB
view details)
File details
Details for the file Flask-0.10.1.tar.gz.
File metadata
- Download URL: Flask-0.10.1.tar.gz
- Upload date:
- Size: 544.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373
|
|
| MD5 |
378670fe456957eb3c27ddaef60b2b24
|
|
| BLAKE2b-256 |
db9c149ba60c47d107f85fe52564133348458f093dd5e6b57a5b60ab9ac517bb
|