Releases: bachorp/lazy-imports
Releases · bachorp/lazy-imports
1.0.1
1.0.0
v1
introduces a new class LazyModule
, an improved version of LazyImporter
, which
- allows attributes to be imported from any module (and not just submodules),
- offers to specify imports as plain python code (which can then be sourced from a dedicated file),
- supports
__doc__
, and - applies additional sanity checks (such as preventing cyclic imports).
For examples and additional information, check out the README.