Source: lazy-loader Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Bo YU Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, python3-all, flit, pybuild-plugin-pyproject, python3-pytest Standards-Version: 4.6.1 Homepage: https://github.com/scientific-python/lazy_loader Vcs-Git: https://salsa.debian.org/python-team/packages/lazy-loader.git Vcs-Browser: https://salsa.debian.org/python-team/packages/lazy-loader Package: python3-lazy-loader Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: lazy_loader makes it easy to load subpackages and functions on demand Allow subpackages to be made visible to users without incurring import costs. . Allow external libraries to be imported only when used, improving import times.