Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdr-autosync/mi-lib-django_memoize
An implementation of memoization technique for Django
https://github.com/tdr-autosync/mi-lib-django_memoize
Last synced: 3 months ago
JSON representation
An implementation of memoization technique for Django
- Host: GitHub
- URL: https://github.com/tdr-autosync/mi-lib-django_memoize
- Owner: tdr-autosync
- License: bsd-3-clause
- Created: 2014-04-13T14:22:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T15:23:32.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T15:08:47.335Z (6 months ago)
- Language: Python
- Homepage: http://django-memoize.readthedocs.io/en/latest/
- Size: 103 KB
- Stars: 120
- Watchers: 26
- Forks: 30
- Open Issues: 23
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- awesome-django-performance - django-memoize - A cache for function or method results. (Caching / Tools)
README
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 `_ 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`.