root/alpine313/: django-memoize-2.3.1 metadata and description

Homepage Simple index PyPI page

An implementation of memoization technique for Django.

author Thomas Vavrys
author_email tvavrys@sleio.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Framework :: Django
  • Framework :: Django :: 1.11
  • Framework :: Django :: 2.0
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content
dynamic
  • author
  • author-email
  • classifier
  • description
  • home-page
  • license
  • license-file
  • maintainer
  • maintainer-email
  • requires-dist
  • summary
license BSD License
license_file
  • LICENSE
maintainer Motoinsight.com
maintainer_email infra@motoinsight.com
requires_dist
  • django
File Tox results History
django_memoize-2.3.1-py2.py3-none-any.whl
Size
7 KB
Type
Python Wheel
Python
2.7

django-memoize is an implementation of memoization technique for Django. You can think of it as a cache for function or method results.