{ "info": { "author": "Marc Brinkmann", "author_email": "git@marcbrinkmann.de", "bugtrack_url": null, "classifiers": [], "description": "A copy & paste backport of Python 3.3's ``shutil.which`` function.\n\nUsage\n=====\n\nFirst, install the package: ``pip install shutilwhich``\n\nImporting the package::\n\n import shutilwhich\n\nwill monkey-patch the ``shutil`` package, so from that point on you can simply\nimport the ``which`` function::\n\n from shutil import which\n\nTo keep things a little more concise, you can also import ``which`` directly\nfrom ``shutilwhich``::\n\n from shutilwhich import which\n\nThis will still monkeypatch the ``shutil`` module. On Python 3.3 and above, the\nmodule never do anything but return the stdlib ``shutil.which`` function.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mbr/shutilwhich", "keywords": null, "license": "PSF", "maintainer": null, "maintainer_email": null, "name": "shutilwhich", "package_url": "https://pypi.org/project/shutilwhich/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/shutilwhich/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/mbr/shutilwhich" }, "release_url": "https://pypi.org/project/shutilwhich/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "shutil.which for those not using Python 3.3 yet.", "version": "1.1.0" }, "last_serial": 1520767, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "96b9b21cd65b5879d098dea7e4e9a1a9", "sha256": "6e4b8e7214ad9c361f4bd43dc622a54907a28072a052287cdad63d1ba4ed9ab6" }, "downloads": -1, "filename": "shutilwhich-1.0.tar.gz", "has_sig": true, "md5_digest": "96b9b21cd65b5879d098dea7e4e9a1a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2091, "upload_time": "2013-03-02T15:23:00", "url": "https://files.pythonhosted.org/packages/13/df/1b1216142826e87e8a05807cf7b11a52c73ab2db3af34755b82a0e37abf5/shutilwhich-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "356649a25a4c0108cecb70c04d7f5145", "sha256": "698b144c49d10730500ba6bd1446bb0c45c4bb01b005f24c6cc1c1e6567de037" }, "downloads": -1, "filename": "shutilwhich-1.0.1.tar.gz", "has_sig": true, "md5_digest": "356649a25a4c0108cecb70c04d7f5145", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2099, "upload_time": "2013-03-02T20:15:11", "url": "https://files.pythonhosted.org/packages/a5/68/9c1c7de90528ac39e84047cdd6dd5a135484666895bd8a25dde14ab33421/shutilwhich-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "915947c5cdae7afd748ac715ee547adb", "sha256": "db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6" }, "downloads": -1, "filename": "shutilwhich-1.1.0.tar.gz", "has_sig": true, "md5_digest": "915947c5cdae7afd748ac715ee547adb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2300, "upload_time": "2015-04-25T14:03:13", "url": "https://files.pythonhosted.org/packages/66/be/783f181594bb8bcfde174d6cd1e41956b986d0d8d337d535eb2555b92f8d/shutilwhich-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "915947c5cdae7afd748ac715ee547adb", "sha256": "db1f39c6461e42f630fa617bb8c79090f7711c9ca493e615e43d0610ecb64dc6" }, "downloads": -1, "filename": "shutilwhich-1.1.0.tar.gz", "has_sig": true, "md5_digest": "915947c5cdae7afd748ac715ee547adb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2300, "upload_time": "2015-04-25T14:03:13", "url": "https://files.pythonhosted.org/packages/66/be/783f181594bb8bcfde174d6cd1e41956b986d0d8d337d535eb2555b92f8d/shutilwhich-1.1.0.tar.gz" } ] }