VOOZH about

URL: https://pypi.org/project/Flask/

โ‡ฑ Flask ยท PyPI


Skip to main content

Flask 3.1.3

pip install Flask

Latest release

Released:

A simple framework for building complex web applications.

Navigation

Verified details

These details have been verified by PyPI
Project links
Owner
GitHub Statistics

Unverified details

These details have not been verified by PyPI
Project links
Meta

Project description

Flask

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.

A Simple Example

# save this as app.py
fromflaskimport Flask

app = Flask(__name__)

@app.route("/")
defhello():
 return "Hello, World!"
$ flask run
 * 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.

Contributing

See our detailed contributing documentation for many ways to contribute, including reporting issues, requesting features, asking or answering questions, and making PRs.

Project details

Verified details

These details have been verified by PyPI
Project links
Owner
GitHub Statistics

Unverified details

These details have not been verified by PyPI
Project links
Meta

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-3.1.3.tar.gz (759.0 kB view details)

Uploaded Source

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

flask-3.1.3-py3-none-any.whl (103.4 kB view details)

Uploaded Python 3

File details

Details for the file flask-3.1.3.tar.gz.

File metadata

  • Download URL: flask-3.1.3.tar.gz
  • Upload date:
  • Size: 759.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flask-3.1.3.tar.gz
Algorithm Hash digest
SHA256 0ef0e52b8a9cd932855379197dd8f94047b359ca0a78695144304cb45f87c9eb
MD5 4dd9abd8b17b66338a02ac45fafa710b
BLAKE2b-256 260035d85dcce6c57fdc871f3867d465d780f302a175ea360f62533f12b27e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for flask-3.1.3.tar.gz:

Publisher: publish.yaml on pallets/flask

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file flask-3.1.3-py3-none-any.whl.

File metadata

  • Download URL: flask-3.1.3-py3-none-any.whl
  • Upload date:
  • Size: 103.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for flask-3.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f4bcbefc124291925f1a26446da31a5178f9483862233b23c0c96a20701f670c
MD5 3da2e5b81647a4453e6d007668532627
BLAKE2b-256 7f9c34f6962f9b9e9c71f6e5ed806e0d0ff03c9d1b0b2340088a0cf4bce09b18

See more details on using hashes here.

Provenance

The following attestation bundles were made for flask-3.1.3-py3-none-any.whl:

Publisher: publish.yaml on pallets/flask

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

๐Ÿ‘ Image
AWS Cloud computing and Security Sponsor ๐Ÿ‘ Image
Datadog Monitoring ๐Ÿ‘ Image
Depot Continuous Integration ๐Ÿ‘ Image
Fastly CDN ๐Ÿ‘ Image
Google Download Analytics ๐Ÿ‘ Image
Pingdom Monitoring ๐Ÿ‘ Image
Sentry Error logging ๐Ÿ‘ Image
StatusPage Status page