Skip to content
/ emport Public
forked from vmalloc/emport

Utility library for performing programmatic imports in Python

License

Notifications You must be signed in to change notification settings

ayalash/emport

 
 

Repository files navigation

https://secure.travis-ci.org/vmalloc/emport.png?branch=master,dev

https://pypip.in/d/emport/badge.png

https://pypip.in/v/emport/badge.png

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Makefile 2.5%