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

Uploaded Python 2Python 3

File details

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

File metadata

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

File hashes

Hashes for Flask-0.12.tar.gz
Algorithm Hash digest
SHA256 93e803cdbe326a61ebd5c5d353959397c85f829bec610d59cb635c9f97d7ca8b
MD5 c1d30f51cff4a38f9454b23328a15c5a
BLAKE2b-256 4b3a4c20183df155dd2e39168e35d53a388efb384a512ca6c73001d8292c094a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Flask-0.12-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f03bb2c255452444f7265eddb51601806e5447b6f8a2d50bbc77a654a14c118
MD5 d3351b10f54446203ac0fd8839850c62
BLAKE2b-256 0ee937ee66dde483dceefe45bb5e92b387f990d4f097df40c400cf816dcebaa4

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