How to Install and Uninstall python3-django-memoize Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-django-memoize" package

Please follow the steps below to install python3-django-memoize on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-django-memoize

2. Uninstall "python3-django-memoize" package

Learn how to uninstall python3-django-memoize on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-django-memoize $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-memoize package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-memoize
Architecture: all
Version: 2.2.0+dfsg-1
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: django-memoize
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 39
Depends: python3-django, python3:any
Filename: pool/universe/d/django-memoize/python3-django-memoize_2.2.0+dfsg-1_all.deb
Size: 8988
MD5sum: b28a0ea627fc43ffbf81f63aaeb2bc8a
SHA1: 61aaca42c5d955dbb589b1d211537a392a399419
SHA256: c8d2ed5106ae374873a9b1970a6457d1c00082a9d976fbf7bc608c1c45302429
SHA512: 865f5f353f2840db98c0cfd61b6c2a598535227ca05193e36b9cc1a7d36c7544a34ea5fc97694398bce11f0fd37fe07f397f40ed1d275766f9c6e1c5b3014975
Homepage: https://pythonhosted.org/django-memoize/
Description-en: implementation of memoization technique for Django (Python 3)
django-memoize is an implementation of the memoization technique for Django.
You can think of it as a cache for function or method results.
.
In memoization, the functions arguments are also included into the cache_key.
Memoize is also designed for methods, since it will take into account the repr
of the ‘self’ or ‘cls’ argument as part of the cache key. The theory behind
memoization is that if you have a function you need to call several times in
one request, it would only be calculated the first time that function is
called with those arguments.
Description-md5: 15e6bd3f09a5b8b4c9216e2c3344cf85