How to Install and Uninstall python3-lazy-object-proxy Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-lazy-object-proxy" package

Please follow the instructions below to install python3-lazy-object-proxy on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-lazy-object-proxy

2. Uninstall "python3-lazy-object-proxy" package

Learn how to uninstall python3-lazy-object-proxy on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-lazy-object-proxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-lazy-object-proxy package on Ubuntu 21.10 (Impish Indri)

Package: python3-lazy-object-proxy
Architecture: amd64
Version: 1.5.2-1
Priority: optional
Section: universe/python
Source: lazy-object-proxy
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 101
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.4)
Filename: pool/universe/l/lazy-object-proxy/python3-lazy-object-proxy_1.5.2-1_amd64.deb
Size: 19456
MD5sum: 76ef7a647828e48c4317796be02407e2
SHA1: debcfe5a8d1cfc3ebaed119a17b85d3a1dbffc68
SHA256: 147fdbe47d90d88b3caaa96381137b0917e81f36cc08be8d0e26c1706cb26b4d
SHA512: bf6e1f8590ff237f486158798fe39c6aa3bcf473c5d15f88c0c153087d54638c32856eb9904a8b8c6eb8490fedf51910f58365bf92f46099c788edc12be189e6
Homepage: https://github.com/ionelmc/python-lazy-object-proxy
Description-en: Python 3 fast and thorough lazy object proxy
A lazy object proxy is an object that wraps a callable but defers the call
until the object is actually required, and caches the result of said call.
.
These kinds of objects are useful in resolving various dependency issues, few
examples:
.
* Objects that need to held circular references at each other, but at
different stages. To instantiate object Foo you need an instance of Bar.
Instance of Bar needs an instance of Foo in some of it methods (but not at
construction). Circular imports sound familiar?
.
* Performance sensitive code. You don't know ahead of time what you're going
to use but you don't want to pay for allocating all the resources at the
start as you usually need just few of them.
.
This package contains the Python 3 version of lazy-object-proxy .
Description-md5: ad0ce17e06707e5d0f35f22d94949c7c