Skip to content

1.0.0

Compare
Choose a tag to compare
@bachorp bachorp released this 06 Jun 18:02
· 7 commits to v1 since this release

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.