{ "info": { "author": "Julien Harbulot", "author_email": "julien.harbulot@epfl.ch", "bugtrack_url": null, "classifiers": [], "description": "Python utility to check whether the current script runs inside Windows' WSL.\n\nHere's how to use it:\n\n```python\nfrom iswsl import is_wsl\n\nif is_wsl():\n print('Running inside WSL')\nelse:\n print('Running outside WSL')\n\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/julien-h/is-wsl", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "iswsl", "package_url": "https://pypi.org/project/iswsl/", "platform": "", "project_url": "https://pypi.org/project/iswsl/", "project_urls": { "Homepage": "https://github.com/julien-h/is-wsl" }, "release_url": "https://pypi.org/project/iswsl/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Python utility to check whether the current script runs inside Windows' WSL", "version": "1.0.1" }, "last_serial": 4558096, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fbdc6bb02d12cdbacb73fc1420fa8299", "sha256": "dd044413f54af7070ee0234ca3045d4d74b65d3d679deb84656a0219c7fdb0ef" }, "downloads": -1, "filename": "iswsl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fbdc6bb02d12cdbacb73fc1420fa8299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1344, "upload_time": "2018-12-04T02:35:29", "url": "https://files.pythonhosted.org/packages/95/fc/fcee13c5148213b6ffd9cceb404d566db2a0515cb0757a800c2a5b9b27c7/iswsl-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "b84539d0736298f697346133cb737de5", "sha256": "93bd9d18c83680de1ae5023b136b505a7ace32f62820ff7bec20e148d1adff7b" }, "downloads": -1, "filename": "iswsl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "b84539d0736298f697346133cb737de5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353, "upload_time": "2018-12-04T03:25:54", "url": "https://files.pythonhosted.org/packages/87/a7/3dc4285d060c97c38b8e5cd8ccb444a6273ba2f002c29c1c508c2bff4eeb/iswsl-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b84539d0736298f697346133cb737de5", "sha256": "93bd9d18c83680de1ae5023b136b505a7ace32f62820ff7bec20e148d1adff7b" }, "downloads": -1, "filename": "iswsl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "b84539d0736298f697346133cb737de5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1353, "upload_time": "2018-12-04T03:25:54", "url": "https://files.pythonhosted.org/packages/87/a7/3dc4285d060c97c38b8e5cd8ccb444a6273ba2f002c29c1c508c2bff4eeb/iswsl-1.0.1.tar.gz" } ] }