A microframework based on Werkzeug, Jinja2 and good intentions
Project description
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
Project details
Release history Release notifications | RSS feed
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.8.tar.gz
(494.2 kB
view details)
File details
Details for the file Flask-0.8.tar.gz.
File metadata
- Download URL: Flask-0.8.tar.gz
- Upload date:
- Size: 494.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
937504fc2ae59c44f2181be139733190ed98c51a00adbb6013873692e90b06c9
|
|
| MD5 |
a5169306cfe49b3b369086f2a63816ab
|
|
| BLAKE2b-256 |
f084e3c207a6aad1acfdfe1eda20abeadff47035f24820f09ac6870f9c8a26a3
|