deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
Architecture: all
Depends: python3:any
Description: |-
Lazy attributes for Python objects (Python 3)
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.
.
This package installs the library for Python 3.
Homepage: https://github.com/stefanholek/lazy
Installed-Size: '30'
Maintainer: Wouter Verhelst <wouter@debian.org>
Package: python3-lazy
Priority: optional
Section: python
Source: lazy
Version: 1.5.1-1.1
srcpkg_name: lazy
srcpkg_version: 1.5.1-1.1