{ "info": { "author": "Peter Zagubisalo, Python Software Foundation", "author_email": "peter.zagubisalo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# shutilwhich-cwdpatch\n\nPatch for `shutil.which` and `shutilwhich` that doesn't prepend CWD in search on Windows.\n\n\n# Install\n\n```bash\nconda install -c defaults -c conda-forge shutilwhich-cwdpatch\n```\n\nor\n\n```bash\npip install shutilwhich-cwdpatch\n```\n\n\n# Usage:\n\nSimply import `patch` submodule before importing `shutil.which` or `shutilwhich` to patch them:\n\n```py\nimport shutilwhich_cwdpatch.patch\nfrom shutil import which\n```\n\nOr use `which` without patching:\n\n```py\nfrom shutilwhich_cwdpatch import which\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/kiwi0fruit/shutilwhich-cwdpatch", "keywords": "", "license": "PSFL", "maintainer": "", "maintainer_email": "", "name": "shutilwhich-cwdpatch", "package_url": "https://pypi.org/project/shutilwhich-cwdpatch/", "platform": "", "project_url": "https://pypi.org/project/shutilwhich-cwdpatch/", "project_urls": { "Homepage": "https://github.com/kiwi0fruit/shutilwhich-cwdpatch" }, "release_url": "https://pypi.org/project/shutilwhich-cwdpatch/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Patch for shutil.which and shutilwhich that disables search in CWD on Windows.", "version": "0.1.0" }, "last_serial": 4882642, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "88dc12055dc86d9948cebd0aff9eeeb2", "sha256": "500b820b5aaa5f5dda7c7b9151c4950dc0300e42664435207fb19d6e7cbb6217" }, "downloads": -1, "filename": "shutilwhich-cwdpatch-0.0.2.tar.gz", "has_sig": false, "md5_digest": "88dc12055dc86d9948cebd0aff9eeeb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26161, "upload_time": "2019-02-28T07:52:44", "url": "https://files.pythonhosted.org/packages/0d/1c/729481dcd23e46069719e48f9ba610004e4adf702950c2c531cecff6aa7a/shutilwhich-cwdpatch-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "1e320d608c26791c43241b0a5f78d7b5", "sha256": "fbd5158d6fda0f2bffefa847f90ba2250e948e44cf11eb995f86e5bc73dada06" }, "downloads": -1, "filename": "shutilwhich-cwdpatch-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1e320d608c26791c43241b0a5f78d7b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26266, "upload_time": "2019-03-01T06:47:30", "url": "https://files.pythonhosted.org/packages/a1/31/f11239f590a1c8a09a47953d7c30c5a1d87fdd7babde2684cdcdb9ded370/shutilwhich-cwdpatch-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e320d608c26791c43241b0a5f78d7b5", "sha256": "fbd5158d6fda0f2bffefa847f90ba2250e948e44cf11eb995f86e5bc73dada06" }, "downloads": -1, "filename": "shutilwhich-cwdpatch-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1e320d608c26791c43241b0a5f78d7b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26266, "upload_time": "2019-03-01T06:47:30", "url": "https://files.pythonhosted.org/packages/a1/31/f11239f590a1c8a09a47953d7c30c5a1d87fdd7babde2684cdcdb9ded370/shutilwhich-cwdpatch-0.1.0.tar.gz" } ] }