Import python object from string and return the reference of the object.
Project description
Import python object from string and return the reference of the object. The object can be a class, instance, variable and anything else, and can be from class, instance, module, global/local environment.
Install
pip install magic-import
Usage
from magic_select import import_from_string listdir = import_from_string("os.listdir") files = listdir(".")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magic-import-0.1.1.tar.gz
(2.8 kB
view hashes)