--- id: lazy-object-proxy version: "1.12.0" license: BSD-2-Clause license_treatment: permissive maintenance: active --- # lazy-object-proxy — A fast and thorough lazy object proxy. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install lazy-object-proxy uv add lazy-object-proxy poetry add lazy-object-proxy ## Description ======== Overview ======== .. start-badges .. list-table:: :stub-columns: 1 * - docs - |docs| * - tests - |github-actions| |coveralls| |codecov| * - package - |version| |wheel| |supported-versions| |supported-implementations| |commits-since| .. |docs| image:: https://readthedocs.org/projects/python-lazy-object-proxy/badge/?style=flat :target: https://readthedocs.org/projects/python-lazy-object-proxy/ :alt: Documentation Status .. |github-actions| image:: https://github.com/ionelmc/python-lazy-object-proxy/actions/workflows/github-actions.yml/badge.svg :alt: GitHub Actions Build Status :target: https://github.com/ionelmc/python-lazy-object-proxy/actions .. |coveralls| image:: https://coveralls.io/repos/github/ionelmc/python-lazy-object-proxy/badge.svg?branch=master :alt: Coverage Status :target: https://coveralls.io/github/ionelmc/python-lazy-object-proxy?branch=master .. |codecov| image:: https://codecov.io/gh/ionelmc/python-lazy-object-proxy/branch/master/graphs/badge.svg?branch=master :alt: Coverage Status :target: https://app.codecov.io/github/ionelmc/python-lazy-object-proxy .. |version| image::... ## AI interpretation — verify before relying Provides a fast lazy proxy object that defers expensive computation until the proxy is first accessed, calling a supplied function on first use rather than at instantiation. Verdict: A stable, well-maintained utility for deferring expensive object initialization. Zero dependencies, permissive licensing, no known vulnerabilities, and broad Python version support make it a low-risk addition to any project needing lazy evaluation semantics. [View on SkillFed](https://skillfed.io/packages/lazy-object-proxy) · [View on PyPI](https://pypi.org/project/lazy-object-proxy/)