Metadata-Version: 1.0
Name: importlib_full
Version: 0.0.1
Summary: Backport of Brett Cannon's full importlib module.
Home-page: http://github.com/ralphbean/importlib_full
Author: Ralph Bean
Author-email: rbean@redhat.com
License: UNKNOWN
Description: Purpose
        =======
        
        This package contains an attempt to backport *all* the code from importlib as
        found in Python 3.2.  It is provided for people who wish to use sane import
        machinery but who are stuck running in Python 2 or who wish to build packages
        that are both Python 2 and Python 3 compatible.
        
        For documentation, see the `importlib docs`_ for Python 3.2.
        
        .. _importlib docs: http://docs.python.org/py3k/library/importlib.html
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Python Software Foundation License
