PACKAGE NAME: python3-lazy_loader-0.4-x86_64-2_slackdce.txz PACKAGE LOCATION: ./python/python3-lazy_loader PACKAGE SIZE (compressed): 20 K PACKAGE SIZE (uncompressed): 120 K PACKAGE REQUIRED: python3-flit_core,python3-installer,python3-pyproject-hooks,python3-build,python3-packaging-opt,python3-wheel,python3-setuptools-opt PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: python3-lazy_loader: python3-lazy_loader (Load subpackages and functions on demand) python3-lazy_loader: python3-lazy_loader: lazy_loader makes it easy to load subpackages and functions on demand. python3-lazy_loader: python3-lazy_loader: Motivation: python3-lazy_loader: 1. Allow subpackages to be made visible to users without incurring python3-lazy_loader: import costs. python3-lazy_loader: 2. Allow external libraries to be imported only when used, improving python3-lazy_loader: import times. python3-lazy_loader: python3-lazy_loader: HOMEPAGE: https://scientific-python.org/specs/spec-0001/