Flask

A microframework based on Werkzeug, Jinja2 and good intentions
Download

Flask Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Armin Ronacher

Flask Tags


Flask Description

A microframework based on Werkzeug, Jinja2 and good intentions Flask is a microframework for Python based on Jinja 2, Werkzeug and good intentions. And before you ask: It's BSD licensed!Flask is Funfrom flask import Flaskapp = Flask(__name__)@app.route("/")def hello(): return "Hello World!"if __name__ == "__main__": app.run()And Easy to Setupeasy_install Flaskpython hello.py * Running on http://localhost:5000/Links * website * documentation * development version Requirements: · Python


Flask Related Software