- skip modules with exec/eval
- support for namespace packages
- added
lazy-imports-lite preview
command - allow setattr for lazy module attributes
- raise LazyImportError if an error is raised during the lazy importing of a module
- disable lazy-imports with LAZY_IMPORTS_LITE_DISABLE
- loader works for simple examples
- implemented import & import as
- globals returns the imported modules
- globals returns the imported modules
- support packages with different names than the project
- fixed windows support
- use package to find modules
- fixed some issues
- hide LazyObjects from modules
- scan distributions at startup
- renamed v to _lazy_value