Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-lazy | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.4 | Vendor: openSUSE |
Release: bp156.3.1 | Build date: Sat Jul 22 11:28:56 2023 |
Group: Development/Languages/Python | Build host: goat45 |
Size: 74972 | Source RPM: python-lazy-1.4-bp156.3.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/stefanholek/lazy | |
Summary: Lazy attributes for Python objects |
Lazy attributes are computed attributes that are evaluated only once, the first time they are used. Subsequent uses return the results of the first call. They come handy when code should run * late, i.e. just before it is needed, and * once, i.e. not twice, in the lifetime of an object. You can think of it as deferred initialization. The possibilities are endless.
BSD-2-Clause
* Thu Feb 28 2019 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.4: * Add MANIFEST.in. [stefan] * Release as universal wheel. [stefan] * Tue Dec 04 2018 Matej Cepl <mcepl@suse.com> - Remove superfluous devel dependency for noarch package * Thu May 10 2018 toddrme2178@gmail.com - Use license tag * Sat Oct 07 2017 arun@gmx.de - initial package
/usr/lib/python3.6/site-packages/lazy /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/lazy-1.4-py3.6.egg-info/zip-safe /usr/lib/python3.6/site-packages/lazy/__init__.py /usr/lib/python3.6/site-packages/lazy/__pycache__ /usr/lib/python3.6/site-packages/lazy/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lazy/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/lazy/__pycache__/lazy.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lazy/__pycache__/lazy.cpython-36.pyc /usr/lib/python3.6/site-packages/lazy/lazy.py /usr/lib/python3.6/site-packages/lazy/tests /usr/lib/python3.6/site-packages/lazy/tests/__init__.py /usr/lib/python3.6/site-packages/lazy/tests/__pycache__ /usr/lib/python3.6/site-packages/lazy/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lazy/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/lazy/tests/__pycache__/test_lazy.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/lazy/tests/__pycache__/test_lazy.cpython-36.pyc /usr/lib/python3.6/site-packages/lazy/tests/test_lazy.py /usr/share/doc/packages/python3-lazy /usr/share/doc/packages/python3-lazy/CHANGES.rst /usr/share/doc/packages/python3-lazy/README.rst /usr/share/licenses/python3-lazy /usr/share/licenses/python3-lazy/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025