Skip to main content

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/

Project details


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.6.1.tar.gz (413.8 kB view details)

Uploaded Source

File details

Details for the file Flask-0.6.1.tar.gz.

File metadata

  • Download URL: Flask-0.6.1.tar.gz
  • Upload date:
  • Size: 413.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Flask-0.6.1.tar.gz
Algorithm Hash digest
SHA256 fe0e31bf71a1fc1d2e0786052855c94cd9ee43546d3e15ff98ccee0c5bc21f70
MD5 7af56e33fb6a35db2818c20e604c8698
BLAKE2b-256 8f1c453a427f55b91239b3368c8b975b55d089d5d79dc37545af41cd7157c187

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page