tdr-autosync / mi-lib-django_memoize

An implementation of memoization technique for Django

Home Page:http://django-memoize.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-memoize

https://travis-ci.org/tvavrys/django-memoize.svg?branch=master https://coveralls.io/repos/github/tvavrys/django-memoize/badge.svg?branch=master

django-memoize is an implementation of 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.

About

An implementation of memoization technique for Django

http://django-memoize.readthedocs.io/en/latest/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.8%Language:Makefile 0.2%