{ "info": { "author": "huyx", "author_email": "ycyuxin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Load or reload python object\n-----------------------------\n\nimport module::\n\n import iload\n\nload moudule::\n\n mod = iload.iload('mymodule')\n\nload function::\n\n func = iload.iload('mymodule.func')\n\nload class::\n\n MyClass = iload.iload('mymodule.MyClass')\n\nreload module::\n\n new_mod = iload.ireload(mod)\n\nreload function::\n\n new_func = iload.ireload(func)\n\nreload class::\n\n NewMyClass = iload.ireload(MyClass)\r\n\r\n\r\nChanges\n=======\n\n0.1.8(2014-09-16)\n-----------------\n\n- Add CHANGES.rst and README.rst to MANIFEST.in\n\n0.1.3\n-----\n\n- Add CHANGES.txt\n- Refactor setup.py\n- Use reStructuredText in README", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/huyx/iload", "keywords": "load,reload", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "iload", "package_url": "https://pypi.org/project/iload/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/iload/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/huyx/iload" }, "release_url": "https://pypi.org/project/iload/0.1.10/", "requires_dist": null, "requires_python": null, "summary": "Load or reload python object", "version": "0.1.10" }, "last_serial": 1225866, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "304b08130b18dc2ed98cd5e2b45d9f10", "sha256": "8a390f4564483867c78fe306af657f174dfee105a0307fe7f15fffd4b95b6d36" }, "downloads": -1, "filename": "iload-0.1.10.zip", "has_sig": false, "md5_digest": "304b08130b18dc2ed98cd5e2b45d9f10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2813, "upload_time": "2014-09-16T02:08:42", "url": "https://files.pythonhosted.org/packages/53/9c/84d555f893c7745c67681b966d1a5ae1d33a753bce6942aa2f41be2ec84a/iload-0.1.10.zip" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "9464a823b71fde5ebc5cb58be5182a7f", "sha256": "0931dfd23f204084131da3aa48515f49c4b4ff846fb38496131e78000bdbe6bd" }, "downloads": -1, "filename": "iload-0.1.7.zip", "has_sig": false, "md5_digest": "9464a823b71fde5ebc5cb58be5182a7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2208, "upload_time": "2014-09-16T01:55:32", "url": "https://files.pythonhosted.org/packages/c2/30/65be66665402c4ac9840bbf82e9334d0f6e83479e231fa280a34be218d12/iload-0.1.7.zip" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "ff6ee8e565f93aca4796e61976b37966", "sha256": "75b7747fc2722679504306ac7fe43a45a7a2831c681b5504b8e420061085be66" }, "downloads": -1, "filename": "iload-0.1.8.zip", "has_sig": false, "md5_digest": "ff6ee8e565f93aca4796e61976b37966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2248, "upload_time": "2014-09-16T02:04:14", "url": "https://files.pythonhosted.org/packages/e3/f6/cfc85e078ed6506f17230e6c3de97ee0a718b14ed595c006df33b0c3e7a4/iload-0.1.8.zip" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "4cd3d2fcd06af41458dcd7bd7d0b729c", "sha256": "a403bf713f8aca2249b57b9c075983aa69311279b70ca2bb78d42107c182b4c5" }, "downloads": -1, "filename": "iload-0.1.9.zip", "has_sig": false, "md5_digest": "4cd3d2fcd06af41458dcd7bd7d0b729c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2801, "upload_time": "2014-09-16T02:08:03", "url": "https://files.pythonhosted.org/packages/ba/79/53387831743ab5031eb8e5327ce925ccedc468c77d621a3ed52ee108e00d/iload-0.1.9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "304b08130b18dc2ed98cd5e2b45d9f10", "sha256": "8a390f4564483867c78fe306af657f174dfee105a0307fe7f15fffd4b95b6d36" }, "downloads": -1, "filename": "iload-0.1.10.zip", "has_sig": false, "md5_digest": "304b08130b18dc2ed98cd5e2b45d9f10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2813, "upload_time": "2014-09-16T02:08:42", "url": "https://files.pythonhosted.org/packages/53/9c/84d555f893c7745c67681b966d1a5ae1d33a753bce6942aa2f41be2ec84a/iload-0.1.10.zip" } ] }