{ "info": { "author": "Cody Soyland", "author_email": "codysoyland@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License" ], "description": "# yoloimport\n*Never see another ImportError*\n\nAre you tired of seeing ImportErrors? **yoloimport** makes ImportErrors a relic of the past, by installing your dependencies for you whenever you import a missing package. Now you can focus on writing code instead of installing dependencies!\n\n## Installation\n\nTo install, just run `pip install yoloimport` and kiss pip goodbye, because yoloimport will deal with pip for you!\n\n## Example\n\nLet's try to use the [itty framework](https://github.com/toastdriven/itty) for the first time!\n\n\n >>> from itty import get, run_itty\n Traceback (most recent call last):\n File \"\", line 1, in \n ImportError: No module named itty\n\n\nWho wants to see that nonsense!? Let's try it after importing **yoloimport**!\n\n >>> import yoloimport\n >>> from itty import get, run_itty\n Collecting itty\n Using cached itty-0.8.2-py2.py3-none-any.whl\n Installing collected packages: itty\n\n Successfully installed itty-0.8.2\n Collecting -winreg\n Could not find any downloads that satisfy the requirement -winreg\n No distributions at all found for -winreg\n >>> @get('/')\n ... def index(request):\n ... return 'Hello World!'\n ...\n >>> run_itty()\n itty starting up (using wsgiref)...\n Listening on http://localhost:8080...\n Use Ctrl-C to quit.\n\nWho knows what that \"-winreg\" error was all about? I sure don't, but who cares? We got itty working without any pesky ImportErrors getting in our way!\n\n*Happy April 1st!*", "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/codysoyland/yoloimport", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "yoloimport", "package_url": "https://pypi.org/project/yoloimport/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/yoloimport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/codysoyland/yoloimport" }, "release_url": "https://pypi.org/project/yoloimport/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Never see another ImportError", "version": "0.1.0" }, "last_serial": 1486264, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ba1690d5c31a8ad4fa947091292b4dbc", "sha256": "39e120139015fd1f39a68558f1beef72288ba463230d5b55b6ce3751893a67b6" }, "downloads": -1, "filename": "yoloimport-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ba1690d5c31a8ad4fa947091292b4dbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1924, "upload_time": "2015-04-01T11:10:37", "url": "https://files.pythonhosted.org/packages/53/0d/70b92f3adcf4c99ebf29c3860d57e687115dff5615333983865c862391a4/yoloimport-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "2ab48e67178d94200edf399b838448eb", "sha256": "a7ff5641cd7d378a0dca761d45b11d579c07a63355998518a2acb07aedcaa0f8" }, "downloads": -1, "filename": "yoloimport-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2ab48e67178d94200edf399b838448eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2100, "upload_time": "2015-04-01T11:21:28", "url": "https://files.pythonhosted.org/packages/5e/46/f351110531ab0be2124e97c95384c3f18e7f2eef73545e40a0f05259513e/yoloimport-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2ab48e67178d94200edf399b838448eb", "sha256": "a7ff5641cd7d378a0dca761d45b11d579c07a63355998518a2acb07aedcaa0f8" }, "downloads": -1, "filename": "yoloimport-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2ab48e67178d94200edf399b838448eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2100, "upload_time": "2015-04-01T11:21:28", "url": "https://files.pythonhosted.org/packages/5e/46/f351110531ab0be2124e97c95384c3f18e7f2eef73545e40a0f05259513e/yoloimport-0.1.0.tar.gz" } ] }