blob: deca9cd3c2bd9ba106a18dd362d162b2e33a6af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Related Projects
================
If requests-cache isn't quite what you need, you can help make it better! See the
:ref:`Contributing Guide <contributing>` for details.
You can also check out these other python cache projects:
* `CacheControl <https://github.com/ionrock/cachecontrol>`_: An HTTP cache for ``requests`` that caches
according to HTTP headers
* `diskcache <https://github.com/grantjenks/python-diskcache>`_: A general-purpose (not HTTP-specific)
file-based cache built on SQLite
* `aiohttp-client-cache <https://github.com/JWCook/aiohttp-client-cache>`_: An async HTTP cache for
``aiohttp``, based on `requests-cache`
* `aiohttp-cache <https://github.com/cr0hn/aiohttp-cache>`_: A server-side async HTTP cache for the
``aiohttp`` web server
* `aiocache <https://github.com/aio-libs/aiocache>`_: General-purpose (not HTTP-specific) async cache
backends
* `flask-caching <https://github.com/sh4nks/flask-caching>`_: A server-side HTTP cache for
applications using the Flask framework
|