vmalloc / emport

Utility library for performing programmatic imports in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Supported Versions Latest Version

Overview

Emport is a small utility library for importing files by file name. It exposed a single function, import_file(filename).

Unlike traditional usages of __import__, execfile or even imp.load_source, Emport takes care of all cases that you may encounter - importing files inside packages (useful when they use relative imports), importing directories (or __init__.py files)

Licence

The library is licensed under the BSD (3-clause) open source license.

About

Utility library for performing programmatic imports in Python

License:Other


Languages

Language:Python 98.2%Language:Makefile 1.8%