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.5.tar.gz
(621.4 kB
view details)
Built Distribution
File details
Details for the file Flask-0.12.5.tar.gz
.
File metadata
- Download URL: Flask-0.12.5.tar.gz
- Upload date:
- Size: 621.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fac2b9d443e49f7e7358a444a3db5950bdd0324674d92ba67f8f1f15f876b14f |
|
MD5 | 6eb3909d46ed6e4db2155d3d5a765edc |
|
BLAKE2b-256 | 32573c33fe153ea008e9e0202eb028972178337c55777686aac03f41ade671f8 |
File details
Details for the file Flask-0.12.5-py2.py3-none-any.whl
.
File metadata
- Download URL: Flask-0.12.5-py2.py3-none-any.whl
- Upload date:
- Size: 81.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2c710d1d42317c802c43000daa16de9de6026146b344ab3376cbc6d18846b863 |
|
MD5 | 3baccb52c500f0b3dfcda30b175833d0 |
|
BLAKE2b-256 | a436756c34af4523bb0dfa77d3c83455bc4d5d01d6f03b20d8414f3e4deb8669 |