PKG-INFO 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. Metadata-Version: 1.1
  2. Name: importlib
  3. Version: 1.0.3
  4. Summary: Backport of importlib.import_module() from Python 2.7
  5. Home-page: UNKNOWN
  6. Author: Brett Cannon
  7. Author-email: brett@python.org
  8. License: UNKNOWN
  9. Description: Purpose
  10. ========
  11. This package contains the code from importlib as found in Python 2.7. It is
  12. provided so that people who wish to use ``importlib.import_module()`` with a
  13. version of Python prior to 2.7 or in 3.0 have the function readily available.
  14. The code in no way deviates from what can be found in the Python 2.7 standard
  15. library.
  16. For documentation, see the `importlib docs`_ for Python 2.7.
  17. .. _importlib docs: http://docs.python.org/2.7/library/importlib.html
  18. Platform: UNKNOWN
  19. Classifier: Programming Language :: Python :: 2
  20. Classifier: Programming Language :: Python :: 2.3
  21. Classifier: Programming Language :: Python :: 2.4
  22. Classifier: Programming Language :: Python :: 2.5
  23. Classifier: Programming Language :: Python :: 2.6
  24. Classifier: Programming Language :: Python :: 3
  25. Classifier: Programming Language :: Python :: 3.0
  26. Classifier: Development Status :: 5 - Production/Stable
  27. Classifier: License :: OSI Approved :: Python Software Foundation License