| cachetools |
| ======================================================================== |
| |
| This module... |
| |
| .. code-block:: pycon |
| |
| >>> from cachetools import LRUCache, LFUCache |
| |
| |
| Installation |
| ------------------------------------------------------------------------ |
| |
| Install cachetools using pip:: |
| |
| pip install cachetools |
| |
| |
| Project Resources |
| ------------------------------------------------------------------------ |
| |
| - `Documentation <http://pythonhosted.org/cachetools/>`_ |
| - `Issue Tracker <https://github.com/tkem/cachetools/issues>`_ |
| - `Source Code <https://github.com/tkem/cachetools>`_ |
| - `Change Log <http://raw.github.com/tkem/cachetools/master/Changes>`_ |
| |
| |
| .. image:: https://pypip.in/v/cachetools/badge.png |
| :target: https://pypi.python.org/pypi/cachetools/ |
| :alt: Latest PyPI version |
| |
| .. image:: https://pypip.in/d/cachetools/badge.png |
| :target: https://pypi.python.org/pypi/cachetools/ |
| :alt: Number of PyPI downloads |