autoimp 1.0.2
Automatically imports all modules at the interactive Python prompt
Latest Version: Unknown
The autoimp module makes usage of the interactive Python prompt more productive. With autoimp, all installed Python modules can be imported with the single statement "from autoimp import *". The imported modules are proxy objects which lazily load when first used. Proper installation of autoimp involves placing "from autoimp import *" in your PYTHONSTARTUP file. Once autoimp is properly installed, it is no longer necessary to use statements of the form "import X" at the interactive prompt.
- Author: Connelly Barnes <connellybarnes at gmail period com>
- Maintainer: Connelly barnes <connellybarnes at gmail period com>
- Home Page: http://www.connellybarnes.com/code/autoimp/
- Keywords: automatic lazy imports interactive python prompt session productivity productive
- Categories
- Package Index Owner: barnesc
- DOAP record: autoimp-1.0.2.xml
