Shutilwhich
Backport of shutil.which
Install / Use
/learn @mbr/ShutilwhichREADME
A copy & paste backport of Python 3.3's shutil.which function.
Usage
First, install the package: pip install shutilwhich
Importing the package::
import shutilwhich
will monkey-patch the shutil package, so from that point on you can simply
import the which function::
from shutil import which
To keep things a little more concise, you can also import which directly
from shutilwhich::
from shutilwhich import which
This will still monkeypatch the shutil module. On Python 3.3 and above, the
module never do anything but return the stdlib shutil.which function.
Related Skills
node-connect
340.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.2kCommit, push, and open a PR
