backports.shutil_which

Backport of shutil.which from Python 3.3


License
PSF-2.0
Install
pip install backports.shutil_which==3.5.2

Documentation

Backport of Python 3 shutil.which

Backports Python 3 shutil.which

Usage

try:
    from shutil import which
except ImportError:
    from backports.shutil_which import which