Metadata-Version: 2.4
Name: Flask-Caching
Version: 2.4.1
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.

## Pallets Community Ecosystem

> [!IMPORTANT]\
> This project is part of the Pallets Community Ecosystem. Pallets is the open
> source organization that maintains Flask; Pallets-Eco enables community
> maintenance of related projects. If you are interested in helping maintain
> this project, please reach out on [the Pallets Discord server][discord].

[discord]: https://discord.gg/pallets

## Installing

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

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

## 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>

