How to Install and Uninstall python3-lazy-object-proxy Package on Kali Linux

Last updated: May 02,2024

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

This tutorial shows how to install python3-lazy-object-proxy on Kali Linux

$ 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 Kali Linux:

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

3. Information about the python3-lazy-object-proxy package on Kali Linux

Package: python3-lazy-object-proxy
Source: lazy-object-proxy
Version: 1.10.0-1
Installed-Size: 176
Maintainer: Sandro Tosi
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 28412
SHA256: 7b6512a0e3b44d0ea5a629f7425777e3ca38ddd5f4e7af343df5f5247a881ea8
SHA1: bae11a52fdae2b9c5e6d41f08e49b0b70e1391c2
MD5sum: 080463cc08a61842fc81791ed74530dc
Description: 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:
Homepage: https://github.com/ionelmc/python-lazy-object-proxy
Section: python
Priority: optional
Filename: pool/main/l/lazy-object-proxy/python3-lazy-object-proxy_1.10.0-1_amd64.deb