Autoimp

Latest version: v1.0.4

Safety actively analyzes 618415 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.4

* Alias 'numpy' as 'np' if it is available, since use of 'np' is common.

1.0.3

* Python 3 support.
- Connelly Barnes

(In use from 2006 to 2015, but no releases).

1.0.2

* Added autoimp._export_builtins(), which exports all available modules
to the builtin namespace. Use this in sitecustomize.py for editors
which do not run PYTHONPATH or editors such as IDLE which do not run
PYTHONPATH after executing a script.
- Connelly Barnes

1.0.1

* Decreased time that it takes to initially import 'autoimp': we now
use a custom algorithm which determines whether a given module in
the filesystem is importable rather than using imp.find_module().
* The new algorithm also fixes a bug where arbitrary directories were
considered to be packages and imported even though they lack
__init__.py .
- Connelly Barnes

1.0.0

* Initial release
- Connelly Barnes

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.