blob: df10ac425a6d0bf731f4013a8d95d87fabeb7c23 [file] [log] [blame]
Thomas Kemmerfa0e6062014-03-22 11:09:33 +01001cachetools
2========================================================================
3
4This module...
5
6.. code-block:: pycon
7
8 >>> from cachetools import LRUCache, LFUCache
9
10
11Installation
12------------------------------------------------------------------------
13
14Install cachetools using pip::
15
16 pip install cachetools
17
18
19Project Resources
20------------------------------------------------------------------------
21
22- `Documentation <http://pythonhosted.org/cachetools/>`_
23- `Issue Tracker <https://github.com/tkem/cachetools/issues>`_
24- `Source Code <https://github.com/tkem/cachetools>`_
25- `Change Log <http://raw.github.com/tkem/cachetools/master/Changes>`_
26
27
28.. image:: https://pypip.in/v/cachetools/badge.png
29 :target: https://pypi.python.org/pypi/cachetools/
30 :alt: Latest PyPI version
31
32.. image:: https://pypip.in/d/cachetools/badge.png
33 :target: https://pypi.python.org/pypi/cachetools/
34 :alt: Number of PyPI downloads