lazy-imports-lite

lazy-imports-lite changes the semantics of python imports and defers the import until it is used the first time like in PEP 690

Downloads
139
Stars
9
Committers
2

Bot releases are visible (Hide)

lazy-imports-lite - v0.1.1 Latest Release

Published by 15r10nk 8 months ago

fix: perform no lazy import transformation for modules which use exec/eval.

Full Changelog: https://github.com/15r10nk/lazy-imports-lite/compare/v0.1.0...v0.1.1

lazy-imports-lite - v0.1.0

Published by 15r10nk 8 months ago

the first version of lazy-imports-lite provides basic support for lazy imports which require no code changes and can be enabled by package.