Source: zope.deferredimport Section: zope Priority: optional Maintainer: Debian Python Team Uploaders: Colin Watson Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-sphinx , python3-zope.proxy, python3-zope.testrunner , Standards-Version: 4.7.0 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/zopefoundation/zope.deferredimport Vcs-Browser: https://salsa.debian.org/python-team/packages/zope.deferredimport Vcs-Git: https://salsa.debian.org/python-team/packages/zope.deferredimport.git Package: python3-zope.deferredimport Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Deferred imports of Python modules Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The zope.deferredimport package provides facilities for defining names in modules that will be imported from somewhere else when used. You can also cause deprecation warnings to be issued when a variable is used.