Metadata-Version: 2.4
Name: Flask-Caching
Version: 2.4.0
Summary: Adds caching support to Flask applications.
Author-email: Peter Justin <peter.justin@outlook.com>
Maintainer-email: Pallets Ecosystem <contact@palletsprojects.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-Expression: BSD-3-Clause
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
License-File: LICENSE
Requires-Dist: flask>=2.0
Requires-Dist: cachelib>=0.9.0
Project-URL: Changes, https://github.com/pallets-eco/flask-caching/releases/
Project-URL: Chat, https://discord.gg/pallets
Project-URL: Documentation, https://flask-caching.readthedocs.io
Project-URL: Source, https://github.com/pallets-eco/flask-caching

# Flask-Caching

A fork of the [Flask-cache](https://github.com/thadeusb/flask-cache) extension which adds easy cache support to Flask.

## Installing

Install and update using [pip](https://pip.pypa.io/en/stable/getting-started/):

```text
$ pip install -U flask-caching
```

## 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](https://palletsprojects.com/donate).

## Links

-   Documentation: <https://flask-caching.readthedocs.io>
-   Changes: <https://flask-caching.readthedocs.io/en/latest/changelog.html>
-   PyPI Releases: <https://pypi.org/project/Flask-Caching/>
-   Source Code: <https://github.com/pallets-eco/flask-caching>
-   Issue Tracker: <https://github.com/pallets-eco/flask-caching/issues>
-   Twitter: <https://twitter.com/PalletsTeam>
-   Chat: <https://discord.gg/pallets>
