Tool to Detect Surrounding Shell
Project description
Shellingham detects what shell the current Python executable is running in.
Usage
>>> import shellingham >>> shellingham.detect_shell() ('bash', '/bin/bash')
detect_shell pokes around the process’s running environment to determine what shell it is run in. It returns a 2-tuple:
The executable name (without extension on Windows), always lowercased.
The command used to run the shell.
ShellDetectionFailure is raised if detect_shell fails to detect the surrounding shell.
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
shellingham-1.2.5.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for shellingham-1.2.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e550890900c2fb9b7423fd418ad05345352cfc7db0e03ce006834c83eb4aa63 |
|
MD5 | 01fbc7698fa007b28c63275cef2c10c0 |
|
BLAKE2b-256 | ba2438cfaa3e8778c4ea874e9e57034d2f436300b4825933eab6e25a20749d5f |