Metadata-Version: 1.0
Name: import-relative
Version: 0.1.0
Summary: __import__ with a directory name to use to root import
Home-page: http://code.google.com/p/pyimport-relative
Author: Rocky Bernstein
Author-email: rocky@gnu.org
License: UNKNOWN
Description: A reduced Python __import__() function where one must give a directory for
        which to start searching from.
        
        As per __import__() sans "from lists" which is used here, we always
        return the top-level import name even when a compound import
        (e.g. a.b.c) is given.  
        
        Sorry, we don't do "from lists", global or local variables here.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
