{ "info": { "author": "Timothy Shields", "author_email": "timothy.shields@live.com", "bugtrack_url": null, "classifiers": [], "description": "# importfix: Utilities for fixing Python imports\n\nPut these two lines at the top of your runnable scripts:\n\n```python\nimport importfix\nimportfix.fix_imports(__file__)\n```\n\nThe `fix_imports` function walks up the directory structure from the\nlocation of your script file to find the first directory that does\nnot contain an `__init__.py` file. That directory is inserted at the\nfront of `sys.path` if it is not already included.", "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/timothy-shields/importfix", "keywords": null, "license": "MIT license", "maintainer": null, "maintainer_email": null, "name": "importfix", "package_url": "https://pypi.org/project/importfix/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/importfix/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/timothy-shields/importfix" }, "release_url": "https://pypi.org/project/importfix/0.1/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1" }, "last_serial": 2353301, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "59de2c970147660dea2bfecadf1dc09a", "sha256": "4ac3760159dcaabdd962ebd6e385e299fcc765b9fe3da4e0bacc34b5a64285d7" }, "downloads": -1, "filename": "importfix-0.2.zip", "has_sig": false, "md5_digest": "59de2c970147660dea2bfecadf1dc09a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1996, "upload_time": "2016-09-20T16:26:08", "url": "https://files.pythonhosted.org/packages/66/15/dff35058e6ecf85116c481f75556f9ce5f92a16aa505b54b58f4108bc8f8/importfix-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "59de2c970147660dea2bfecadf1dc09a", "sha256": "4ac3760159dcaabdd962ebd6e385e299fcc765b9fe3da4e0bacc34b5a64285d7" }, "downloads": -1, "filename": "importfix-0.2.zip", "has_sig": false, "md5_digest": "59de2c970147660dea2bfecadf1dc09a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1996, "upload_time": "2016-09-20T16:26:08", "url": "https://files.pythonhosted.org/packages/66/15/dff35058e6ecf85116c481f75556f9ce5f92a16aa505b54b58f4108bc8f8/importfix-0.2.zip" } ] }