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

Save in a hello.py:

from flask import Flask
app = Flask(__name__)

@app.route("/")
def hello():
    return "Hello World!"

if __name__ == "__main__":
    app.run()

And Easy to Setup

And run it:

   $ pip install Flask
   $ python hello.py
    * Running on http://localhost:5000/

Ready for production? `Read this first <http://flask.pocoo.org/docs/deploying/>`.

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

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Flask-0.12.4-py2.py3-none-any.whl (81.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for Flask-0.12.4.tar.gz
Algorithm Hash digest
SHA256 2ea22336f6d388b4b242bc3abf8a01244a8aa3e236e7407469ef78c16ba355dd
MD5 f885afe6dd25e8d48d5ba23f2857687e
BLAKE2b-256 1b72ffc594a6832337ace475f939e61c34a44cbb150cde9589f98c482b407dd8

See more details on using hashes here.

File details

Details for the file Flask-0.12.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for Flask-0.12.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6c02dbaa5a9ef790d8219bdced392e2d549c10cd5a5ba4b6aa65126b2271af29
MD5 3b498df2add69ee16b228e8bdd581bce
BLAKE2b-256 2e48f1936dadac2326b3d73f2fe0a964a87d16be16eb9d7fc56f09c1bea3d17c

See more details on using hashes here.

Supported by

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