Utility library for performing programmatic imports, supporting absolute and relative imports, module reloading, and import path manipulation. Version 1.4.1, requires Python >=3.8, maintained on GitHub.
pip install emportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic dynamic import with import_module.
Use import_module if you only need a reference; use reload_module if you want it cached.
Always pass package='parent' when using dot-notation (e.g., '.submodule').
Ensure the parent package is importable before calling import_module on submodules.
No dependency data recorded yet.