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.1.tar.gz (548.5 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.1-py2.py3-none-any.whl (83.0 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for Flask-0.12.1.tar.gz
Algorithm Hash digest
SHA256 9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88
MD5 76e9fee5c3afcf4634b9baf96c578207
BLAKE2b-256 246e11b9c57e46f276a8a8dfda85a2fa7ada62b0463b68693616c7ab5df356fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Flask-0.12.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6c3130c8927109a08225993e4e503de4ac4f2678678ae211b33b519c622a7242
MD5 8229cb65bc853afb6e4cf4f251f026eb
BLAKE2b-256 f443fb2d5fb1d10e1d0402dd57836cf9a78b7f69c8b5f76a04b6e6113d0d7c5a

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