{ "info": { "author": "Massimo DiPierro", "author_email": "massimo.dipierro@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# autoinstaller\n\nA package that automagically installs from PyPi everything you need as soon as you try import it.\nFor example, let's assume that you do not have the tornado web server.\n\n >>> import tornado\n Traceback (most recent call last):\n File \"\", line 1, in \n ImportError: No module named tornado\n\nBut if you have autoinstaller\n\n >>> import autoinstaller\n >>> import tornado\n ...\n Processing dependencies for tornado\n ...\n Installed ...\n Finished processing dependencies for tornado\n >>>\n\nAnd from now on the package can be used without existing or restarting the process.", "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/mdipierro/autoinstaller", "keywords": "package management", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "autoinstaller", "package_url": "https://pypi.org/project/autoinstaller/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/autoinstaller/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mdipierro/autoinstaller" }, "release_url": "https://pypi.org/project/autoinstaller/0.1/", "requires_dist": null, "requires_python": null, "summary": "A library that automatically imports from Pypi everything you try import", "version": "0.1" }, "last_serial": 1924938, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "1166fbbeaf057cba9f4af4666f9b5350", "sha256": "5dff0405c8470ef7e0fb2872b153accb9521a3889de4d8f612eb2e377012e14e" }, "downloads": -1, "filename": "autoinstaller-0.1.tar.gz", "has_sig": false, "md5_digest": "1166fbbeaf057cba9f4af4666f9b5350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1471, "upload_time": "2016-01-27T05:09:51", "url": "https://files.pythonhosted.org/packages/a2/76/ed7687288ef0f6255f60d7dec3fb314cd56194d81394fb9804b54a247316/autoinstaller-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1166fbbeaf057cba9f4af4666f9b5350", "sha256": "5dff0405c8470ef7e0fb2872b153accb9521a3889de4d8f612eb2e377012e14e" }, "downloads": -1, "filename": "autoinstaller-0.1.tar.gz", "has_sig": false, "md5_digest": "1166fbbeaf057cba9f4af4666f9b5350", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1471, "upload_time": "2016-01-27T05:09:51", "url": "https://files.pythonhosted.org/packages/a2/76/ed7687288ef0f6255f60d7dec3fb314cd56194d81394fb9804b54a247316/autoinstaller-0.1.tar.gz" } ] }