{ "info": { "author": "Evgeny.Fadeev", "author_email": "evgeny.fadeev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7" ], "description": "Utilities for loading modules,\nsupporting programmatic imports of types::\n\n >>>from import_utils import import_module_from, import_module\n >>>import x as mod_x\n >>>mod_x = import_module('x')\n >>>\n >>>import x.y as mod_xy\n >>>mod_xy = import_module('x.y')\n >>>\n >>>from x.y import z\n >>>z = import_module_from('x.y.z')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://askbot.org", "keywords": "import,module", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "import-utils", "package_url": "https://pypi.org/project/import-utils/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/import-utils/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://askbot.org" }, "release_url": "https://pypi.org/project/import-utils/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A module that supports simple programmatic module imports", "version": "0.0.1" }, "last_serial": 793235, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9786b19c5760d60acc8ff18b4b5caac6", "sha256": "84a5e11d49b97889d939727804dede768040501952ff7197d9e42ec671237681" }, "downloads": -1, "filename": "import-utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9786b19c5760d60acc8ff18b4b5caac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6269, "upload_time": "2011-09-15T17:17:47", "url": "https://files.pythonhosted.org/packages/85/e8/15a456f4b333ba144113e87dd70f222672e42641868c6d69b70b056bbd60/import-utils-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9786b19c5760d60acc8ff18b4b5caac6", "sha256": "84a5e11d49b97889d939727804dede768040501952ff7197d9e42ec671237681" }, "downloads": -1, "filename": "import-utils-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9786b19c5760d60acc8ff18b4b5caac6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6269, "upload_time": "2011-09-15T17:17:47", "url": "https://files.pythonhosted.org/packages/85/e8/15a456f4b333ba144113e87dd70f222672e42641868c6d69b70b056bbd60/import-utils-0.0.1.tar.gz" } ] }