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.3.tar.gz (1.0 MB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: Flask-0.3.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for Flask-0.3.tar.gz
Algorithm Hash digest
SHA256 943ffb10abcc6fef6c3fbcc04f3be81cc6caa598ee7469d446f52d18bee1160f
MD5 5beb1e1b3c243d3ca078fe1ea9d6dbd8
BLAKE2b-256 8bcb706dbb37f4ef3a75366c9e715f41d22e73ca4594303f48d229d906c80632

See more details on using hashes here.

Supported by

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