This release is a pre-release and may not be stable for production use.
Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the ability to scale up to complex applications. It began as a simple wrapper around Werkzeug and Jinja and has become one of the most popular Python web application frameworks.
Flask offers suggestions, but doesn’t enforce any dependencies or project layout. It is up to the developer to choose the tools and libraries they want to use. There are many extensions provided by the community that make adding new functionality easy.
Installing
Install and update using pip:
pip install -U Flask
A Simple Example
from flask import Flask
app = Flask(__name__)
@app.route('/')
def hello():
return 'Hello, World!'
$ env FLASK_APP=hello.py flask run
* Serving Flask app "hello"
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
Donate
The Pallets organization develops and supports Flask and the libraries it uses. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today.
Links
Documentation: http://flask.pocoo.org/docs/
License: BSD
Releases: https://pypi.org/project/Flask/
Issue tracker: https://github.com/pallets/flask/issues
Test status:
Linux, Mac: https://travis-ci.org/pallets/flask
Test coverage: https://codecov.io/gh/pallets/flask
Release files for fidding-flask 1.1.dev0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fidding-flask-1.1.dev0.tar.gz | 647.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fidding_flask-1.1.dev0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 739.3 kB
Release files / fidding-flask-1.1.dev0.tar.gz
| Download URL | fidding-flask-1.1.dev0.tar.gz |
|---|---|
| Size | 647.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6aee465eafb6dbfa2448dd505435479cab51eebef56ffe867913108528439cab
|
|
BLAKE2b-256 checksum How to use checksums |
9546c69fd0dcd176b4ef62654c4300b0834f3a7d48792d43983eecb689c12a0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / fidding_flask-1.1.dev0-py2.py3-none-any.whl
| Download URL | fidding_flask-1.1.dev0-py2.py3-none-any.whl |
|---|---|
| Size | 91.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
7f499d4edca73a3d0f2832b16e93f1b7042862c55850dc89671e601f53fbb743
|
|
BLAKE2b-256 checksum How to use checksums |
cb2603efa68f5b6ae90f38781444a3a5f31162018a80fd75ba09c2c69203a740
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |