File: PKG-INFO

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 (34 lines) | stat: -rw-r--r-- 1,317 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
25
26
27
28
29
30
31
32
33
34
Metadata-Version: 1.1
Name: django-memoize
Version: 2.2.0
Summary: An implementation of memoization technique for Django.
Home-page: https://github.com/tvavrys/django-memoize
Author: Thomas Vavrys
Author-email: tvavrys@sleio.com
License: BSD License
Description: 
        django-memoize
        --------------
        
        **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.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content