import-utils 0.0.1
A module that supports simple programmatic module imports
Utilities for loading modules, supporting programmatic imports of types:
>>>from import_utils import import_module_from, import_module
>>>import x as mod_x
>>>mod_x = import_module('x')
>>>
>>>import x.y as mod_xy
>>>mod_xy = import_module('x.y')
>>>
>>>from x.y import z
>>>z = import_module_from('x.y.z')
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| import-utils-0.0.1.tar.gz (md5) | Source | 2011-09-15 | 6KB | 277 | |
- Author: Evgeny.Fadeev
- Home Page: http://askbot.org
- Keywords: import,module
- License: BSD
- Categories
- Package Index Owner: Evgeny.Fadeev
- DOAP record: import-utils-0.0.1.xml
