Metadata-Version: 1.1
Name: dymport
Version: 0.1.0
Summary: Dynamically import (abitrary names from) arbitrary files in Python.
Home-page: https://github.com/ErwinJanssen/dymport.py
Author: Erwin Janssen
Author-email: erwinjanssen@outlook.com
License: MIT
Description: Dynamic import

        ==============

        

        Sometimes you want to import some Python file by it's path only. This might

        be a dynamically generated path, placing a __init__ in the directory might

        not be an option. Maybe you are building some kind of plugin system, or want

        to inject a dependency?

        

        Dymport got you covered, it provides several function to import a file by path,

        or import specific names from that file. It works on all major Python version,

        providing a uniform interface for dynamically import arbitrary Python files.

        
Keywords: dynamic arbitrary import
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
