File: README.rst

package info (click to toggle)
flask-caching 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 480 kB
  • sloc: python: 2,826; makefile: 193; sh: 17
file content (41 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Flask-Caching
=============

A fork of the `Flask-cache`_ extension which adds easy cache support to Flask.

.. _Flask-cache: https://github.com/thadeusb/flask-cache


Installing
----------

Install and update using `pip`_:

.. code-block:: text

    $ pip install -U flask-caching

.. _pip: https://pip.pypa.io/en/stable/getting-started/


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`_.

.. _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