Patch for shutil.which and shutilwhich that disables search in CWD on Windows.
Project description
shutilwhich-cwdpatch
Patch for shutil.which and shutilwhich that doesn't prepend CWD in search on Windows.
Install
conda install -c defaults -c conda-forge shutilwhich-cwdpatch
or
pip install shutilwhich-cwdpatch
Usage:
Simply import patch submodule before importing shutil.which or shutilwhich to patch them:
import shutilwhich_cwdpatch.patch
from shutil import which
Or use which without patching:
from shutilwhich_cwdpatch import which
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file shutilwhich-cwdpatch-0.1.0.tar.gz.
File metadata
- Download URL: shutilwhich-cwdpatch-0.1.0.tar.gz
- Upload date:
- Size: 26.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbd5158d6fda0f2bffefa847f90ba2250e948e44cf11eb995f86e5bc73dada06
|
|
| MD5 |
1e320d608c26791c43241b0a5f78d7b5
|
|
| BLAKE2b-256 |
a131f11239f590a1c8a09a47953d7c30c5a1d87fdd7babde2684cdcdb9ded370
|