Skip to main content

Import python object from string and return the reference of the object.

Project description

https://travis-ci.org/appstore-zencore/magic-import.svg?branch=master

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_import 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.3.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page