Metadata-Version: 1.1
Name: autoimp
Version: 1.0.3
Summary: Automatic Python imports
Home-page: http://www.connellybarnes.com/code/autoimp/
Author: Connelly Barnes
Author-email: connellybarnes at gmail.com
License: MIT
Description: 
            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.
            
Keywords: interactive interpreter development imports convenience
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
