{ "info": { "author": "Eric Snow", "author_email": "ericsnowcurrently@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "Introduced in Python 3.1, the importlib package provides a pure Python\nimplementation of the import machinery. It is also available on PyPI\nas a [very] watered down backport.\n\nThe backport_importlib package provides a script that will backport the\nfull importlib package to 2.x. Keep in mind that the backport is quite\nnaive and likely incomplete. However, it passes the rudimentary tests\nincluded in the script.\n\nThe script is optparse-based and the \"-h\" flag should be sufficient to\nsee how to use it. For information on how to use importlib, please\nrefer to the current 3.x stdlib documentation. The script will update\nthe importlib modules in-place, and will not install importlib for you.\nAlso, you have to provide your own copy of the 3.x importlib, which you\ncan get from hg.python.org/cpython (under Lib).\n\nIf you find cases where the backport could be improved please let me\nknow. Also, it probably won't work for Python earlier than 2.4, so\nkeep that in mind.\n\nOne last thing. A big reason that importlib was not released on PyPI\nas a full backport was to encourage adoption of 3.x. I stand with\nBrett on that choice. This tool is meant for the desparate only. In\ntruth, importlib provides very little that you don't already have in\nthe 2.x import machinery, so if you think you need it you're probably\nwrong.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/ericsnowcurrently/backport_importlib/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "backport_importlib", "package_url": "https://pypi.org/project/backport_importlib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/backport_importlib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/ericsnowcurrently/backport_importlib/" }, "release_url": "https://pypi.org/project/backport_importlib/0...1/", "requires_dist": null, "requires_python": null, "summary": "A script to backport the full importlib to 2.x", "version": "0...1" }, "last_serial": 786673, "releases": { "0...1": [ { "comment_text": "", "digests": { "md5": "32be7f327e81d49b8a2dc54103ab169a", "sha256": "6df9c805df87c59ef3e5d28bdd64995b1a103594489eabc6b5a3289013619fd1" }, "downloads": -1, "filename": "backport_importlib-0...1.tar.gz", "has_sig": false, "md5_digest": "32be7f327e81d49b8a2dc54103ab169a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4638, "upload_time": "2011-07-16T09:30:19", "url": "https://files.pythonhosted.org/packages/59/be/4b1f09c557dd485f368b8df6e34ab414acf276b874a8d31840d50852234b/backport_importlib-0...1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "32be7f327e81d49b8a2dc54103ab169a", "sha256": "6df9c805df87c59ef3e5d28bdd64995b1a103594489eabc6b5a3289013619fd1" }, "downloads": -1, "filename": "backport_importlib-0...1.tar.gz", "has_sig": false, "md5_digest": "32be7f327e81d49b8a2dc54103ab169a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4638, "upload_time": "2011-07-16T09:30:19", "url": "https://files.pythonhosted.org/packages/59/be/4b1f09c557dd485f368b8df6e34ab414acf276b874a8d31840d50852234b/backport_importlib-0...1.tar.gz" } ] }