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

$ pip 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.10.tar.gz (544.0 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for Flask-0.10.tar.gz
Algorithm Hash digest
SHA256 84b3b352c3d6b888ee56c645d83a3b54a86fab6236be3d44fd55a275f2c8b207
MD5 92bc6b6ebd37d3120c235430a0491a15
BLAKE2b-256 f34653d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b

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