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/>`.
Links
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dce4b6bfbb5b062181d3f7da8f727ff70c1156cbb4024351eafd426deb5fb88
|
|
| MD5 |
76e9fee5c3afcf4634b9baf96c578207
|
|
| BLAKE2b-256 |
246e11b9c57e46f276a8a8dfda85a2fa7ada62b0463b68693616c7ab5df356fa
|
File details
Details for the file Flask-0.12.1-py2.py3-none-any.whl.
File metadata
- Download URL: Flask-0.12.1-py2.py3-none-any.whl
- Upload date:
- Size: 83.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c3130c8927109a08225993e4e503de4ac4f2678678ae211b33b519c622a7242
|
|
| MD5 |
8229cb65bc853afb6e4cf4f251f026eb
|
|
| BLAKE2b-256 |
f443fb2d5fb1d10e1d0402dd57836cf9a78b7f69c8b5f76a04b6e6113d0d7c5a
|