{ "info": { "author": "Drew Ellison", "author_email": "dme722@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "![alt text](./lebowski.jpeg)\n\n# Lebowski\n\"And that's the Dude, in Los Angeles. And even if he's a lazy man... and the Dude was certainly that. Quite possibly the laziest in Los Angeles County, which would place him high in the runnin' for laziest worldwide.\"\n\n__Lebowski__ is a simple framework for globally enabling lazy imports in Python. This framework has the following advantages over others that exist:\n\n1. You don't have to specify every library that you want lazyily imported.\n\n2. It is fully compatible with libraries that swap out modules in sys.modules (unlike Python's native LazyLoader).\n\n3. Import errors are NOT delayed to the first use of the library. Existance of the library is checked at the time of declaration of the import.\n\n4. It has an extremely simple interface.\n\n## Support\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n## Issues\n\nAny issues found should be reported as GitHub issues on this repository.\n\n## Overview\n\nThe use of the lebowski library is simple. Just follow the following code snippet:\n\n```python\nimport lebowski\nlebowski.enable()\n\nimport pandas\nimport sklearn\n# etc...\n\nlebowski.disable() # If desired\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dme722/lebowski", "keywords": "lazy import", "license": "", "maintainer": "", "maintainer_email": "", "name": "lebowski", "package_url": "https://pypi.org/project/lebowski/", "platform": "", "project_url": "https://pypi.org/project/lebowski/", "project_urls": { "Bug Reports": "https://github.com/dme722/lebowski/issues", "Homepage": "https://github.com/dme722/lebowski", "Source": "https://github.com/dme722/lebowski" }, "release_url": "https://pypi.org/project/lebowski/1.1.1/", "requires_dist": null, "requires_python": "", "summary": "Lebowski lazy importer", "version": "1.1.1" }, "last_serial": 4979665, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d316051abebfbaccf1a7693b6ad23b1c", "sha256": "4af2f09b98a90fbb5ea030b1e6835bcf6ec8fd2478cef622a3f3140b0adc1e8a" }, "downloads": -1, "filename": "lebowski-1.0.tar.gz", "has_sig": false, "md5_digest": "d316051abebfbaccf1a7693b6ad23b1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1473, "upload_time": "2019-03-23T21:52:14", "url": "https://files.pythonhosted.org/packages/3e/5c/55764b0a66da8c21552ed08c6ff1ee23f9c7081072d87bf3c23e46acd08e/lebowski-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "77839d4cb0b207db13f0f92e777367b5", "sha256": "07ab11007953b329e69d67bff73ff16d33a1c88a845f2d3fa200959478fe708f" }, "downloads": -1, "filename": "lebowski-1.1.tar.gz", "has_sig": false, "md5_digest": "77839d4cb0b207db13f0f92e777367b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1624, "upload_time": "2019-03-24T03:31:08", "url": "https://files.pythonhosted.org/packages/1a/a0/15dabe6a9c8a75a90ce37ca90c769ecfabf0c7cab14b5c829eccaec01c1d/lebowski-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "b9df8d2edddb70048ec168b42038f284", "sha256": "6b77de963c5d72208b16896ca7b3c1caee7bee7231c164d9dd9f358cc4da054a" }, "downloads": -1, "filename": "lebowski-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b9df8d2edddb70048ec168b42038f284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3496, "upload_time": "2019-03-24T19:41:56", "url": "https://files.pythonhosted.org/packages/df/8b/0ed4afcac7299db7a4fe90e06c27a2010f2e561892b4a09476183823ea85/lebowski-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b9df8d2edddb70048ec168b42038f284", "sha256": "6b77de963c5d72208b16896ca7b3c1caee7bee7231c164d9dd9f358cc4da054a" }, "downloads": -1, "filename": "lebowski-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b9df8d2edddb70048ec168b42038f284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3496, "upload_time": "2019-03-24T19:41:56", "url": "https://files.pythonhosted.org/packages/df/8b/0ed4afcac7299db7a4fe90e06c27a2010f2e561892b4a09476183823ea85/lebowski-1.1.1.tar.gz" } ] }