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.8.tar.gz
(6.6 kB
view hashes)
Built Distribution
Close
Hashes for shellingham-1.2.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f24a5a01e6c81d04e252fa2ebaa37710af27e7ec9b54692bcddb9303f899101b |
|
MD5 | a6ece8f07a72dc5f30aecb8559ac1e33 |
|
BLAKE2b-256 | 74b736cdb13e9ecf1e9584cd78a47a1853831cf8817da3438aeec550cd83619c |