File: README.rst

package info (click to toggle)
django-memoize 2.0.0%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 147
  • sloc: python: 640; makefile: 114
file content (24 lines) | stat: -rw-r--r-- 785 bytes parent folder | download | duplicates (2)
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://pythonhosted.org/django-memoize/.

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

Django >= 1.7 is required.