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/
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
Flask-0.2.tar.gz (13.9 kB) Copy SHA256 hash SHA256 | Source | None | May 12, 2010 |