File: README.rst

package info (click to toggle)
django-memoize 2.2.0%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 794; makefile: 113
file content (24 lines) | stat: -rw-r--r-- 815 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
django-memoize
==============

.. image:: https://travis-ci.org/tvavrys/django-memoize.svg?branch=master
    :target: https://travis-ci.org/tvavrys/django-memoize
.. image:: https://badge.fury.io/py/django-memoize.svg
    :target: http://badge.fury.io/py/django-memoize
.. image:: https://coveralls.io/repos/github/tvavrys/django-memoize/badge.svg?branch=master
    :target: https://coveralls.io/github/tvavrys/django-memoize?branch=master
|
**django-memoize** is an implementation
of `memoization <http://en.wikipedia.org/wiki/Memoization>`_ technique
for Django. You can think of it as a cache for function or method results.


Documentation
-------------

Documentation is available at http://django-memoize.readthedocs.io/en/latest/.

Requirements
------------

Latest supported Django versions. See `tox.ini`.