A utility to import a Python module by its physical file path, bypassing the normal sys.path resolution. Version 0.9.2, requires Python >=3.10. Maintenance mode; no recent releases.
pip install magicalimportNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import a module by its file path.
Use importlib.reload() or clear sys.modules manually.
Pass an absolute path using os.path.abspath().
Consider using importlib instead.
No dependency data recorded yet.