Thomas Kemmer | fa0e606 | 2014-03-22 11:09:33 +0100 | [diff] [blame^] | 1 | cachetools |
| 2 | ======================================================================== |
| 3 | |
| 4 | This module... |
| 5 | |
| 6 | .. code-block:: pycon |
| 7 | |
| 8 | >>> from cachetools import LRUCache, LFUCache |
| 9 | |
| 10 | |
| 11 | Installation |
| 12 | ------------------------------------------------------------------------ |
| 13 | |
| 14 | Install cachetools using pip:: |
| 15 | |
| 16 | pip install cachetools |
| 17 | |
| 18 | |
| 19 | Project 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 |